Technical writing
Articles on software engineering and interface design.
How to understand Flexbox in CSS
How Flexbox axes, alignment, and item sizing work.
8 min readMore articles
Notes on building and maintaining digital products.
TutorialAug 2026
Modular components in React and Next.js
How to split a Next.js interface into components that are easy to understand and change.
TutorialJun 2026Using GSAP in React and Next.js
How to use GSAP in React without working against React’s render model.
Technical ArticleJul 2026Idiomatic backend structure in Go
How to organize a Go backend with clear packages and simple dependencies.