/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

aayushsahu.com
| | blog.nuculabs.de
2.6 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:
| | til.simonwillison.net
2.4 parsecs away

Travel
| | I like using Postgres.app to run PostgreSQL on my macOS laptop. I use it for a bunch of different projects.
| | akashgoswami.dev
1.6 parsecs away

Travel
| | How I've setup and installed PostgreSQL on my Macbook
| | pythonspeed.com
14.6 parsecs away

Travel
| When you're building Docker images you often need some secrets: a password, an SS Hkey. The secure mechanism is BuildKit; others might leak them.