/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
| | minhajuddin.com
2.5 parsecs away

Travel
| | The other day, I wanted to export a sample of one of my big Postgres tables from the production server to my local computer. This was a huge table and I didn't want to move around a few GBs just to ge
| | stribny.name
2.1 parsecs away

Travel
| | [AI summary] The article provides a step-by-step guide on automating PostgreSQL database backups and restores using Ansible playbooks and modules.
| | akashgoswami.dev
3.1 parsecs away

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

Travel
| This is the second post in my Start to Finish series. You can check out my first post introducing the series and my tools here. What is SCM? SCM, or source code management, is a system that helps developers manage the source code for their projects. They have been around forever, things like CVS, Subversion (SVN) and now Git are the popular ones. SCMs allow you to version your source code, which is why they are also called Version Control Systems.