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....
Liskov Substitution Principle is the āLā in the SOLID Principles. It states if you have a parent class and a child class, any instance of...