Nov 15, 2025 · 9 min read · (Namaste)! 🙏 The Problem We're Solving You've built something awesome on Google Cloud Run. Maybe it's a smoothie recipe API, a coffee service, or any cool app. It works great! You added login, API keys, and all that security stuff. But here's the sc...
Join discussion
Nov 6, 2025 · 3 min read · Day 7 was the critical pivot from local development to a full Cloud-Native deployment. We successfully established a robust CI/CD pipeline using Google Cloud, automating the entire process from code push to service update. This is a massive step for ...
Join discussion
Jun 27, 2025 · 3 min read · Image credit to Alvaro Montoro. I run my backend on GCP Cloud Run. For low-volume transactional email, like signup confirmations or report delivery, I had been happily using Sendgrid. GCP even offers a one-click integration with Sendgrid, which used ...
Join discussion
Apr 29, 2025 · 4 min read · Introduction When implementing simple backend processes, what should you use in GCP? Here are some products that come to mind. Can you explain the differences between them? Cloud Run Functions Cloud Functions for Firebase Cloud Run Service Cloud ...
Join discussion
Feb 7, 2025 · 12 min read · Deploying and managing APIs can feel daunting and time consuming; however, with the help of automation and the right tools in place, the process can become seamless. In this article, we will use a step by step approach to deploy a containerized appli...
Join discussion
Jan 10, 2025 · 6 min read · Cloud Run is a fantastic platform for deploying and scaling containerized applications. One of its features is the ability to split traffic between different versions of your deployed application.You can perform A/B testing, canary releases, and grad...
Join discussion
Nov 15, 2024 · 4 min read · In my previous post, I introduce the project Wakapi - an alternative to Wakatime but it totally free, it mean you have to self hosted it somewhere. https://hashnode.com/post/cm3i8c9mp001609ku3rhieuku The database Wakapi provide several choices of d...
Join discussion
Nov 13, 2024 · 4 min read · Project Context I’ve been working on a system built with a microservices architecture that uses Google Cloud Pub/Sub and Cloud Run to manage notifications and keep a continuous NLP analysis flow running smoothly. Each microservice has a specific role...
Join discussion