ACAI Clarityinaiclarity.hashnode.dev·May 23 · 8 min readThe Pre-Commit Hook That Catches API Keys Before They Hit GitThe problem: secrets in git are forever You know the drill. A developer hardcodes a Stripe secret key to test a webhook handler locally. They commit. They push. Maybe they catch it themselves and run 00
OIOluwaseyi Idowuinidowuseyi.hashnode.dev·Apr 16 · 2 min readWhy I Don't Just "Test" User RegistrationIn my years leading engineering teams, especially in the highly regulated US HealthTech space, I’ve learned one thing: User registration is a wolf in sheep’s clothing. On the surface, it’s a form, a b00
SCSourish Chakrabortyinblogs.sourishchakraborty.com·Mar 3 · 5 min readLLM Engineering 101: Mastering the Modern AI StackIn the world of 2026, "generative AI" has evolved from a novelty into a rigorous engineering discipline. Whether you are building an autonomous agent or a simple summarizer, success lies in understand00
GGitHubOpenSourceingithub-open-source.hashnode.dev·Jan 17 · 4 min readStop Sending Secrets to OpenAI: Meet PasteGuard, Your Essential LLM Privacy Shield📝 Quick Summary: PasteGuard is an OpenAI-compatible proxy that protects sensitive data by masking Personally Identifiable Information (PII) and secrets before they are sent to external LLM APIs. It offers two modes: Mask Mode for replacing data with...00