/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

some-natalie.dev
| | blog.miguelgrinberg.com
3.4 parsecs away

Travel
| | miguelgrinberg.com
| | rob.cogit8.org
3.5 parsecs away

Travel
| | Learn how to speed up and harden your Django Docker builds using Astral's uv for faster installs, better caching, and reproducible environments.
| | www.augmentedmind.de
2.9 parsecs away

Travel
| | Learn to optimize the Docker image size, e.g. via small base images, multi-stage builds, consolidation of RUN statements, or using docker-slim.
| | blog.nuculabs.de
14.2 parsecs away

Travel
| I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain: