Recent Articles

I like to write about anything thta I am currently working or something new that interests me. If you would like me to write about something or be a guest blogger on your blog please reach out to me on Twitter. If you would like to subscribe to an RSS feed you can find it here.

2022 Reflections

12/29/2022 • ☕️ 7 min read

In this article I am going to spend some time reflecting because I believe it's a good reminder of the good and the bad as I began to set some goals for next year.

Spring Boot Configuration proxy bean methods

12/19/2022 • ☕️ 4 min read

In this blog post, we will explore the configuration classes in Spring and explain how setting a property on the @Configuration annotation of proxyBeanMethods=false can resolve certain issues. We

Spring Response Entity - How to customize the response in Spring Boot

12/16/2022 • ☕️ 3 min read

In this tutorial, you will learn what the ResponseEntity class is and how it can be used to customize the response in your Spring Boot application.

AWS Lambda SnapStart for Spring Developers

12/2/2022 • ☕️ 2 min read

AWS Lambda SnapStart is a new performance optimization developed by AWS that can significantly improve the startup time for your applications.

What's new in Spring Security 6

12/1/2022 • ☕️ 2 min read

In this article we will discuss the new features of Spring Security 6 and create a new Spring Boot 3 project together.