DevTurtle
Home Page
Who I am?
CATEGORIES
AI
DevOps
LEARN
Spring AI
LangChain
Playwright
Java
DevOps
What are the most used java frameworks in 2024?
Java is one of the most popular and versatile programming languages. Developed in the 90s, it has undergone continuous evolution which has allowed it to constantly keep up with the times and to always be among the most appreciated solutions by developers. In addition to its renowned portability and robustness, what makes the difference is […]
DevOps
Lombok @Builder – The pattern builder with annotations in java
Lombok is a Java library that greatly simplifies writing code by reducing boilerplate through the use of annotations. Among its many features, the @Builder annotation is one of the most appreciated for its ability to use the pattern of the same name in a simple and intuitive way. This article will explore the potential of […]
DevOps
Project Lombok – Tutorial with Maven and IntelliJ IDEA
Project Lombok is a Java library that aims to reduce boilerplate code. By adding simple annotations to your code, Lombok automatically generates getters, setters, constructors, and more, making your code cleaner and more readable. This tutorial will walk you through the steps to set up Project Lombok using Maven and IntelliJ IDEA. Before proceeding with […]