Backing up your PostgreSQL database is an important task that should be performed regularly to protect against data loss. One way to automate this process is by using a Bash script and cronjob. A Bash script is a simple way to automate tasks on a server, and it can be used to create backup...
I wanted to try out Go and the first step was to install it. Unlike other languages I've used, say python for example, I had an extremely hard time installing it. Installing Go itself was simple, but when I'd go to use packages, things just didn't see to work as I expected. In a few...