sshelf
A Go CLI that manages SSH profiles, keys and server connections behind one clean interface — so you stop hand-editing ~/.ssh/config. Handles multiple git identities, imported .pem keys, bastion hosts, agent sessions and encrypted backups.
Open-source work, product features and announcements. Updates land here as they go out.
A Go CLI that manages SSH profiles, keys and server connections behind one clean interface — so you stop hand-editing ~/.ssh/config. Handles multiple git identities, imported .pem keys, bastion hosts, agent sessions and encrypted backups.
Netbanking and UPI redirect flows, webhook handling and mandate management built end to end — with the failure paths (timeouts, retries, mismatched callbacks) handled, not just the happy path.
Document verification and token-based auth flows for onboarding — designed security-first, with rate limiting, hardened auth and a strict content-security policy across the API surface.
Turns a spoken complaint into a structured First Information Report — Whisper transcribes the audio, Gemini drafts the FIR. Built to kill the paperwork without losing the details.
Speak, get the gist. Whisper handles speech-to-text, Gemini condenses it, and Django serves the whole pipeline end to end.
Legal-clause search that retrieves the right section, not a vibe — Qwen1.5 embeddings indexed in FAISS for fast similarity lookup over structured law data.
Fine-tuned Qwen1.5-0.5B on Indian legal acts and the penal code, formatted as JSON — a small model taught to speak statute.
A reusable FastAPI base I keep reaching for: CSP, auth hardening, rate limiting and sane defaults baked in, Dockerised and CI-ready from the first commit. Extracting it into something shareable.