Insights
Notes on the pivot
Writing things down as I learn them — mostly for myself, hopefully useful to anyone else making a similar move.
June 20, 2026
Svelte for Dashboards vs. Streamlit — Picking the Right Tool
Streamlit gets you to a working dashboard fastest. Here's when the extra frontend investment in Svelte actually pays off.
#tools#sveltekit
May 14, 2026
SQL Patterns Explained Through a UI Engineer's Lens
Window functions, joins, and CTEs start to click faster once you map them to concepts you already use every day in component code.
#sql#learning
April 2, 2026
What Frontend Developers Already Know About Data (And Don't Realize It)
State management, component architecture, and debugging UIs are closer to data work than most frontend developers think.
#career-transition