/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

til.simonwillison.net
| | vsupalov.com
1.4 parsecs away

Travel
| | Running PostgreSQL and Redis in Docker containers when developing a Flask app.
| | blog.nuculabs.de
2.0 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:
| | www.swifttoolkit.dev
2.1 parsecs away

Travel
| | In the 2nd article of this Dev Container series, set up a PostgreSQL - no local database installation required!
| | geoff.tuxpup.com
12.0 parsecs away

Travel
| I'm working through Hypermedia Sytstems using django and htmx in public. This post picks up with Chapter 5: HTMX Patterns. If you haven't read the prior posts, they're linked from the introductory one. The code can be found on sr.ht. To pick up where this post does, start from the tag contacts-app-web1.0. Even though it's possible (and reasonable!) to integrate htmx without it, I'm going to add django-htmx to my environment now, then integrate it into my django project.