Tech Blog

Deep dives, tutorials, and lessons learned from building production applications. Written for developers, by a developer.

Featured Posts

More Articles

Jan 15, 2026·10 min read

Docker and Kubernetes for Full Stack Developers

A practical guide to containerizing your Next.js applications and deploying them to Kubernetes without losing your sanity.

DockerKubernetesDevOps
Jan 5, 2026·9 min read

PostgreSQL Performance Optimization in 2026

Real-world techniques to optimize PostgreSQL queries, indexes, and configurations that I've learned from scaling production databases.

PostgreSQLDatabasePerformance
Dec 20, 2025·7 min read

Building AI-Powered Features with the OpenAI API

Practical examples of integrating AI into your web applications using streaming responses, function calling, and RAG.

AIOpenAINode.js