Blogs

Discover my latest articles and insights

How AI Coding Tools Like Claude Code Actually Work — And How I Built My Own in Go

17 May 2026

Claude Code, Cursor, and Copilot all run on the same simple loop. I reverse-engineered it and built my own AI coding agent in Go — 300 lines, any LLM, fully open source....

How AI Chats Like ChatGPT and Claude Actually Work

19 Apr 2026

Ever wondered how AI chatbots like ChatGPT and Claude actually remember your conversation? Learn how AI chat memory works, what a context window is, and why your chat sometimes gets "too long" — explained simply, no tech background needed....

LocalStorage vs. Cookies: A Guide to Browser Storage

11 Jan 2026

LocalStorage vs. Cookies: Which browser storage is right for you? Compare lifespan, capacity, security risks (XSS vs. CSRF), and best use cases in this quick guide....

Server-Side Rendering (SSR) vs. Client-Side Rendering (CSR): What's the Difference?

11 Aug 2025

Learn the key differences between Server-Side Rendering (SSR) and Client-Side Rendering (CSR). Understand the pros and cons of each for SEO and performance....