Social Icons

GCPA collection of 3 posts

GCP posts for developers who want to build and run services on Google Cloud without guesswork. Expect practical guides on deploying apps, configuring IAM, networking, storage, and production basics like logging, monitoring, and cost control. If you are wiring GCP into CI/CD, you will also find workflows for automating builds and deployments.

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...