Month: July 2016

FizzBuzz

It’s time to start applying for a software development job. Let’s find all the old projects, put some comments on them and host them. Let’s dig into our old class books and notes reading all about binary search, bubble sort, trees, arrays, etc. You are sitting in front of a whiteboard ready to be quizzed. …

FizzBuzz Read More »

Test Driven Development

We all know that testing code can really get annoying after awhile. But it isn’t often that developers create magic code that compiles and runs perfectly on the first try. Not testing our code fully can lead to several problems down the line once we hit the masses in production. To help making testing easier while producing better code we have Test driven Development.

Hello World!

Hello Everyone! This is my first self hosted blog post. I’ve posted to several other forms and communities for years but finally decided that it was time to build out my own wordpress. So far this has been an interesting experience. Overall wordpress has been very easy to setup. If you were ever thinking about …

Hello World! Read More »