← Back to home


Writing
Notes on building software.
Practical posts on websites, MVPs, rescue work, and the decisions that keep projects maintainable.

dev.to4 min read
Managing Firebase Auth State with React Context in Next.js
Authentication state often needs to be available throughout an application. Navigation, profile...
FrontendGeneral

dev.to5 min read
Restoring Chrome Bookmarks
Losing carefully organised Chrome bookmark folders can be frustrating, especially when an accidental...
FrontendToolingGeneral

dev.to4 min read
Building My First npm Package: A CLI for Scaffolding Backend Servers
Hello DEV Community! This is both my first npm package and my first DEV article. After transitioning...
ToolingGeneral