Jul 31, 2026/Lucas Brandt/6 min read
Design Systems Don't Know Your Customers
Design systems are full of excellent advice. They just weren't written specifically for your users.
StratumFuse Blog
Practical articles on engineering, infrastructure, design, security, and the realities of building software that lasts.
Discover
Featured
Jul 31, 2026/Lucas Brandt/6 min read
Design systems are full of excellent advice. They just weren't written specifically for your users.
Archive
Jul 13, 2026/Lucas Brandt/7 min read
Frontend validation improves the user experience, but it should never be treated as a security feature. Learn why every API must validate incoming data regardless of what the frontend allows.
Jun 28, 2026/Lucas Brandt/6 min read
JSON looks almost identical to JavaScript, but a few small syntax differences cause countless parser errors. Learn the rules that trip developers up most often and why they exist.
Jun 12, 2026/Lucas Brandt/8 min read
JWTs look intimidating until you decode one. The token itself is usually the easy part. The real complexity comes from revocation, permissions, trust, and everything that happens after a token is issued.