sayanarijit

↗ HN profile [ 80.0 ms ] full profile

No user record in our sample, but sayanarijit has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. Curl Dynamic.QRcode.show (dynamic.qrcode.show)
  2. This browser-local WASM app complements https://github.com/sayanarijit/cottage which helps you manage age-encrypted (supports SSH RSA/ed25519 keys) secrets in you own repo. Brower Local - All data is encryped and stored…

  3. Cottage is a secrets manager that teams can use to do more than encrypt and share secrets. It falls in the same category of agebox, blackbox, sops, git-crypt, but has a friendlier interface and differs is some opinion.…

  4. ## Why? - ORMs are magical, but it's not always a feature. Sometimes, we crave for familiar. - SQLAlchemy Core is powerful but `table.c.column` breaks static type checking and has runtime overhead. This library provides…

  5. For people who prefer to avoid ORM magic, this library defines a factory class that helps declare tables for SQLAlchemy core in a better way, so that the benefits of linting and editing tools can be utilised and a…