We had an opportunity to talk with James Gosling, a Canadian computer scientist, best known as the father of the Java programming language, and get his insight into the languages, features, and solutions that we use every day. (more…)
Read more »
Suppose you've got a critical section of code, meaning only one process should execute it at a time. In the Java world, one solution is to slap synchronized on the method and call it a day. In Kotlin, we use @Synchronized to get the same effect: repeat(... (more…)
Read more »
I had a discussion with a colleague the other day. He was trying to write some SQL to use for a less-than-optimal data structure and was get... (more…)
Read more »
Quarkus: Supersonic Subatomic Java. . Contribute to quarkusio/quarkus development by creating an account on GitHub. (more…)
Read more »
Java agent to detect blocking calls from non-blocking threads. - reactor/BlockHound... (more…)
Read more »