← Back to home




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

dev.to2 min read
Cursor Was Using 50GB of Memory - The Cause Was a Nested `.cursor` Folder
I recently hit a fairly ridiculous issue while running a Next.js app. My Mac started slowing down...
FrontendToolingGeneral

dev.to5 min read
Fixing Playwright build errors on Render when browsers are missing
Background I use Playwright in my API to render email templates for my app, Snap...
BackendToolingGeneral

dev.to6 min read
A Practical Guide to Writing Clear API Documentation
A Practical Guide to Writing Clear API Documentation Introduction What Is an API? Why Good...
BackendToolingGeneral

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