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...
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...
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...
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...
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....