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