best-practice
prev
prev
page 1 / 2
abstract shapes
SOLID – Dependency Inversion Principle
July 13, 2023
13 min read

Writing software so that it’s easy to change is not an easy task. Fortunately, there are a number of principles that, if understood and followed, will make your softw ...

Read More
0
8
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
prev
prev
page 1 / 2
Small Profile Pic
© 2024 bradnjones.com