-
Core Java
JDK 16: Stream to List In One Easy Call
As Java functional streams have become increasingly popular, an increasing number of requests is being made for new stream operations…
Read More » -
Core Java
Java’s String.repeat Method in Action: Building PreparedStatement with Dynamic Number of Parameters
Java’s String.repeat(int) method is an example of a “small” addition to Java (introduced with JDK 11) that I find myself…
Read More » -
Enterprise Java
HATEOAS without links
Yes, I know this title sounds stupid, but could not find something that fits better. So let me explain why…
Read More » -
Software Development
GoLang: Reader-Writer implemented via bufio library to copy file
How to copy a file in small portions into a target file? Let’s talk about the why? When you copy…
Read More » -
Kotlin
Kotlin: Multi variable null check
Although not-null, immutable variables with sensible defaults are often desired, it is not always the case. It is sometimes required…
Read More » -
Enterprise Java
Testing using TestContainers
Part of our everyday ci/cd tasks involve using containers in order for the tests to take effect.So what if you…
Read More » -
Enterprise Java
Apache Camel 3.7 – Compiled Simple Language (Part 6)
I have previously blogged about the optimizations we are doing in the Apache Camel core. The first 3 blogs (part1, part2, part3)…
Read More » -
Software Development
Syntactic Sugar Is Not Always Good
This write-up is partly inspired by a recent post by Vlad Mihalcea on LinkedIn about the recently introduced text blocks…
Read More » -
Web Development
[MEGA DEAL] The Complete Web Developer Course 2.0 (91% off)
Discover the True Power of the Internet By Building 25 Websites & Mobile Apps with Popular Instructor, Rob Percival! Hey…
Read More »