u/MycologistPopular341

▲ 6 r/softwaretesting+2 crossposts

Hey everyone,

If you’ve ever worked on a UK healthcare project, you know the headache of generating valid NHS numbers for staging/QA. You either have a messy spreadsheet somewhere, or you’re stuck manually calculating checksums to make sure the UI doesn't throw a validation error.

Even worse—the risk of someone accidentally using a real identifier in a dev environment is a literal GDPR nightmare.

I built SwiftCareID to solve this. It’s a lightweight Chrome extension that:

  • Always uses the 999 prefix: Strictly reserved for synthetic test data.
  • Modulus 11 Checksum: Generates technically accurate 10-digit IDs that pass all standard validation logic.
  • Dev-Friendly UI: Dark mode, Roboto Mono (for legibility), and a smart auto-refresh that pauses when you hover so you don't lose the ID while copying.
  • Privacy First: Zero data collection. It only asks for clipboard permissions.

It’s completely free. If you're building in the HealthIT space, I'd love for you to check it out and let me know if there are any other features that would make your workflow faster.

Link: https://chromewebstore.google.com/detail/swiftcareid-secure-id-gen/jnjigjjhopkebcgekappokjiccaijljg

u/MycologistPopular341 — 8 days ago

Hey everyone,

​As a developer, I found myself constantly searching for "GUID generator" and landing on clunky websites filled with ads, trackers, and "copy to clipboard" buttons that barely work. I just wanted something fast, clean, and professional that lived right in my browser.

​So, I built SnapGuid.

​It’s a lightweight Chrome extension designed for developers who need UUIDs/GUIDs instantly without leaving their workflow.

​Why use it?

​Privacy-First: No tracking, no data collection, and it works offline.

​Clean UI: No fluff. Just the IDs you need.

​I’m looking for some honest feedback from the community. If you do a lot of backend work or database seeding, I’d love to know if this fits into your workflow.

​Link: https://chromewebstore.google.com/detail/snapguid-professional-uui/dkpfbljmfdckcmlfgpciaofbogmejbeo

​Free to use, and I’m planning to keep it that way. Cheers!

u/MycologistPopular341 — 24 days ago