All posts

I like to write about stuff I'm into. You'll find a mix of web dev articles, tech news, and random thoughts from my life. Use the search below to filter by title.
/1 mins read/...

12 Open-Source LLMs Worth Knowing in 2026

A comprehensive deep dive into the 12 standout open-source LLMs of 2026. Explore their architectures, context windows, licenses, ideal production use cases, and how SLMs compare to LLMs, single vs multi-agent systems, and Claude Code permissions.

/9 mins read/...

11 System Design Concepts Explained, Simply (With Characters)

This blog post demystifies 11 core system design concepts by explaining them through relatable analogies featuring a consistent cast of characters. It covers fundamental distributed architecture principles—such as Load Balancing, Caching, Database Sharding, Microservices, and the CAP Theorem—making complex backend topics accessible and easy to understand for software engineers and interview candidates.

/6 mins read/...

Science Made Simple: Anatomy of Our Sun

A comprehensive, deep-dive breakdown of the different layers and features of our Sun, from the nuclear forge of the core to the mysteries of the vast corona.

/1 mins read/...

The Anatomy of an AI Agent

Explore the core components and loops that define modern AI agents. Learn about planning algorithms, short-term vs. long-term memory layers, tool integration, and structural parameters for building stable agentic workflows in production.

/1 mins read/...

A Guide to Event-Driven Architectural Patterns

Distributed systems require robust service-to-service communication. Learn why synchronous communication breaks down at scale and explore essential patterns—like the Transactional Outbox and Saga Orchestration—that make event-driven architectures work in production.

/1 mins read/...

Figma Design-to-Code & Code-to-Design: Bidirectional Sync in 2026

Explore the state of the art in design-engineering synchronization. Learn how Figma's MCP server enables AI agents to generate code via Figma Code Connect, and how Code-to-Design DOM reconstruction generates native Figma layers from running apps.