"Transitioning to Java": My First Book!
I like to describe this book as a beginner's book for experts. Anyone who needs to get up to speed quickly using Java is my primary …

Ken Fogel
30,320 viewsI like to describe this book as a beginner's book for experts. Anyone who needs to get up to speed quickly using Java is my primary …

Roy Wasse
5,635 viewsLearn the why and how of a group of enthusiastic people implementing a new sort of developer certification that objectively measures dev …

There are challenges with Java profiling, and the need for profiling depends on application complexity and performance requirements.

Peter Lawrey
3,274 viewsTechniques that help maximise hardware utilisation, while also reducing power consumption, helping reduce costs to your organisation.

Anthony Goubard
5,979 viewsHaving written many Java GUI applications, I thought it would be cool to run them embedded in IntelliJ IDEA, Eclipse and NetBeans.

Jerry Shea
3,268 viewsChronicle Threads provides high performance event loop implementations and utility functions to help with threading and concurrency.

A N M Bazlur Rahman
18,666 viewsLearn about Java Virtual Threads, how they simplify concurrent programming, how they overcome the limitations of traditional Java threads.

Christopher Schnick
9,920 viewsIf the user has already installed the programs to connect to remote systems, why not try to use them from Java instead of libraries?

Frank Delporte
3,797 viewsLearn about an impressive list of JavaFX and Raspberry Pi projects and beyond worked on by a 16 year old in Italy!

Shai Almog
7,031 viewsDoes your app fail CI tests "sometimes"? Does it display flaky behavior? Did you add many logs trying to solve it? There's a better way: …