tail -f blog.log

Field notes for people who ship code.

Longer write-ups on the exact problems the tools solve — expired tokens, cron's sneaky OR rule, which hash to trust, whose fault a 502 really is. Written by a developer, for developers. No fluff, no popups, no "10 tricks" listicles.

  • 15 posts live
  • ~7 min avg read
  • RSS feed included
  • 0 popups, ever

authfeatured_post

How to decode a JWT — and what to actually look for

Jul 31, 2026 · 9 min read · Stackblip

Anyone can paste a token into a decoder. The skill is knowing what to look for once it's open — which claims bite you in production, what alg: none should trigger, and when the token is fine and your server's clock is wrong.

Read the post

ls -t posts/