Advanced Performance Tuning for FastAPI on Google Cloud Run
September 4, 2025
From Cold Starts to Concurrency: A Deep Dive into FastAPI Performance on Cloud Run.
Optimize your FastAPI application on Google Cloud Run. This guide covers advanced performance tuning, from Gunicorn worker configuration to minimizing cold starts.
Read More...
Secure FastAPI Environment Variables on Cloud Run with Secret Manager
September 3, 2025
A Step-by-Step Guide to Managing Production Secrets on Google Cloud.
Learn how to secure your FastAPI application on Google Cloud Run by managing secrets like API keys and database passwords with Google Secret Manager. This guide covers setup, permissions, and CI/CD integration.
Read More...
Running Database Migrations with Alembic in Google Cloud Build
June 30, 2025
How to Organize and Load FastAPI Settings from a .env File Using Pydantic v2
Learn how to centralize your FastAPI configuration using Pydantic Settings and a .env file. This post covers setup, usage, and best practices for managing environment variables and secrets in a maintainable way.
Read More...
How to Set Up a Custom Domain for Your Google Cloud Run service
April 14, 2025
A Step-by-Step Guide to Mapping Your Domain to Cloud Run
Learn how to connect your custom domain to Google Cloud Run in just a few simple steps, making your website look professional without breaking the bank.
Read More...
Optimizing Reflex Performance on Google Cloud Run
March 27, 2025
A Comparison of Gunicorn, Uvicorn, and Granian for Running Reflex Apps
In this article, I tested various methods to run a Reflex 0.7.4 app on Google Cloud. After experimenting with Gunicorn, Uvicorn, Granian, and Reflex's built-in command, I found that Gunicorn with Uvicorn workers delivered the best performance.
Read More...
Adding Google Authentication to Your FastAPI Application
January 27, 2025
A guide to adding Google Authentication to your FastAPI app.
Learn how to add Google Authentication to your FastAPI app, making it easier to use and more secure.
Read More...
Simple CI/CD for Your FastAPI App with Google Cloud Build and Cloud Run
January 26, 2025
Push code, deploy automatically: A simple CI/CD guide for your web app.
Learn how to connect GitHub, Google Cloud Build, and Google Cloud Run to automatically build and deploy your FastAPI application every time you push code changes.
Read More...
Have a project in mind? Send me an email at hello@davidmuraya.com and let's bring your ideas to life. I am always available for exciting discussions.