News

Software Prophets of Yore Before jumping in, I need to promise you that these design patterns aren’t mine. In fact, most of them are decades old.
Proper use of design patterns in software development allows you to exploit previous experience with proven arrangements of objects, greatly increasing the efficiency of the coding process. Apply ...
Object-oriented programming has a lot of well-established design principles, such as the SOLID principles, but when moving towards functional programming many developers don’t know how to use ...