-
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 » -
DevOps
Quarkus remote dev in Docker containers (Update)
In an earlier video, I shared how to run the Quarkus remote-dev mode in Docker containers, which is very helpful…
Read More » -
Agile
The “people problem” problem and the great agile divide
“Its always a people problem.” Gerry Weinberg, The Secrets of Consulting, 1985 The great, unspoken, divide in agile is between…
Read More » -
Core Java
Java – Get Time In MilliSeconds
A quick guide to get the current date time in milliseconds using Date, Calendar and java 8 api classes. 1.…
Read More » -
Core Java
Java Program To Check Palindrome String Using Recursion
A quick guide to check the string is palindrome or not using recursion in java. 1. Overview In this tutorial,…
Read More »