Recent posts

Setting up Pi-Hole on Raspberry Pi 3

9 minute read

I have been trying to find a use for my Raspberry Pi 3 for years. As a tech enthusiast, I have tons of spare phones, old computers, boxes of computer parts, ...

Setting up SSH on a Mac

2 minute read

In this post, I wanted to outline some instructions on setting up an SSH key for github on a mac. I recently exchanged my 2020 Intel MBA (MacBook Air) for a ...

Plotting Data with Seaborn

1 minute read

This is a continuation of my “Data Visualization with Python” post. In this post, I have decided to cover plotting in the Python library seaborn which is an ...

Plotting Data with Matplotlib

6 minute read

This is a continuation of my “Data Visualization with Python” post. In this post, I have decided to cover plotting in the Python library matplotlib as this c...