Blog

Tips, guides and tutorials.

9/4/2026 11 min read

Regex performance and validation: avoid ambiguous patterns

Bound input, spot ambiguous backtracking, and separate format checks from semantic validation.

Read more
9/4/2026 11 min read

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
9/4/2026 12 min read

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
9/4/2026 11 min read

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
8/27/2026 11 min read

MD5, SHA-1, and SHA-256: choosing a hash

Verify downloads with a trusted reference and separate integrity, passwords, and signatures.

Read more
8/27/2026 11 min read

How to understand password entropy

Compare creation methods, theoretical-entropy assumptions, and defenses that reduce account risk.

Read more
8/27/2026 11 min read

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
8/27/2026 10 min read

How to optimize SVG without losing safety or accessibility

Reduce SVG file weight while preserving rendering, local references, and accessible alternatives.

Read more
8/27/2026 11 min read

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
8/27/2026 10 min read

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
6/17/2025 8 min read

Why Privacy Matters in Dev Tools

How to protect sensitive data and why local-first browser tools are the future.

Read more
6/15/2025 9 min read

Image Optimization for the Web

Learn how to optimize images to drastically improve your website load speeds.

Read more
6/12/2025 9 min read

Base64 Encoding Explained

Everything you need to know about Base64 encoding, decoding, and when to use it.

Read more
6/10/2025 8 min read

The 5 Best Free Online PDF Tools

Discover the most useful PDF tools for developers and designers, from compression to merging.

Read more