Lazy Sequences

Lazy sequences are powerful tools in Clojure. But before we dive further into lazy sequences I want to briefly go over the differences between a...

February 16, 2017

Threads

Threads are something used by computer programs. A single thread is responsible for a set of instructions that together perform a specific task. It controls...

February 7, 2017

SQL Prepare Statement

The PREPARE statement is a useful and widely used statement in SQL. The way it works is it essentially creates a template of the query...

February 2, 2017

Rake

For my next assignment with the time logger application I have been exploring and learning about Rake. Rake is a build language and it is...

January 25, 2017

Null Object Pattern

Today I watched the Nothing is Something talk by Sandi Metz. During the first half of her talk she goes into the Null Object Pattern....

January 24, 2017