Writing
Writing about frontend systems, interfaces, and technical decisions.
Short notes, practical guides, and implementation details from building modern web products.
3 posts
Frontend · 2
Research · 1
Diffusion Models · 1
Quantisation · 1
Machine Learning · 1
TypeScript · 1
React · 1
Patterns · 1
Tailwind CSS · 1
Design Systems · 1
UI · 1
Apr 21, 202610 min read
PTQ-AttnDM, Explained Simply
A shorter, clearer version of my dissertation on post-training quantisation for diffusion models, with a visual walkthrough of the method.
Research
Diffusion Models
Quantisation
Machine Learning
Mar 10, 20241 min read
TypeScript Patterns That Keep UI Code Honest
A few small TypeScript habits that make UI components easier to trust and easier to change.
TypeScript
React
Frontend
Patterns
Feb 20, 20241 min read
Tailwind CSS as a Design System, Not a Shortcut
How to keep Tailwind expressive without letting utility classes turn the interface into noise.
Tailwind CSS
Design Systems
Frontend
UI