Tutorials - Latest Articles

November 16, 2025 3 mins read

CI/CD Snippets: GitHub Actions for Node, PHP, Python & Docker

This page gives you clean, production-ready CI/CD workflows you can paste directly into your repository. Each workflow is minimal, fast, and built around real-world usage: Node builds, PHP tests (Pest/PHPUnit), Python testing, Docker build/push, matrix strategies, and caching.

David Green David Green
November 5, 2025 2 mins read

Git One-Liners: Amend, Squash, Bisect & Rebase

Master Git like a pro — from amend and squash to bisect and rebase. Learn clean one-liners for history rewriting, debugging, and safe force-pushing to keep your workflow fast and foolproof.

David Green David Green