Debatable: Build the front-end or back-end first?August 27, 2020 | software-engineeringThis is the start of a new and ongoing series in which I will address topics that are debatable within the IT industry. I will then attempt…Read More
Decorator - Wrapping FunctionalityJuly 30, 2020 | software-engineeringThe Decorator Pattern is a Structural Design Pattern that can be used as a flexible alternative to inheritance to add responsibility at…Read More
Adapter - Using Incompatible InterfacesJanuary 30, 2020 | software-engineeringThis is the third post in our Software Design Pattern series. The Design Pattern that we will be looking at today is called the Adapter…Read More