Writing

Practical software engineering notes.

Clear articles on frontend engineering, product delivery, and topics worth explaining simply.

5 min readMay 3, 2026
How to use AI coding assistants without losing code quality
AI coding tools are now part of daily software work. This guide explains where they help, where they fail, and how to use them without shipping weak code.
AI CodingCode ReviewDeveloper WorkflowProductivity
Read blog
5 min readApril 26, 2026
React Server Components in Next.js, explained simply
A plain-English guide to what runs on the server, what runs in the browser, and when to use `use client` in the Next.js App Router.
Next.jsReactServer ComponentsApp Router
Read blog