Logical Operators in Bash
Today we will look at how to restructure your bash scripts to use logical operators.
Installing both KVM and Vagrant on Ubuntu 18.04.
Today we will be looking at how to install KVM, along with Vagrant to create local testing environments on Ubuntu 18.04.
A Flask, ReactJS, and SCSS template (inc. Webpack)
https://github.com/AlexMussell/flask-react-scss-template
Merge Sort
Today we will be discussing merge sort and implementing it in Python.
Series - Docker - pt1 - VMs vs Containers
Today, we will go through the differences between VM's and Containers, and what problems Docker is meant to solve.
Python Decorators
In today's topic we will be discussing the basics Python decorators. They aren't as scary as you think!