Posts
dirt and water
Debatable: Build the front-end or back-end first?
August 27, 2020
7 min read

This 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 to address the topic with my own ...

Read More
0
2
cross hatch pattern
Decorator – Wrapping Functionality
July 30, 2020
15 min read

The Decorator Pattern is a Structural Design Pattern that can be used as a flexible alternative to inheritance to add responsibility at runtime. It uses composition to achi ...

Read More
0
7
bridge structure
12 Factor Apps in Java – Introduction
July 16, 2020
7 min read

This 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 for wanting to write this blog se ...

Read More
0
6
a crain
Builder – Controlling Object Creation
July 09, 2020
14 min read

The Builder Design Pattern is another one of the GOF creational design patterns. This pattern can be used to simplify the way that complex objects are created in your code ...

Read More
0
7
picture of a key in someones hand
Spring Cloud Config Server Encrypted Values
June 25, 2020
11 min read

Recently I have been working on building an app using Spring Boot with Java 11 and was prototyping a solution for external configuration using Spring Cloud Config Server. A ...

Read More
0
11
Small Profile Pic
© 2024 bradnjones.com