// writing
From the blog
Notes on backend engineering, security, and web3 — pulled live from dev.to.

dev.to · Jul 5 · 5 min read
HTTP Finally Has a QUERY Method — and It Fixes a 30-Year-Old Compromise
For as long as most of us have been building web APIs, there's been an awkward gap in HTTP's method...
#http#query#api

dev.to · Jul 5 · 5 min read
AI-DLC: Giving Structure to AI-Assisted Development
AI coding assistants are great at writing code and terrible at knowing when to write it. Ask one to...
#productivity#ai#agents

dev.to · Jul 4 · 6 min read
How Do You Log Someone Out of a Stateless System? JWT Invalidation on Logout
JWTs are one of those technologies that feel wonderful right up until you hit your first "log me out"...
#security#jwt#logout

dev.to · Jul 4 · 14 min read
Social signing: log in, sign, never touch the key with AWS Nitro Enclaves
Picture a product where users sign up with a normal social login, get a blockchain wallet without...
#aws#security#blockchain