Author profile
Founder of Jaggaro
Punjab, India
Pritam Brar is the founder of Jaggaro — the independent software company behind SnapToolz. He builds privacy-first browser tools, writes long-form technical guides on file formats, WebAssembly, and applied cryptography, and is the editorial voice behind every article on this site.
Every guide on this site is researched, written, and maintained by Pritam personally — not auto-generated, not outsourced. Articles cite primary sources (RFCs, OWASP, NIST, W3C, WHO) so claims can be checked independently, and every long-form piece links back to the actual SnapToolz tool that implements the technique under discussion.
Affiliation
Founder of Jaggaro
An independent software studio building privacy-first browser tools. Based in Punjab, India. Operates the SnapToolz product at snaptoolz.online.
PDF to Word conversion — what actually round-trips, and what silently breaks
PDF is a layout format. DOCX is a flow format. They're fundamentally different things, and that explains every limitation of every PDF-to-Word converter ever made.
Resize images for the web without losing quality — practical sizing for every context
How big should a hero image actually be? A thumbnail? An OG card? Here are the real numbers, the math behind retina and srcset, and the resampling choices that matter.
Regular expressions — a practical primer from beginner to advanced
A small DSL for matching shapes in text. Powerful, occasionally treacherous, and well worth the afternoon it takes to internalise.
Cron expressions — the visual guide for engineers
The five-field format, the gotchas that bite everyone, and the cron flavours you'll meet in GitHub Actions, Kubernetes, and AWS.
What is OCR and how accurate is it really?
Optical Character Recognition turns pixels into text. Modern OCR is astonishing on clean scans and quietly terrible on phone photos of receipts. Here's why, and how to get the best out of it.
Password security in 2026 — what actually matters and what's mostly theatre
Length beats complexity. Don't rotate without a reason. Use a manager. Adopt passkeys when you can. Most other advice is folklore.
AES-256-GCM encryption explained — what GCM mode actually buys you
AES is the cipher. GCM is the mode that makes it safe to use. Here's the difference, and why getting the nonce wrong is the bug that ends careers.
JWT explained — anatomy, security pitfalls, and what to check in a token
Three base64url-encoded parts joined by dots. Most of the bugs aren't in the format — they're in how people verify it.
EMI / loan calculator — the math behind your monthly payment
Where the EMI formula comes from, why the same rate can cost wildly different totals, and how a single extra payment per year shaves years off a mortgage.
Understanding BMI — what the number actually measures and what it ignores
BMI was invented in the 1830s for population statistics, not for diagnosing individuals. Here's what it really tells you, and what it leaves out.
JPG vs PNG vs WebP vs AVIF — the 2026 image format decision guide
Four formats, four different strengths, and a lot of wrong defaults out there. Here's which to use for photos, graphics, the web, email, and your phone — with real file-size numbers.
The complete guide to PDF compression — algorithms, trade-offs, and how to hit a target size
What's actually happening inside a PDF when you shrink it, why some files refuse to get smaller, and how to land on 100 KB, 1 MB, or any other ceiling without ruining the file.
Set up SnapToolz for offline productivity
Install as a PWA, add the browser extension, run the desktop build — three ways to make SnapToolz feel like installed software.
How to privacy-clean a file before you share it
Strip the metadata, watermark the result, lock the password — all in your browser, in under a minute.
A daily developer toolkit that never opens a tab to elsewhere.com
JSON, Base64, regex, hash, diff, JWT — the everyday utilities developers reach for, all in one place, all local.
A browser-only image pipeline that never touches a server
Resize, compress, strip EXIF, convert format — the full prep workflow for social, blog, and email images.
Optimize PDFs for email — without uploading them anywhere
Mail servers have a 25 MB hard cap. Here's how to combine, shrink, and send a clean PDF entirely in your browser.
Why local-first tools are faster, safer, and more dependable
The case for processing your files in the tab you already have open — not on someone else's server.