All Articles

All ai (1) gamedev (1) swe (1)
Software Engineering July 1, 2025 2 min read

Why I Chose Go for My Blog (And Not Next.js)

After building everything in TypeScript for two years, I switched to Go + Gin for this blog. Here's the honest reasoning behind that decision.

#go#gin#architecture#nextjs
Game Development June 28, 2025 2 min read

Isometric Depth Sorting — The Problem Nobody Warns You About

Building an isometric game engine taught me that rendering order is a deceptively hard problem. Here's how A* pathfinding, furniture stacking, and depth sorting interact.

#isometric#rendering#java#algorithms
Artificial Intelligence June 15, 2025 2 min read

Building RAG Pipelines That Actually Work

Lessons learned from building retrieval-augmented generation systems with FAISS, ChromaDB, and Claude — what the tutorials don't tell you.

#rag#vector-db#claude#faiss