Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Facebook

CI/CD

Git tutorial - IT technology blog
Posted inGit

Version Management with Git Tag and SemVer: From Chaos to Professional Workflow

Posted by By admin April 30, 2026
Learn how to use Git Tag and Semantic Versioning to standardize your release process. A detailed guide on version management and CI/CD deployment automation.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Securing Secrets in GitHub Actions: Don’t Leak API Keys Due to a Moment of Negligence

Posted by By admin April 29, 2026
Don't expose API keys and tokens on GitHub. A detailed guide on using GitHub Actions Secrets to protect sensitive information and deploy CI/CD securely.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Playwright E2E Testing: A Professional Guide to End-to-End Testing for Web Applications

Posted by By admin April 25, 2026
Playwright is a modern E2E testing tool from Microsoft with support for Chromium, Firefox, and WebKit, offering an intuitive API and a powerful Trace Viewer. This guide walks through installation, configuration, writing tests with the Page Object Model, and integrating with CI/CD via GitHub Actions.
Read More
Docker tutorial - IT technology blog
Posted inDocker

Kaniko: Building “Clean” and Secure Docker Images Without Root Privileges

Posted by By admin April 22, 2026
Build Docker images securely without root privileges or a Docker Daemon. A detailed guide on using Kaniko to optimize security and performance for your CI/CD pipelines.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Advanced GitLab CI/CD: Optimizing Pipelines and Continuous Deployment Strategies

Posted by By admin March 26, 2026
Optimize your GitLab CI/CD pipeline with DAG, smart caching, and parallel jobs to cut build times from 20 minutes down to 6. Apply Blue-Green and Canary deployment strategies for zero-downtime continuous delivery in real-world projects.
Read More
Security tutorial - IT technology blog
Posted inSecurity

OWASP ZAP Guide: Web Application Vulnerability Scanning from Basics to CI/CD Automation

Posted by By admin March 25, 2026
This article shares practical experience with OWASP ZAP. It guides you through web application vulnerability scanning, from basic installation and configuration to automated CI/CD integration. The goal is to help you effectively protect your applications, detect security risks early, and maintain a secure system.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Build an Auto-Deploy Webhook: No More SSH at 2 AM

Posted by By admin March 16, 2026
A practical guide to building a Python Flask webhook server that automatically deploys when you push code to GitHub. From writing the script and configuring systemd to connecting with GitHub Webhooks — set it up once, use it forever.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

A Beginner’s Guide to CI/CD with GitHub Actions: Automation for Happier Devs

Posted by By admin March 9, 2026
Tired of manual deployments and unexpected bugs? This article provides a step-by-step guide to setting up a CI/CD pipeline with GitHub Actions, automating everything from testing to deployment to boost productivity and minimize errors.
Read More
Copyright 2026 — ITFROMZERO. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top