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.
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
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 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 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 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 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 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
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 used to find out my app was down when users emailed me. Hours of downtime. Angry customers. Panicked debugging. Then I set up Cloud Operations (formerly…