Category Professional Cloud Architect

Article 29 – Firebase and Firestore

When you hear “Firebase,” you might think of hackathons and startup prototypes. That view is dangerously incomplete. Firebase is not a “lite” tool — it is a fully managed, opinionated suite of services running on Google Cloud’s global infrastructure. For…

Article 27 – Cloud Pub/Sub

Let me paint the problem. You are building an e-commerce app. When a user confirms an order, three things need to happen: inventory gets updated, a shipping label gets created, and a confirmation email gets sent. The simple approach is…

Article 25 – Google Cloud Run

Here is the question that sparked Cloud Run’s existence: “Can we have the scale-to-zero simplicity of serverless, but with the freedom to run any Docker container?” For years the answer was “pick one.” App Engine Standard gives you serverless but…