Learning Git

Git has become the Version Control System (VCS) of choice, even for people who do not need the distributed side. Not having to set up a server to use Git is one of it’s major benefits. Initially I would not recommend Git due to the lack of Windows client but Git for Windows solved thatContinue reading “Learning Git”

Containerized Python

I wanted simple demo web app, which for reasons I’ll come to in a different post, I decided to create a container running a Python web server. If you’ve been living under a rock and do not know anything about containers (and Docker specifically), see this video. I’ll assume this knowledge for the rest ofContinue reading “Containerized Python”