Essays
Thoughts on software, architecture, and engineering craft.
- —7 min read
Python's Data Model: The Magic Behind the Magic Methods→
How Python's dunder methods let you build objects that feel native to the language — and why understanding them changes how you write code.
pythonarchitecturefundamentals - —6 min read
Understanding React Server Components→
RSC changes where your code runs. Here's what that actually means, and when you should care.
reactnextjsarchitecture