anykeyh.hashnode.devProtecting Sensitive DataThe AI revolution has created a paradox for companies handling sensitive data. We need the power of advanced language models, but we can't risk exposing confidential information. For Ingedata, working with healthcare and defense clients, this isn't j...Sep 1, 2025·4 min read
anykeyh.hashnode.devTesting Our ApplicationThe PTSD of Long-Running Test Suites In a previous life, I found myself staring at my terminal, watching a test suite crawl through its execution. Forty minutes. That's how long it took to run the entire test suite. Forty minutes of waiting, hoping t...Jun 10, 2025·10 min read
anykeyh.hashnode.devDive into JSON:API specificationHow do you standardize API communication in a complex platform? How do you handle relationships, pagination, and error responses consistently? This article explores our journey with the JSON:API specification, examining both its strengths and challen...May 23, 2025·6 min read
anykeyh.hashnode.devSecure and Scalable Authentication in MicroservicesIn a microservices architecture, authentication and authorization present unique challenges. How do you ensure secure access across distributed services? How do you maintain consistent permissions without duplicating logic? How do you balance securit...Apr 29, 2025·10 min read
anykeyh.hashnode.devVerse::SchemaEnsuring that the integrity and structure of incoming data is equally important and time-consuming in modern web application development, especially with APIs. Invalid or unexpected data can lead to bugs, security risks, and frustrating user experien...Apr 16, 2025·7 min read