Writing
All Posts
Deep dives on software engineering, cloud infrastructure, SaaS building, and making the most of a tech career.
All Articles
How to Make the Most of Your Tech Degree: A Year-by-Year Playbook
Your bachelors degree is four years you won't get back. Most students waste them consuming theory without building anything. Here's the real playbook — what to do each year, how to build a portfolio that gets you hired, and how to avoid the traps that hold most CS graduates back.
Inside Django: How the Framework Actually Works Under the Hood
Most Django tutorials teach you what to type. This guide teaches you what happens when you type it — the request lifecycle, the ORM internals, middleware, signals, and why Django makes the architectural decisions it does.
Deploy Your App to AWS and GCP: A Practical Guide for Developers
Local development is easy. Production is where real learning happens. This guide covers deploying web applications on AWS and GCP — from EC2 and Cloud Run to databases, storage, SSL, and CI/CD pipelines that actually work.
From Zero to Paying Users: How to Build and Distribute a SaaS Product
Most SaaS tutorials teach you to build. This one teaches you to ship, to get users, and to get paid. From finding a problem worth solving to your first 100 paying customers — this is the complete operational guide.