Architecture
Explore software design patterns such as serverless microservices, containerization, CI/CD pipelines, and basically anything hosted on a cloud.

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.

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.

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

Deploy Flask Applications with uWSGI and Nginx
Host Python apps on your own server. Set up uWSGI to serve your app concurrently while handling incoming traffic with Nginx.

Using Redis In-Memory Storage for your Python Applications
Leverage in-memory data storage to cache data, handle user sessions, and avoid database transactions to keep your Python app snappy.

Managing Multiple Versions of Python on Ubuntu 18.04
Easily install and manage multiple versions of Python on Ubuntu 18.04 or older.

CentOS KVM guests as Docker Swarm Mode nodes
Create CentOS images for use as Docker Swarm nodes.