Decorator – Design Pattern
Simplest explanation I’ve heard of the decorator pattern is it’s “used to extend the functionality of a single object without affecting any other instances of the same class.” The decorator pattern is used to achieving a separation of concerns and is essential tool in the Open/Closed…
Learnings Express.js & Node.js
If you want to learn Node.js then you’re probably wondering where to start. I highly recommend using the framework Express.js if you’re familiar with the Ruby framework Sinatra. Express.js has a guide through, but I don’t like writing or implementing code I don’t understand. If…
Functional Concepts of JavaScript
I have a phone interview with Deloitte Digital tomorrow morning. The position is for an associate front end engineer. They have designers on staff so a front end engineer is basically a JavaScript person. I’ve started to wonder if I like JavaScript more than I…