Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » ci-cd
Security tutorial - IT technology blog
Posted inSecurity

Hardening Your CI/CD Pipeline: A Practical Guide to SCA, SAST, and DAST

June 3, 2026
Catch vulnerabilities before they reach production. This guide shows you how to integrate SCA, SAST, and DAST into your CI/CD pipeline for a 'Shift Left' security approach.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

DORA Metrics: How to Track Deployment Frequency, Lead Time, MTTR, and Change Failure Rate

June 2, 2026
DORA Metrics — Deployment Frequency, Lead Time for Changes, MTTR, and Change Failure Rate — are the most reliable indicators of DevOps delivery performance. This guide compares three approaches to collecting these metrics and provides ready-to-use Bash, Python, and GitHub Actions scripts to start measuring your team's performance today.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Docker Multi-Arch: Solving the ‘Exec Format Error’ for ARM64 and AMD64

May 30, 2026
Tired of 'exec format error'? Learn how to build Docker images that run on both Intel and ARM using Buildx and QEMU. Perfect for AWS Graviton and Apple Silicon users.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Self-Hosting Woodpecker CI on Docker: A Lightweight and Secure GitHub Actions Alternative

May 28, 2026
Ditch heavy CI/CD tools and learn how to self-host Woodpecker CI on Docker. This guide covers everything from installation to setting up your first container-native pipeline.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Stop Wasting Time: Automate Mobile Releases with Fastlane and GitHub Actions

May 27, 2026
Stop wasting hours on manual app submissions. This guide shows you how to build a robust CI/CD pipeline for iOS and Android using Fastlane and GitHub Actions.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Stop Writing API Clients by Hand: A Guide to OpenAPI Generator

May 25, 2026
Eliminate manual API updates and type mismatches. Learn how to use openapi-generator to automate Client SDKs and Server Stubs directly from your OpenAPI spec.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Ditch the Cloud: Self-Hosting a Lean DevOps Stack with Gitea and Actions

May 24, 2026
Take control of your DevOps data. This guide shows you how to deploy a high-performance Gitea instance and Gitea Actions runner using Docker Compose for private, low-cost CI/CD.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Build Better Technical Docs: A Docusaurus and GitHub Pages Guide

May 22, 2026
Transform your project's documentation from a simple README into a professional, searchable site. This guide covers Docusaurus setup, MDX customization, and automated deployment via GitHub Actions.
Read More
Security tutorial - IT technology blog
Posted inSecurity

npm and pip Supply Chain Security: Detecting Dependency Confusion and Typosquatting Attacks

May 20, 2026
Dependency confusion and typosquatting are two of the most underestimated supply chain threats targeting npm and pip ecosystems. This guide covers practical detection techniques, lockfile hardening, registry configuration, and CI/CD integration to protect your builds from malicious package injection.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Automating Docker Deployments: A No-Nonsense Jenkins Guide for VPS

May 20, 2026
Ditch manual SSH deployments. This guide shows you how to set up a Jenkins CI/CD pipeline on a VPS, automate Docker builds, and ensure reliable, one-click releases.
Read More

Posts pagination

1 2 3 4 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top