JWT expired? How to debug 401 errors in five minutes
Decode access tokens, read exp claims, and fix clock skew without guessing your auth stack.
2026-06-13 · 5 min read · Rahul Chitturi
Tips, workflows, and stories about developer productivity, API debugging, documentation, and building Flashman. Every post links to free tools you can use right away.
23 articles · looking for tutorials? See our guides.
Decode access tokens, read exp claims, and fix clock skew without guessing your auth stack.
2026-06-13 · 5 min read · Rahul Chitturi
Padding, Unicode, URL-safe variants, and double encoding—fixed before your next deploy.
2026-06-13 · 5 min read · Rahul Chitturi
Format API responses during calls, in tickets, and on machines where VS Code is not installed.
2026-06-12 · 4 min read · Rahul Chitturi
Timezone, daylight saving, overlap, and idempotency—before your nightly job runs twice.
2026-06-12 · 6 min read · Rahul Chitturi
UTM parameters, plus signs, and double encoding—why your campaign reports look wrong.
2026-06-11 · 5 min read · Rahul Chitturi
Structure, preview, and PDF export for runbooks, RFCs, and onboarding without a heavy wiki.
2026-06-11 · 5 min read · Rahul Chitturi
Verify artifacts, cache keys, and config drift with hashes—without misunderstanding what they prove.
2026-06-10 · 5 min read · Rahul Chitturi
Encode staging URLs, slides, and surveys—without printing broken links.
2026-06-10 · 4 min read · Rahul Chitturi
Pretty-print legacy payloads, spot namespace issues, and survive enterprise integrations.
2026-06-09 · 5 min read · Rahul Chitturi
Line diffs for env files, JSON policies, and SQL migrations—catch typos reviewers miss.
2026-06-09 · 4 min read · Rahul Chitturi
Beautify ORM-generated queries from logs so on-call can read them under pressure.
2026-06-08 · 4 min read · Rahul Chitturi
Convert HEX to RGB, document contrast, and stop the #3B82F6 telephone game.
2026-06-08 · 5 min read · Rahul Chitturi
Extract request IDs, status codes, and durations—then cap input length.
2026-06-07 · 6 min read · Rahul Chitturi
Convert field names when Python backends meet TypeScript frontends.
2026-06-07 · 4 min read · Rahul Chitturi
Decimal SI units vs binary IEC units—and how to convert without embarrassing estimates.
2026-06-06 · 4 min read · Rahul Chitturi
JSON formatters, JWT decoders, and encoders save hours—here is how to build a fast daily workflow without leaving the browser.
2026-06-01 · 6 min read · Rahul Chitturi
A step-by-step checklist when an API returns unexpected data—structure, types, encoding, and time.
2026-05-30 · 7 min read · Rahul Chitturi
Structure your open-source and internal README files so newcomers ship on day one.
2026-05-28 · 5 min read · Rahul Chitturi
Practical habits for tokens, env files, and clipboard hygiene on shared machines.
2026-05-26 · 6 min read · Rahul Chitturi
The product philosophy behind client-side developer tools—and what we will never do with your data.
2026-05-22 · 5 min read · Rahul Chitturi
Avoid footguns in manifests—indentation, multi-doc files, and JSON conversions.
2026-05-20 · 6 min read · Rahul Chitturi
Clean CSV and Excel exports before they become API payloads or MATLAB calibrations.
2026-05-18 · 5 min read · Rahul Chitturi
jq and curl are powerful—but sometimes a paste-and-go web tool is the right answer.
2026-05-15 · 5 min read · Rahul Chitturi