A production-first guide to configuration formats in DevOps — why YAML dominates, where JSON fits, when ENV variables shine, and how real systems actually use all three together.

Writing
Chronicles of an engineer who deploys on Fridays and writes code that works (sometimes).
and counting
A production-first guide to configuration formats in DevOps — why YAML dominates, where JSON fits, when ENV variables shine, and how real systems actually use all three together.

A practical, production-first guide to using Git in teams — covering real branching strategies, PR workflows, rebase vs merge, releases, and the Git mistakes that actually break production.
A production-focused guide to Linux for DevOps engineers — covering only the file system, permissions, processes, logs, and systemd commands you actually use on real servers.
A no-buzzword, real-world explanation of DevOps — what it actually means, how it differs from Ops, Platform, and SRE, and how the DevOps infinity loop works in production.
A comprehensive guide to setting up CI/CD pipelines using GitHub Actions and EC2 for automated deployment workflows.
A comprehensive guide to deploying Node.js applications on AWS EC2 using PM2 for process management and Nginx as a reverse proxy.
A comprehensive guide to containerizing full-stack applications with React frontend and Node.js backend using Docker and Docker Compose.
Demystifying the Powerhouse Web Server - Learn Nginx configuration from basics to advanced features
A comprehensive guide to setting up React from scratch, perfect for beginners starting their React development journey.
A comprehensive guide to setting up automated SSL certificate renewal using Certbot and Nginx for secure HTTPS websites.