How to Encode and Decode Base64 (And Read a JWT Payload)
What those A-Z, a-z, 0-9 strings actually mean, why they aren't secure even though they look scrambled, and how to peek inside a JWT token.
Read more12 articles tagged “Developer Tools”.
What those A-Z, a-z, 0-9 strings actually mean, why they aren't secure even though they look scrambled, and how to peek inside a JWT token.
Read moreTurning a wall of minified JSON into something readable, and what to actually check when formatting throws an error instead.
Read moreTurning a single unreadable line of production CSS back into something you can actually edit, and the reverse trip before it ships.
Read moreTurning a squished XML export into readable markup, why the formatter refuses broken input outright, and how to actually find out what's wrong with it.
Read moreTurning a squished, one-line page source back into readable markup, and the one design detail that keeps embedded JavaScript and CSS from getting mangled in the process.
Read moreWhy the source of randomness actually matters, what "no duplicates" really guarantees, and how to pick a fair result every time.
Read moreWhat a hash function actually does, why it can't be reversed, and how to choose between MD5, SHA-1, SHA-256 and SHA-512 when a guide just says "hash it."
Read moreWhat's actually inside those 32 hexadecimal characters, and why a randomly generated ID is safe to trust without a central authority checking for duplicates.
Read moreWhere that scrambled Latin filler text actually comes from, why designers still reach for it, and how to generate exactly the amount a mockup needs.
Read more