Learn how to read a variable defined in the Gradle file at build time.
Also find me here:
Baeldung Author
Gaetano Piazzolla
Tech. Leader and Passionate Developer.
Here's what I've written (so far):
Baeldung on Java
- All
- Java Concurrency (2)
- Data (2)
- Spring Boot (1)
- Persistence (1)
- NoSQL (1)
- Networking (1)
- Java IO (1)
- Java Dates (1)
- Java Collections (1)
- Jackson (1)
- JVM (1)
- Gradle (1)
- Cloud (1)
- Architecture (1)
Thread per Connection vs Thread per Request
Filed under Java Concurrency, Java IO, Networking
Learn about the difference between the server threading models per connection and per request.
Dynamically Ignoring Fields in Jackson
Filed under Jackson
Learn how to ignore fields dynamically when using the Jackson serialization library.
Amazon SNS vs. Amazon SQS
Filed under Architecture, Cloud
Learn about two of the top services that AWS provides to users: SNS and SQS.
Get Partition Count for a Topic in Kafka
Filed under Data
Explore how to retrieve the total number of partitions of a specific Kafka Topic using Java and CLI.
Get Last N Messages in Apache Kafka Topic
Filed under Data
Learn how to get the latest N messages of a Kafka Topic.
Intercept SQL Logging with P6Spy
Filed under Persistence
Explore multiple advantages of relying on an external third-party library such as P6Spy to log database queries.
Working with Virtual Threads in Spring
Filed under Java Concurrency
Learn how to use virtual threads in a Spring 6-based application.
Guide to Java PriorityQueue
Filed under Java Collections
A quick and practical guide to Java’s PriorityQueue.
Baeldung on Kotlin
- All
- Kotlin Arrays (1)
- Kotlin (1)
Introduction to Kotlin Documentation with Dokka
Filed under Kotlin
Explore Dokka, an API documentation engine for Kotlin.
Multidimentional Arrays in Kotlin
Filed under Kotlin Arrays
A quick and practical guide to multidimensional arrays in Kotlin.
Baeldung on Ops
- All
- Monitoring (1)
Introduction to Pinpoint
Filed under Monitoring
Learn about Pinpoint, an open-source application performance management software with excellent capabilities.