This post shows a straightforward example of how to call ChatGPT from Java.
You can use it to generate any content you like.
Category: blog (Page 1 of 3)
This page contains an infographic showing the current premier league race.
A code example showing a simple way to feature flag in Java and Spring which eliminates the code and checks when the flag is disabled.
This page contains an infographic showing the current premier league race.
Data Masking is a common requirement in any new system. This 5-minute example will show how you can mask sensitive data easily in Java with mapstruct.
Spaces vs Tabs – If you want to know whether tabs or spaces are best, it’s simple, find out yourself by starting a flame war.
Below are some infographics of the premier league title race for 2021-2022. The first shows Man City vs Liverpool only and the second shows all other Teams.
Iteration Zero is your chance to set up your project for success before the mayhem starts. Start by building a “walking skeleton”
It’s really useful to have a simple way of seeing what code you have deployed. Any Spring Boot application can add a simple git info endpoint using out-of-the-box actuator functionality and a simple maven plugin. This allows you to do a simple curl on a URL and see exactly what version of your code is […]
This is a short presentation I did on refactoring, technical debt and metrics.