Build a full-stack application using the Hilla framework.
Also find me here:
Baeldung Editor
Andrea Cerasoni
Andrea is a full-stack engineer with experience in Cybersecurity, FinTech and Banking. He specializes in back-end technologies and distributed computing, and enjoys building web projects with modern front-end frameworks. He loves effective productivity and getting things done.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Spring Boot (3)
- Spring (3)
- Java Numbers (2)
- Java Dates (2)
- Java Collections (2)
- Jackson (2)
- Testing (1)
- Spring Cloud (1)
- Security (1)
- Persistence (1)
- Maven (1)
- Logging (1)
- Java Web (1)
- Java String (1)
- Java Concurrency (1)
- JPA (1)
- IDE (1)
- Gradle (1)
- Docker (1)
- Data (1)
- Core Java (1)
Migrate HttpStatus to HttpStatusCode in Spring Boot 3
Filed under Spring Boot
Learn how to migrate from HttpStatus to HttpStatusCode in Spring Boot 3.
Map Iterable to Object Containing Iterable With Mapstruct
Filed under Java Collections
Learn how to map an Iterable to an object containing an Iterable using the MapStruct library in Java.
Calculate Percentage Difference Between Two Numbers in Java
Filed under Java Numbers
Learn how to calculate the percentage difference between two numbers in Java.
Generate a Random Hexadecimal Value in Java
Filed under Core Java
Learn how to generate a random hexadecimal value in Java.
Properties in BeanFactoryPostProcessor
Filed under Spring
Learn to use the Environment class to inject properties in BeanFactoryPostProcessor.
Set Format for Instant Using ObjectMapper
Filed under Jackson
Learn how to format an Instant using Jackson’s ObjectMapper.
Automated Visual Regression Testing Over Scalable Cloud Grid
Filed under Testing
Learn how to automate visual regression tests in the cloud with a scalable grid such as LambdaTest.
Solving Spring Data JPA ConverterNotFoundException: No converter found
Filed under JPA
Learn how to resolve the Spring Data JPA ConverterNotFoundException: No converter found.
Baeldung on Kotlin
- All
- Kotlin Functions (1)
- Kotlin Collections (1)
- Kotlin Basics (1)
How to Initialize a List of Lists in Kotlin
Filed under Kotlin Collections
Learn how to initialize a List of Lists in Kotlin.
Is Kotlin Pass-By-Value or Pass-By-Reference?
Filed under Kotlin Basics, Kotlin Functions
This article explains Kotlin’s behavior with pass-by-value and pass-by-reference on function arguments.
Baeldung on SQL
- All
- SQL Operators (1)
Understanding the Difference Between TRUNCATE, DELETE, and DROP in SQL
Filed under SQL Operators
Learn the difference between the TRUNCATE and DELETE operators in SQL.