Are you worried about making the switch to the Java 9 platform? Here are 10 misconceptions that have been officially debunked... (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 »
Microsoft, along with a number of other major developers, are working to port Java to ARM-based Mac and Windows machines, including upcoming Apple silicon Macs. (more…)
Read more »
redis-pipeline - Utility classes for improving redis performance in Java through transparent use of jedis pipeline.
Read more »
I am pleased to announce the availability of my fourth book, Classic Computer Science Problems in Java. You can now purchase early access to the book from Manning. Use promo code ccspkopec for 40% off. This is the third book in the Classic Computer Scienc... (more…)
Read more »