← Back to home


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

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
Express Authentication and Team-Scoped RBAC with JWTs
Securing an API involves two separate concerns: Authentication: identifying the user making the...
Backend