⬣ Google Cloud Run founder+leader
⬣ Google Cloud Carbon Footprint founder
steren.fr
𝕏: @steren
Here's Chatelet Les Halles in Paris:
Here's Chatelet Les Halles in Paris:
The team had prepared great deep dive sessions, quizzes, and workshops. Nice to connect with the local developer community.
The team had prepared great deep dive sessions, quizzes, and workshops. Nice to connect with the local developer community.
$ gemini extensions install github.com/GoogleCloudP...
Read more: cloud.google.com/blog/product...
$ gemini extensions install github.com/GoogleCloudP...
Read more: cloud.google.com/blog/product...
$ gradio deploy --provider gcloud
$ gradio deploy --provider gcloud
See nice landing page from Google DeepMind deepmind.google/models/gemin...
See nice landing page from Google DeepMind deepmind.google/models/gemin...
nodejs.org/en/blog/rele...
nodejs.org/en/blog/rele...
m-creativelab.github.io/jsar-runtime...
m-creativelab.github.io/jsar-runtime...
- 6:30pm: Google Cloud Run for AI (Inference, agents, and MCP)
- 7pm: A Python-First Approach to AI Infra, from Sandboxes to Inference
- 7:30pm: Zylo-docs: The Code-first, AI-powered API Spec Tool
lu.ma/qemn7akv
- 6:30pm: Google Cloud Run for AI (Inference, agents, and MCP)
- 7pm: A Python-First Approach to AI Infra, from Sandboxes to Inference
- 7:30pm: Zylo-docs: The Code-first, AI-powered API Spec Tool
lu.ma/qemn7akv
- AI Agents go to Cloud Run
- MCP servers go to Cloud Run
Cloud Run's flexibility and on-demand nature make it a runtime of choice for these new workloads.
- AI Agents go to Cloud Run
- MCP servers go to Cloud Run
Cloud Run's flexibility and on-demand nature make it a runtime of choice for these new workloads.
- I don't write tests (manually) anymore
- test coverage of my projects go up.
- I don't write tests (manually) anymore
- test coverage of my projects go up.
The catalog page does a great job listing the available tools and giving clear setup instructions.
hub.docker.com/mcp/server/c...
The catalog page does a great job listing the available tools and giving clear setup instructions.
hub.docker.com/mcp/server/c...
stereo-img.steren.fr
stereo-img.steren.fr
We are changing that: Go 1.25 (today "Release Candidate") and Node.js 24 ("Current") are available in Preview today.
They will GA once Stable and "Active LTS".
$ gcloud run deploy
We are changing that: Go 1.25 (today "Release Candidate") and Node.js 24 ("Current") are available in Preview today.
They will GA once Stable and "Active LTS".
$ gcloud run deploy
- Details: cloud.google.com/sustainabili...
- CSV: github.com/GoogleCloudP...
- Details: cloud.google.com/sustainabili...
- CSV: github.com/GoogleCloudP...
👀 2 Cloud Run-related items:
Start background agent either locally, by deploying to Cloud Run, or through Jules integrations:
github.com/google-gemin...
Deploy to Cloud Run with /deploy
github.com/google-gemin...
👀 2 Cloud Run-related items:
Start background agent either locally, by deploying to Cloud Run, or through Jules integrations:
github.com/google-gemin...
Deploy to Cloud Run with /deploy
github.com/google-gemin...
- Define your app in "compose.yaml"
- Run locally with "docker compose up"
- Deploy with "gcloud run compose up"
Docker blog: www.docker.com/blog/build-a...
GCP blog: cloud.google.com/blog/product...
Video: youtu.be/KHM3YGkLOxo?...
- Define your app in "compose.yaml"
- Run locally with "docker compose up"
- Deploy with "gcloud run compose up"
Docker blog: www.docker.com/blog/build-a...
GCP blog: cloud.google.com/blog/product...
Video: youtu.be/KHM3YGkLOxo?...
Priced 50% lower and with higher limits.
developers.googleblog.com/en/scale-you...
Priced 50% lower and with higher limits.
developers.googleblog.com/en/scale-you...
For performance, usability, and features
For performance, usability, and features
Given a job duration, start and end window, and set of locations (which can be GCP regions), the API returns the optimal execution time and location.
portal.electricitymaps.com/docs/api#car...
Given a job duration, start and end window, and set of locations (which can be GCP regions), the API returns the optimal execution time and location.
portal.electricitymaps.com/docs/api#car...
$ gcloud run deploy --image ollama/ollama --port 11434 --gpu 1
$ OLLAMA_HOST=[...] ollama run gemma3n
$ gcloud run deploy --image ollama/ollama --port 11434 --gpu 1
$ OLLAMA_HOST=[...] ollama run gemma3n