-
-
Modular Spring Boot 4 for Application Framework Teams
Spring Boot 4 Architecture and what it means for Application Framework Teams.
In 2021, I led the initiative to adopt Spring Boot via a custom wrapper project, marking our company’s first transition to a fully featured application framework. By inheriting from Spring Boot, we were able to leverage its robust ecosystem while tailoring the architecture to our specific enterprise needs. This allowed... [Read More] -
CICD Application Presentation
Presented to NISC during their developer summit.
This is a presentation I presented at NISC’s Developer Conference to address the many issues with getting our source code to production using CICD patterns. [Read More] -
Masking PII in Java Logs
Using logback to mask PII in all your application logs.
Keeping customers data safe is one of the most important jobs of building software. [Read More] -
12 Factor App Series - Dependencies
Declaration, isolation, and uniformity
Library Dependencies One of the most important steps to building a 12 Factor application is ensuring the right tools are used. Dependencies, or API libraries, allow us to build enterprise grade applications quickly, and it’s all on the backs of countless API libraries. Dependencies unlock the potential of web applications... [Read More]