Explore >> Select a destination


You are here

vxlabs.com
| | www.calazan.com
9.5 parsecs away

Travel
| |
| | vsupalov.com
9.2 parsecs away

Travel
| | Running PostgreSQL and Redis in Docker containers when developing a Flask app.
| | blog.nuculabs.de
10.4 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:
| | adamj.eu
77.5 parsecs away

Travel
| Most projects I work on use Python, good ol' Pip, and pip-tools. Below is a pattern I've used to speed up the GitHub Actions workflow runs on several such projects. On larger projects with many dependencies, it can save tens of seconds per run.