Using GSuite with a custom domain name

I recently bought a domain name and needed email to go with it, after some research I decided to use GSuite as I’ve used Gmail for years and it has the added benefit of unlimited drive storage. This post should guide you through the steps needed to get GSuite connected to your domain and email […]

Tracking cryptocurrency prices using Binance API

After recently investing in various cryptocurrencies through Binance I found that their website didn’t show enough data regarding total profit/loss, they did however have an api which could be used to gather that data. The solution was to develop a simple (I am no asp.net developer!) site which would show current portfolio price and total […]

Updating Ubuntu Server 17.10 to use Static IP

A recent problem I came across was setting my Nginx server which is running Ubuntu Server 17.10 to use a static IP address. The normal approach of editingĀ /etc/network/interfaces wasn’t working so I gave up on it and let DHCP do its thing, this worked fine until my Hyper-V server rebooted and then Nginx got a […]