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
Spring Cloud Config Server Encrypted ValuesJune 25, 2020 | software-engineeringRecently I have been working on building an app using Spring Boot with Java 11 and was prototyping a solution for external configuration…Read More
SOLID - Liskov Substitution PrincipleFebruary 21, 2020 | software-engineeringThis is the first post in a series on the SOLID design principles for object oriented programming. The acronym SOLID represents five…Read More