Writings & Thoughts
Deep dives into software engineering, system design, and AI.
A deep dive into how this portfolio was built, featuring Next.js, Framer Motion, and a custom GLSL fluid animation.
Stop struggling with messy database structures! This guide shows how to transform any chaotic database into a streamlined, high-performance system.
Database connection limits can kill your production apps. Learn how PgBouncer works as a high-performance connection pooler.
Node.js Vertical Scaling: Cluster Module Essentials
System Design
Master the art of vertical scaling in Node.js using the built-in Cluster module to utilize all CPU cores.
Saving AI Tokens Without Losing Quality: Is TOON the Answer?
AI & LLM Optimization
Explore token-saving strategies for LLM applications without sacrificing clarity or response quality.
Redis in Action: From Request to Response
Backend Development
Understand how Redis accelerates your backend by serving as an lightning-fast caching and messaging layer.
Everything you need to know about the most versatile array method in JavaScript.