Timothy Bryant Jr.

Brief Musings: Short Posts for Quick Insights and Thoughts

Summary

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...

Introduction

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...

For quick reference, you can find the complete installation commands in the Commands section below.

Background

This guide addresses a specific compatibility issue I encountered between Ruby 3.0.0 and Ubuntu 22.04. The solution involves using rbenv, a Ruby version manager, along with a custom...