Building a mobile QR scanner got me curious about the underlying decoding algorithm. It’s way more sophisticated than I expected—here’s how it actu…
Posts for: #Decoding
Linux uptime Command: Understanding System Load and Uptime Monitoring
When managing servers, quickly assessing system health is essential. The uptime command outputs just one line, but it contains critical informati…
Building a JWT Debugger in the Browser: Base64URL Decoding and Signature Verification
If you’re a backend developer, you’ve probably pasted a JWT into jwt.io more times than you can count. But have you ever thought about what happens…
Base64 Encoding/Decoding: From btoa to Full Unicode Support
I recently worked on a project requiring safe text data transmission, and Base64 encoding was unavoidable. While I’ve used it countless times, impl…