AboutExperienceSkillsWork
SK
GuestbookBlogResumeContact
HomeWorkExp.BlogGuests

Tech Blog

Thoughts on engineering, design, and building products.

January 13, 2026, 3:14 AM
System DesignData EngineeringSoftware Engineering

The LeetCode Easy that crashed the production

How a simple LeetCode Easy interview question became a distributed systems crash course and evolved into a distributed systems nightmare involving 100TB of data, Spark, and Bloom Filters.

Read more →
The LeetCode Easy that crashed the production
January 11, 2026, 12:25 AM
ZshProductivityBash Scripting

Never Lose Context Again: Building a Better Terminal History

Standard shell history is useless for debugging because it lacks context. I hacked Zsh to track execution time, git branches, and exit codes for every command—creating a permanent "flight recorder" for my engineering work.

Read more →
Never Lose Context Again: Building a Better Terminal History
January 10, 2026, 2:24 PM
OllamaWSL2Local LLM

Accessing Windows Ollama from WSL without the Networking Headache

Running local LLMs in WSL eats up 50% of your RAM. The fix? Run Ollama on Windows and bridge the connection. Here's the one-line script that solved my dynamic IP headaches.

Read more →
Accessing Windows Ollama from WSL without the Networking Headache
January 6, 2026, 5:10 PM
PerformanceServerlessFastAPI

Serverless Cold Start Optimization: From 25s to 500ms Using Free Tools

Running three production services on Vercel's free tier, I noticed response times ranging from 800ms to 25 seconds. Through data-driven optimization and strategic use of cron-job.org, I achieved consistent sub-second responses across all services—without spending a dime. Here's how I measured, analyzed, and optimized cold starts for Node.js and Python serverless functions.

Read more →
Serverless Cold Start Optimization: From 25s to 500ms Using Free Tools
January 1, 2026, 12:24 AM
System DesignFastAPIVercel

Escaping the 503: How I Architected a Zero-Downtime Portfolio for $0

When my portfolio went down on New Year's Eve due to free-tier limits, I didn't just pay up, I engineered a multi-cloud failover system using Vercel and Render that costs $0/month. Here's the story of how I migrated my Python backend to Serverless and built a client-side circuit breaker.

Read more →
Escaping the 503: How I Architected a Zero-Downtime Portfolio for $0
December 27, 2025, 5:13 PM
AntigravityWSLWSL2

How I Got Google Antigravity Working Perfectly with WSL

Google Antigravity not working on WSL? This guide shows you how to fix Linux script execution, enable the browser subagent, and automate the entire setup. No more "invalid command" errors!

Read more →
How I Got Google Antigravity Working Perfectly with WSL