GitOps with Argo CD and Flux — How It Actually Works in 2026

GitOps mechanics, Argo CD vs Flux, app-of-apps, ApplicationSets, secret management, multi-cluster patterns, drift detection, and the production gotchas — explained without the cargo cult.

April 28, 2026 · 8 min · 1508 words · Manvendra Rajpoot

Platform Engineering and Internal Developer Platforms in 2026

What platform engineering is in 2026, what makes a good Internal Developer Platform, the building blocks (Backstage, golden paths, paved roads, Crossplane), and a pragmatic path to introducing one without a 12-person platform team.

April 28, 2026 · 8 min · 1590 words · Manvendra Rajpoot

Linux Server Hardening for App Deployers

A pragmatic Linux server hardening checklist — SSH keys, non-root users, UFW firewall, fail2ban, unattended-upgrades, and the small habits that block most opportunistic attacks.

April 28, 2026 · 7 min · 1485 words · Manvendra Rajpoot

Observability for Backend Developers: Logs, Metrics, Traces

How to make a backend observable: structured logs, RED/USE metrics, distributed traces, and the tooling (Prometheus, Loki, OpenTelemetry, Grafana) that ties it together.

April 28, 2026 · 8 min · 1620 words · Manvendra Rajpoot

GitHub Actions CI/CD for Python Apps

Build a real CI/CD pipeline for Python apps on GitHub Actions: lint, type-check, test with services, multi-version matrix, Docker build/push, and a deploy step that won’t break.

April 28, 2026 · 7 min · 1416 words · Manvendra Rajpoot

Load Balancers Explained: L4 vs L7, Algorithms, and the Patterns Behind Scale

Everything an app developer should know about load balancers — L4 vs L7, distribution algorithms, health checks, sticky sessions, and which tools to reach for in 2026.

April 28, 2026 · 8 min · 1687 words · Manvendra Rajpoot

Kubernetes for App Developers: The Practical Subset

A no-fluff Kubernetes intro for app developers — what pods, deployments, services, and ingress really are, and how to ship your app onto a cluster without becoming a cluster operator.

April 28, 2026 · 8 min · 1651 words · Manvendra Rajpoot

A Git Workflow That Doesn't Get in Your Way (Solo Edition)

A pragmatic Git workflow for solo developers and small teams: trunk-based commits, sane branching, rebases without fear, and the recovery commands you’ll thank past-you for memorizing.

April 28, 2026 · 8 min · 1533 words · Manvendra Rajpoot

Docker for Python Developers: A Practical Starter

Practical Docker for Python developers — write Dockerfiles that aren’t huge, use multi-stage builds, set up docker-compose for local dev, and learn the patterns production teams use.

April 28, 2026 · 7 min · 1416 words · Manvendra Rajpoot

Deploying Django to Production: A Pragmatic Checklist

An end-to-end guide to deploying Django to production: app server, reverse proxy, database, static files, env config, security hardening, and what to monitor.

April 28, 2026 · 7 min · 1458 words · Manvendra Rajpoot