Recent Posts
-
January 23, 2016
Configuration Management for Beginners
Using Chef as an ExampleWho is this blog post meant for?This post is aimed at software engineers who have used configuration management software (especially Chef) without necessarily being comfortable with the process or fully understanding what t...
-
January 23, 2016
What is Object-Oriented Programming?
Object-oriented programming is the idea that data has its own identity and methods so it can do things for itself, instead of a workflow where functions do things to the data. The main goal here is delegation: you can tell an object what you want ...