
Serving Assets via CDN with Google Cloud
Serve static content via a Google Cloud CDN to improve load times. Fine-tune your load balancer and caching to match your app’s needs.

Async HTTP Requests with Aiohttp & Aiofiles
Handle hundreds of HTTP requests, disk writes, and other I/O-bound tasks with quintessential async Python libraries.

Intro to Asynchronous Python with Asyncio
Execute multiple tasks concurrently in Python with Asyncio: Python's built-in async library.

Managing Multiple Versions of Python on Ubuntu 20.04
Easily install and manage multiple versions of Python on Ubuntu 20.04 or newer.

Create Google BigQuery Tables via the Python SDK
Use Google Cloud's Python SDK to insert large datasets into Google BigQuery, enjoy the benefits of schema detection, and manipulating data programmatically.

Create Cloud-hosted Charts with Plotly Chart Studio
Use Pandas and Plotly to create cloud-hosted data visualizations on-demand in Python.

Deploy Serverless Golang Functions with Netlify
Write and deploy Golang Lambda Functions to your GatsbyJS site on Netlify.

Scrape Structured Data with Python and Extruct
Supercharge your scraper to extract quality page metadata by parsing JSON-LD data via Python's extruct library.

Build it with Terraform
Provision Google Cloud infrastructure using Hashicorp Terraform. Spin up instances of CloudSQL, Redis, Kubernetes and more.

Deploy a Golang Web Application Behind Nginx
Deploy a self-hosted Go web application using Nginx as a reverse proxy.