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
WordPress GDPR Compliance – Data RequestsJuly 23, 2020 | complianceThis is the final post in our WordPress GDPR compliance blog series. We will be looking at how to use the tools provided by your WordPress…Read More
12 Factor Apps in Java – IntroductionJuly 16, 2020 | software-engineeringThis is the start of a series of blog posts on building Java-based apps following the 12 factor best practices. I have a number of reasons…Read More
Builder – Controlling Object CreationJuly 09, 2020 | software-engineeringThe Builder Design Pattern is another one of the GOF creational design patterns. This pattern can be used to simplify the way that complex…Read More
WordPress GDPR Compliance – Privacy ConsentJuly 02, 2020 | complianceThis is the third part of a multi-part series covering the topic of GDPR compliance for your WordPress website. Today we will look at what…Read More