Google Cloud Platform
Secrets Manager: Where I Finally Stopped Hardcoding API Keys
We've all done it. Hardcoded API keys in config files. Committed them to Git. Then scrambled to revoke them when you realize the repo is public. I was guil…
Stories Worth Reading
PixelProse is your go-to blog for insightful articles on Technology, Travel, Food, Health, Lifestyle, Business, Fashion and Sports. Fresh perspectives. Real stories. Zero fluff.
Google Cloud Platform
We've all done it. Hardcoded API keys in config files. Committed them to Git. Then scrambled to revoke them when you realize the repo is public. I was guil…
Google Cloud Platform
Okay, hear me out. I love GitHub. I have a paid account. But for my work projects on GCP, I started using Cloud Source Repositories. The integration is sea…
Google Cloud Platform
I came into GCP knowing nothing. No cloud experience. No infrastructure background. Just a developer who wanted to deploy an app. Month one was chaotic. I…
Google Cloud Platform
I had a weekly task: process 50,000 user records, generate reports, and send emails. I used to run this on a small VM. It would run for an hour every Sunda…
Google Cloud Platform
I gave a service account the 'Owner' role. I know. I'm ashamed. It was my first week on GCP. I wanted everything to just work. It did work. Too well. One d…
Google Cloud Platform
I was stuck on a Cloud Function. I needed to process images uploaded to a bucket, generate thumbnails, and store metadata in Firestore. The event structure…
Google Cloud Platform
Kubernetes is powerful but scary. It's also expensive if you run it wrong. I had a small app that needed a database, a cache, and an API. Running this on s…
Google Cloud Platform
I've used all the major clouds. AWS's console feels like a government website from 2005. Azure's feels like a maze where every hallway looks the same. But…
Google Cloud Platform
I was storing years of old backups, logs, and user uploads in standard Cloud Storage buckets. My bill was growing every month. Then I discovered storage cl…