Sr. Manager, Payment Gateways
Pavilion Payments, Raleigh, NC
Husband, father, software developer, aspiring-outdoors-man.
From the Blog
-
Book review: Domain-Driven Design
Tuesday, 9 July 2024Domain Driven Design by Eric Evans seems to have a place as a classic in the software engineering and architecture space today. It is often referenced, and there are many derivative books and commentaries on implementing Evans' ideas and practices. After hearing about the book for many years, I decided to invest in it myself and give it a thorough read. -
Validating Requests with Spring Boot 3
Saturday, 3 February 2024A few years ago, I documented my experience setting up Spring Boot to perform robust validation of HTTP requests. I've just gotten around to upgrading that repository to the Spring Boot 3 release, and I want to update my previous findings and share with you my experience upgrading the sample repo.