Latest from the Blog
Ideas, insights, and code reflections.
Run WordPress on Ubuntu using Terraform, Ansible and Docker
Preface If you've ever installed WordPress from scratch, you know what a challenge it can be. I wanted to make installing WordPress a bit easier and to do that, I
Use Chef to manage multiple instances of Tomcat on a single server
Overview In this article I will demonstrate how to use Chef to manage multiple instances of Apache Tomcat on the same server. Background Containerization has taken the DevOps world by
Free Automated Blog on AWS
New Year -- New Blog A student asked me to help set up a simple, static website. He wanted to learn a little about AWS, and at the same time
Microservices – My Journey to Cutting Edge Software
Introduction Microservices are all the rage these days. I'm part of a team that is relatively new to the current trend of software architecture, and we're trying to figure out
Collision Detection in JavaScript Games
Collision Detection in JavaScript Games Learn how to code up your own collision detection when you're writing your own games in JavaScript using the HTML5 Canvas. JavaScript makes it easy