Explore the performance of traditional JDK collections with Eclipse Collections.
Also find me here:
Baeldung Author
Rodrigo Graciano
Software engineer, specialized in back-end. Java enthusiastic but also trying Scala and Kotlin. Over the past years I have been working on different fin-tech projects using different frameworks, SQL and Nosql databases. When not coding, spending time with family and friends.
Here's what I've written (so far):
Baeldung on Java
- All
- Java Collections (2)
- Spring Data (1)
- Reactive (1)
- Persistence (1)
- Java (1)
- Jakarta EE (1)
- DevOps (1)
- Cloud (1)
Primitive Collections in Eclipse Collections
Filed under Java Collections
Learn about primitive collections in Eclipse collections, performance and how to interact with them.
A Quick Look at R2DBC with Spring Data
Filed under Persistence, Reactive, Spring Data
Explore R2DBC in its early stage.
Java 8 Collectors toMap
Filed under Java
Learn how to use the toMap() method of the Collectors class.
Guide to Quarkus
Learn about Quarkus and if it’s an alternative for bringing Java more effectively to the cloud
Java EE vs J2EE vs Jakarta EE
Filed under Jakarta EE
Learn how Java Enterprise evolved over the years.
Baeldung on Kotlin
- All
- Kotlin Classes and Objects (1)
- Kotlin Basics (1)
Creating a Kotlin Range Iterator on a Custom Object
Filed under Kotlin Classes and Objects
Learn how to create a Kotlin range iterator for a custom object
How to Use Kotlin Range Expressions
Filed under Kotlin Basics
Learn how Kotlin ranges work and how to use them effectively.