How to Fix Mojibake: Understanding Text Encodings
Understand why characters turn into 锟斤拷 and how to effectively use encoding converters to recover text.
In-depth articles on developer tools, data formats, web performance, and best practices — written by developers, for developers.
15 articles · Updated regularly
Understand why characters turn into 锟斤拷 and how to effectively use encoding converters to recover text.
Learn the principles of URL encoding, why reserved characters must be percent-encoded, and how to safely pass data in query strings.
A basic introduction to MD5, SHA-1, and SHA-256 hashes, their collisions, and when to use them for data integrity.
Discover why Universally Unique Identifiers (UUIDs) are essential for distributed systems and how a Version 4 UUID works.
An inside look at the 2D matrix barcode structure of QR codes, their error correction levels, and how to use them effectively.
A comprehensive walkthrough of JSON formatting — from basic concepts to advanced usage patterns, with real-world code examples.
Compare JSON and CSV formats across performance, readability, and use cases. Decide which format is right for your next project.
Demystify Base64 encoding: how it works, why it exists, and how to encode/decode data safely in the browser.
Master regular expressions from scratch. Covers anchors, quantifiers, groups, lookaheads, and real-world pattern matching examples.
A curated list of the most useful browser-based developer tools available in 2026 — all free, fast, and privacy-first.
Avoid broken APIs and silent bugs. Learn how to validate JSON correctly using schema validation and online tools.
What is a Unix timestamp? How to convert epoch time to human-readable dates and handle timezone pitfalls.
HEX, RGB, HSL — understand the differences and convert between color formats confidently for modern UI development.
Write cleaner, more maintainable SQL queries. Covers indentation rules, naming conventions, CTE patterns, and team style guides.
Reduce page weight and boost Lighthouse scores. A practical guide to image compression formats, tools, and optimization strategies.