/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mtlynch.io
| | www.jeremykun.com
3.2 parsecs away

Travel
| | We're ironically searching for counterexamples to the Riemann Hypothesis. Setting up Pytest Adding a Database Search Strategies Unbounded Integers In this article we'll deploy the application on a server, so that it can search for RH counterexamples even when I close my laptop. Servers and containers When deploying applications to servers, reproducibility is crucial. You don't want your application to depend on the details of the computer it's running on. This is a higher-level version of the same principle behind Python virtual environments, but it applies to collections of programs, possibly written in different languages and running on different computers.
| | www.valentinog.com
3.4 parsecs away

Travel
| | Notes on deploying Django > 3.1 (async) with Uvicorn under Nginx as a reverse proxy.
| | austingil.com
3.3 parsecs away

Travel
| | This post covers preparing our app for production, deploying to a VPS, running it with a process manager, and using a reverse-proxy with an SSL.
| | www.vcluster.com
8.1 parsecs away

Travel
| Learn how to develop and deploy Django applications on Kubernetes using DevSpace. This tutorial covers project initialization, Helm-based deployments, real-time code synchronization, and efficient workflows to boost your productivity in a cloud-native environment.