TOPIC / TAG
Notes in automation
4 articles

systemd Timers Without the Guesswork
Create a small systemd timer, inspect its next run, and make missed jobs predictable after downtime.

When Cron Does Not Share Your Shell
Why a command can succeed interactively but fail under cron, with a small wrapper pattern that makes paths and output explicit.

GitHub Actions CI/CD: A Practical Guide
Learn how to build production-ready CI/CD pipelines with GitHub Actions through real-world examples, covering frontend/backend workflows, Docker builds, multi-platform releases, and automated issue management.

DevOps Tutorial for Beginners
DevOps is a set of practices that combines software development (Dev) and IT operations (Ops), aiming to shorten the development lifecycle and deliver...
