/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

jinyuz.dev
| | www.claudiokuenzler.com
1.9 parsecs away

Travel
| | Yet another tech blog - made in Switzerland.
| | akashgoswami.dev
3.1 parsecs away

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

Travel
| | PostgreSQL allows you to easily dump tables for backup purposes into plain text files using code such as: pg_dump mytable > mytable_backup.sql But this process is not very flexible and can creat...
| | til.simonwillison.net
23.1 parsecs away

Travel
| I have a Django application which uses PostgreSQL. I build the Django application into its own Docker container, push that built container to the GitHub package registery and then deploy that container to production.