📚 12 articles published

Developer Tools Tutorials & Deep Dives

Practical guides on JSON, JWT, Base64, regex, hashing, and more. Written for developers who want answers, not blog spam.

Top 15 Free Developer Tools You Should Bookmark

A curated list of 15 free, instant-load developer tools that solve everyday tasks: JSON, regex, JWT, base64, hash, UUID, diff, and more.

Diff Algorithms: How Git, VS Code, and Browsers Compare Text

How modern diff algorithms work — Myers, patience, histogram, and the new Heckel-style approaches used by VS Code and Cursor in 2026.

Unix Timestamp Conversion: Every Format Explained

Seconds vs milliseconds, timezones, ISO 8601, leap seconds, and the Y2038 problem. Everything you need to know about Unix timestamps in 2026.

URL Encoding: Common Pitfalls and How to Avoid Them

Why URL encoding bugs persist in 2026, the difference between encodeURI and encodeURIComponent, and how to handle Unicode and special characters correctly.

Hash Functions Explained: MD5, SHA-1, SHA-256 in Practice

Practical guide to cryptographic hash functions: when MD5 is fine, why SHA-1 is broken, and what SHA-256 / BLAKE3 should be used for in 2026.

YAML vs JSON for Configuration: The Real Tradeoffs

YAML and JSON both work for config files, but each has hidden costs. The Norway problem, type ambiguity, comments, and which to use when.

Regex Cheatsheet: 50 Patterns Every Dev Should Know

Fifty production-grade regex patterns: email, URLs, IP, phone, credit card, ISBN, date, password validation. With explanations and gotchas.

UUID v4 vs v7: Which Should You Use in 2026?

UUIDv7 added time-ordering to UUIDs in 2024. Here is when to use v4, when to use v7, and the database performance implications of each.

Convert JSON to CSV: 5 Methods Compared

Five practical ways to convert JSON to CSV: jq, Python, Node, browser tools, and online converters. Edge cases for nested objects and arrays.

Base64 Encoding Explained: Why It's Not Encryption

How Base64 encoding works, when to use it (and when not), and the surprising performance and size implications of using it for binary data over JSON.

JWT vs Session Auth: When to Use Which (with examples)

JSON Web Tokens vs traditional session cookies — the security tradeoffs, scaling implications, and real code examples for each approach in 2026.

JSON Formatting Best Practices for APIs (2026)

Everything you should know about formatting JSON for production APIs: indentation, key ordering, large numbers, dates, and the spec edge cases.