Contents
Kotlin
- Currying in Kotlin – amol pawar
In depth description of currying. - Mastering Kotlin Constructors: Building Flexible Classes – amol pawar
Constructors are a little bit complicated in Kotlin – here is a good explanation for them. - Aspect-Oriented Programming in Kotlin – syIsTyping
Use of functions instead of annotations - detekt 1.23.0
New version with a lot of new features - Kotlin Piping and Composition – Marko Novakovic
Functional techniques in Kotlin for experienced developers
Java
- Java Gets a Boost with the Record Pattern, Enabling More Expressive Coding – A N M Bazlur Rahman
Mainly about decomposition of records, e.g. in switch statements
Python
- 19 Sweet Python Syntax Sugar for Improving Your Coding Experience – Yang Zhou
Nice language features of Python - Python: Habits that give away inexperience – Pravash
Also nice language features
JVM libraries
- Jackson 2.15 release: Overview – @cowtowncoder
What a lot of changes, worth to see - Java Object Mapping Frameworks: A Comprehensive Guide! – Miguel Angel Perez Diaz
5 mapping frameworks are mentioned, 3 compared
Spring Boot
- How to start with Coroutines in SpringBoot applications – Matthias Schenk
Simple example to combine these technologies. - Query Batching in Spring Boot – Jesper Håsteen
More than 400% performance win by using batch - Spring Boot: Track requests using tracking Id or request Id – FullStackTips
How to log all actions of a request under one id - How To Secure A Spring Boot App With Keycloak – Ivan Franchin
Get started with Keycloak and Spring Boot in 15 minutes - Implementing TDD with Integration Testing and Testcontainers for a Spring Boot application. –Andres Solorzano
Long and interessting article that covers TDD, Testcontainers, DynamoDB, Quartz and other technologies - Implementing TDD with Integration Testing and Testcontainers for a Spring Boot application. – Andres Solorzano
Very impressive walk through TDD and Testcontainers - Testcontainers – anil gola
Quick intro to Testcontainers in Spring Boot
General
- Gradle Doctor – Nelson Osacky
Interesting Gradle plugin to analyze the configuration