Blog
Tips, guides and tutorials.
Regex performance and validation: avoid ambiguous patterns
Bound input, spot ambiguous backtracking, and separate format checks from semantic validation.
Read more →Accessible and secure QR codes: how to publish and test them
Show the destination, preserve the quiet zone, and test contrast, size, distance, and multiple devices.
Read more →Merge and split PDFs privately: what to verify before sharing
Reorder and extract synthetic sample pages, then check links, forms, metadata, signatures, and size.
Read more →How to remove EXIF metadata before sharing an image
Inspect GPS, device, date, and copyright; create a clean derivative and verify the outgoing file.
Read more →MD5, SHA-1, and SHA-256: choosing a hash
Verify downloads with a trusted reference and separate integrity, passwords, and signatures.
Read more →How to understand password entropy
Compare creation methods, theoretical-entropy assumptions, and defenses that reduce account risk.
Read more →Decoding a JWT is not verifying it
Inspect the three JWT segments and learn why signatures and claims must be validated by a trusted system.
Read more →How to optimize SVG without losing safety or accessibility
Reduce SVG file weight while preserving rendering, local references, and accessible alternatives.
Read more →Convert JSON to CSV without losing data meaning
Define rows, flatten nested data, and avoid losses when converting customers, orders, arrays, and types to CSV.
Read more →How to diagnose JSON errors step by step
Locate JSON syntax errors, correct ambiguous data, and verify the result with a reproducible method.
Read more →Why Privacy Matters in Dev Tools
How to protect sensitive data and why local-first browser tools are the future.
Read more →Image Optimization for the Web
Learn how to optimize images to drastically improve your website load speeds.
Read more →Base64 Encoding Explained
Everything you need to know about Base64 encoding, decoding, and when to use it.
Read more →The 5 Best Free Online PDF Tools
Discover the most useful PDF tools for developers and designers, from compression to merging.
Read more →