URL encoding explained: why %20 appears in links
Learn when URLs need encoding, what percent-encoding does, and how to avoid broken query strings and shared links.
Each article is a 3–4 minute read that explains what a format is, where it is used and how to work with it inside Code Formatter Pro.
Learn when URLs need encoding, what percent-encoding does, and how to avoid broken query strings and shared links.
A practical guide to UUIDs, when version 4 is a good fit, and where randomly generated identifiers belong in an application.
Understand what a SHA-256 hash proves, why small input changes matter, and why password storage needs a dedicated password hash.
JSON (JavaScript Object Notation) is the lingua franca of the modern web. Learn its rules, common pitfalls and when to use it.
XML is older than JSON but still runs enterprise systems, config files and document formats. Here is what you need to know.
YAML is a human-friendly superset of JSON that dominates CI/CD, Kubernetes and cloud configuration. Learn its rules and traps.
CSV looks trivial until a value contains a comma or a newline. Here is how the format really works.
Base64 is everywhere — in JWT tokens, data URLs and email attachments. It is NOT encryption. Here is the truth.
JWTs are short strings with three dots. Learn what each segment holds and why signing matters.
Nicely formatted SQL is easier to review, easier to debug and easier to optimise. Here is the playbook.
Format the three front-end languages consistently so code review focuses on logic, not indentation.