Skip to content

Blogs

Things I wrote down.

Not a feed of posts. An index of what I learned, built, lived through, and wanted to keep.

In this notebook

Technical notes, and small stories from ordinary days.

kept slowly, in no particular hurry

Latest page

Technical

How to Build an AI-Friendly Next.js Codebase

AI coding agents do not only need a strong model. They need a codebase with clear structure, consistent conventions, readable documentation, and a feedback loop good enough to trust.

21 Sept 2026 · 10–12 min

the newest page.

AI coding agent working with a structured Next.js frontend codebase
developer, agent, codebase, feedback

4 notes

This page of the notebook is blank.

Try another word or choose another section.

2026

02

Technical

React Server Components: What Actually Happens Under the Hood?

React Server Components change how we think about frontend. Instead of only asking where a component renders, we need the server/client boundary, the RSC Payload, serialization, and how the browser turns a response into UI.

15 Apr 2026 · 15–20 min

React Server Components architecture showing server components, RSC payload, client components and hydration

2025