Browsing Tag
gcp
16 posts
Wiring the Reasoning Loop: Gemini + Neo4j + MCP for Multi-Hop AI Agents
Standard Retrieval-Augmented Generation (RAG) solved the initial LLM hallucination problem by grounding outputs in vector embeddings. However, pure…
Cloud Cost API: Pulling Reconciled AWS, Azure and GCP Spend into Your Own Warehouse (CSV, JSON, Parquet)
Sooner or later, cost data has to live where the rest of the company’s data lives: in the…
Treating Firestore as a public cache
Using Firestore as “the app’s primary database” is easy at first. Writes and reads complete in one place,…
This is Cloud Run: Configuration
This is Part 3 of the “This is Cloud Run” series. In Part 1, we covered what Cloud…
Deploy Gemma 4 on Cloud Run: Pay Only When You Actually Use It
I was in the room in Paris when Google announced Gemma 3. It was an exciting event. The…
AWS vs Azure vs GCP Pricing in 2026: Compute, Storage, and Network Compared
AWS vs Azure vs GCP Pricing in 2026: Compute, Storage, and Network Compared The on-demand price for equivalent…
This is Cloud Run: Nine Ways to Deploy (and When to Use Each)
This is Part 2 of the “This is Cloud Run” series. In Part 1, we covered what Cloud…
This is Cloud Run: A Decision Guide for Developers
I like to throw spaghetti at the wall and see if it sticks. Some of my best projects started…
BigQuery Sharing: An Underrated Data Exchange Platform You Should Know
BigQuery isn’t just a data warehouse anymore. Most teams know how to run analytics queries, build dashboards, or…
How Do You Handle Orchestration in Apigee X Using ServiceCallout & FlowCallout?
Introduction 🚦 Imagine this situation 👇 A client calls one API, but behind the scenes your backend must:…