Explore the Panache extension in Quarkus and how it simplifies managing Hibernate entities.
Also find me here:
Baeldung Author
Diego Torres
Software Engineer with over 12 years of experience in software development, mostly focused on designing and implementing microservice architectures on cloud-native environments using Java, Golang and AWS. I had the opportunity to collaborate in challenging projects related to healthcare for the US government, fintech solutions using PayPal cloud services, and social innovation for poverty assessment on a global scale. I am passionate about Artificial Intelligence models, collaborating in open-source projects aimed at detecting corruption within the public sector
Here's what I've written (so far):
Baeldung on Java
- All
- Persistence (1)
Baeldung on Kotlin
- All
- Kotlin Strings (4)
- Kotlin Collections (4)
- Patterns (2)
- Kotlin Basics (2)
- Spring (1)
- Libraries (1)
- Kotlin Web (1)
- Kotlin Numbers (1)
- Kotlin Dates (1)
- Kotlin Arrays (1)
- Kotlin (1)
- HTTP Client-Side (1)
Download PDF Files with Retrofit and Coroutines
Filed under Kotlin
Explore an efficient approach to downloading PDF files using Retrofit and the support of Kotlin Coroutines.
Generating API Documentation from Swagger on Ktor
Filed under Kotlin Web
API documentation is a crucial aspect of any web service. We look at how to integrate OpenAPI documentation with ktor.
Sorting List with String Dates in Kotlin
Filed under Kotlin Collections, Kotlin Strings
Learn several ways to sort a list of String dates in Kotlin.
Print Lists Content Separated by Comma
Filed under Kotlin Collections
Explore different techniques to print a List’s elements separated by a comma in Kotlin.
JSON String to Map
Filed under Libraries
Explore using several libraries for parsing JSON strings to maps in Kotlin.
Preconditions with Kotlin
Filed under Kotlin Basics
Explore Kotlin’s preconditions for validating arguments and states. Learn when to use each precondition function.
Get Maximum Value Within a Kotlin Array
Filed under Kotlin Arrays
Learn several methods for finding the max value in an array with Kotlin.
Remove All Whitespaces from a String in Kotlin
Filed under Kotlin Strings
Learn how to remove whitespaces from Kotlin strings.
Get the Current Date/Time in Kotlin
Filed under Kotlin Dates
Discover ways to get the current date and time in Kotlin.