Learn how Groovy language supports pattern matching in Strings.
Baeldung Author
Kevin Wittek
Testcontainers co-maintainer and Testcontainers-Spock author. Software Craftsman and testing fan. Oracle Developer Champion. Loves to play the electric guitar and is a musician in his second life. Found his own company during his university years, developing mobile apps and client-server applications, which lead to his discovery of Grails and the Groovy ecosystem. Fell in love with TDD because of Spock. Nowadays Kevin is working as a Senior Software Engineer at codecentric AG and focuses on topics such as software craftsmanship, infrastructure as code and continuous integration pipelines, trying to make the world a better place one container at a time.
Here's what I've written (so far):
Baeldung on Java
- All
- Programming (1)
- Java (1)
- Gradle (1)
- DevOps (1)
Java Valhalla Project
Filed under Java
Learn about Project Valhalla – the current state of development and what it brings to the table for the day-to-day Java developer once it’s released.
Gradle: build.gradle vs. settings.gradle vs. gradle.properties
Explore different configuration files of a Gradle Java project.
Baeldung on Kotlin
- All
- Kotlin Classes and Objects (1)
Mapping of Data Objects in Kotlin
Filed under Kotlin Classes and Objects
Learn how to handle data objects in Kotlin, with practical examples.