nextjs

Posts tagged #nextjs

Showing 2 articles on nextjs. From fundamental concepts to advanced patterns.

Why I Built Yet Another Blog — But Not Really
Series

Why I Built Yet Another Blog — But Not Really

Every developer has a blog in 2026. So why did I spend six months building my own? Because I wanted to teach things that Medium, Dev.to, and WordPress cannot support — interactive code, RAG chat, gamification, and a learning engine that rewards understanding, not scrolling. This is the architecture story.

15mMay 11, 2026#AI
The Monorepo That Runs 29 Services
Series

The Monorepo That Runs 29 Services

One codebase, two runtimes, 29 API routers, 21 database models, and a background scheduler. Here's how the monorepo is structured, why every directory exists, and how the pieces fit together without a third-party CMS.

18mMay 11, 2026#Architecture