-
Enterprise Java
Spring Boot Hibernate Tips
1. Overview Hibernate needs no introduction. It is the most popular ORM out there for Java. Similarly, Spring Boot is…
Read More » -
Software Development
Test-Driven Development – you are doing it wrong!
Test-Driven Development is one of those techniques that somehow is not as widely used as it should be. I know…
Read More » -
Enterprise Java
The Right Flow For The Job: Which OAuth 2.0 Flow Should I Use?
What is What in OAuth 2.0 OAuth 2.0 is a well-adopted delegated authorization framework which is already with us for…
Read More » -
Software Development
[MEGA DEAL] Ethical Hacking A to Z Training Bundle (98% off)
Break Into the Lucrative World of Ethical Hacking with Over 45 Hours of Immersive Content Hey fellow geeks, This week,…
Read More » -
Enterprise Java
Unit testing DynamoDB applications using JUnit5
In a previous post I had described the new AWS SDK for Java 2 which provides non-blocking IO support for Java…
Read More » -
Core Java
Parsing Value from StreamCorruptedException: invalid stream header Message
It is a relatively common occurrence to see StreamCorruptedExceptions thrown with a “reason” that states, “invalid stream header” and then…
Read More » -
Groovy
Loops performance in Groovy
Introduction In the 2018 Advent of Code challenged I solved all the puzzles in Groovy. It is pretty obvious, that…
Read More » -
Core Java
Restarting Java’s Raw String Literals Discussion
It was announced in December 2018 that raw string literals would be dropped from JDK 12. Now, in the new year, discussion related…
Read More » -
Kotlin
Storing when block subject in a variable
Super short post, on a change introduced in Kotlin 1.3 (yes I know it has been out for a while…
Read More »