Social Icons

SecurityA collection of 7 posts

Security content is for developers who want to build, deploy, and maintain software that is harder to break and easier to trust. It focuses on practical ways to protect applications, APIs, and infrastructure from common attacks and misconfigurations. The goal is to help you recognize real risks early and apply defensive techniques that actually hold up in production.

2 min read

Secure configuration in GitHub using SOPS

Usual problem with software development, since I started working, is handling configuration and keeping secrets. For managing secrets I have tried AWS secret manager and Google secret manager. I even tried keeping configuration in "plain...