Google Cloud Platform
What I Wish I Knew Before Using GCP (Lessons from 3 Years)
Three years on GCP. I've made mistakes. I've learned lessons. Here's what I wish someone told me on day one. First: set up billing alerts immediately. That…
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.
Results for "GCP"
51 articles found
Google Cloud Platform
Three years on GCP. I've made mistakes. I've learned lessons. Here's what I wish someone told me on day one. First: set up billing alerts immediately. That…
Google Cloud Platform
Three years on GCP. I've made mistakes. I've learned lessons. Here's what I wish someone told me on day one. First: set up billing alerts immediately. That…
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 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
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
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
This might be controversial. I started on AWS. EC2, RDS, S3. It worked. But something always felt off. The console was a maze. The documentation felt like…
Google Cloud Platform
This might be controversial. I started on AWS. EC2, RDS, S3. It worked. But something always felt off. The console was a maze. The documentation felt like…
Google Cloud Platform
My family wanted a website for our reunion. Photos, RSVP, schedule, updates. I built it in a weekend. Frontend on Firebase Hosting. A Cloud Function to han…
Google Cloud Platform
My family wanted a website for our reunion. Photos, RSVP, schedule, updates. I built it in a weekend. Frontend on Firebase Hosting. A Cloud Function to han…
Google Cloud Platform
I woke up to an email from Google Cloud: "Your bill for this month is $10.52." I panicked. My little side project was supposed to be on the free tier. How…
Google Cloud Platform
I woke up to an email from Google Cloud: "Your bill for this month is $10.52." I panicked. My little side project was supposed to be on the free tier. How…
Machine Learning
At some point, your laptop won’t be enough. Training a deep learning model on a CPU is like trying to dig a pool with a spoon. I had to make the jump to…
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
I used Docker Hub for a while. It was fine until I had a private image that I didn't want public. Then I discovered Artifact Registry on GCP. It's a privat…
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
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
I used Docker Hub for a while. It was fine until I had a private image that I didn't want public. Then I discovered Artifact Registry on GCP. It's a privat…
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 had this app idea. A travel planner that uses AI to generate itineraries. Big dreams, no money. I decided to build it on Google Cloud. I used Cloud Run f…
Google Cloud Platform
I had this app idea. A travel planner that uses AI to generate itineraries. Big dreams, no money. I decided to build it on Google Cloud. I used Cloud Run f…
Google Cloud Platform
I wanted to break into data science, but I didn't have any projects to show. Then I discovered that Google Cloud gives $300 in free credits to new users. I…
Google Cloud Platform
I published a blog post about a niche programming topic. It was just a little static site hosted on Firebase Hosting. Then I went to bed. I woke up to 47 n…
Google Cloud Platform
I published a blog post about a niche programming topic. It was just a little static site hosted on Firebase Hosting. Then I went to bed. I woke up to 47 n…
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 tried Jenkins. I tried GitLab CI. I tried GitHub Actions. They all worked, but they all felt like they required configuration YAML that was more complex…
Google Cloud Platform
I wanted to break into data science, but I didn't have any projects to show. Then I discovered that Google Cloud gives $300 in free credits to new users. I…
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 tried Jenkins. I tried GitLab CI. I tried GitHub Actions. They all worked, but they all felt like they required configuration YAML that was more complex…
Jobs
Dubai's economy has diversified significantly over the past decade, and the sectors with the greatest appetite for talent in 2025 reflect that diversificat…
Google Cloud Platform
My handwriting is illegible. Even I can't read it sometimes. So I built an app using Google Cloud's Vertex AI and the Vision API. I take a photo of my note…
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 had 10,000 files on an old FTP server. They were disorganized, poorly named, and scattered across folders. Moving them to Google Cloud Storage seemed dau…
Jobs
Dubai's technology sector has expanded rapidly, fuelled by government digital transformation initiatives, a growing startup ecosystem, and large corporates…
Google Cloud Platform
Cloud Scheduler is technically for triggering Cloud Functions or HTTP endpoints. But I've started using it for everything. I have a scheduler job that call…
Google Cloud Platform
I have a problem: I start too many side projects. But I also have a solution: Google Cloud Functions. Need a webhook? Cloud Function. Need to process an im…
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
My app crashed. I had logs. Thousands of them. I needed to find the error that happened at 3:14 AM. I used to SSH into servers and grep through log files…
Google Cloud Platform
Cloud Scheduler is technically for triggering Cloud Functions or HTTP endpoints. But I've started using it for everything. I have a scheduler job that call…
Google Cloud Platform
I run a Discord bot for a gaming community. Ten thousand users. Hundreds of requests per minute. And I pay exactly $0 to host it. The secret? Google Cloud…
Google Cloud Platform
I had 10,000 files on an old FTP server. They were disorganized, poorly named, and scattered across folders. Moving them to Google Cloud Storage seemed dau…
Google Cloud Platform
I used to ignore VPC networks. I'd just use the default network and let everything talk to everything. It was easy. It was also dangerous. One misconfigure…
Google Cloud Platform
My app crashed. I had logs. Thousands of them. I needed to find the error that happened at 3:14 AM. I used to SSH into servers and grep through log files…
Google Cloud Platform
I used to ignore VPC networks. I'd just use the default network and let everything talk to everything. It was easy. It was also dangerous. One misconfigure…
Google Cloud Platform
I have a problem: I start too many side projects. But I also have a solution: Google Cloud Functions. Need a webhook? Cloud Function. Need to process an im…
Google Cloud Platform
My handwriting is illegible. Even I can't read it sometimes. So I built an app using Google Cloud's Vertex AI and the Vision API. I take a photo of my note…
Google Cloud Platform
It was 3 AM on a Tuesday. I was tired, running a script I thought was pointed at my test environment. One wrong click. One mistyped command. And just like…
Google Cloud Platform
It was 3 AM on a Tuesday. I was tired, running a script I thought was pointed at my test environment. One wrong click. One mistyped command. And just like…
Google Cloud Platform
I run a Discord bot for a gaming community. Ten thousand users. Hundreds of requests per minute. And I pay exactly $0 to host it. The secret? Google Cloud…