Interview on Machine Learning and Disruptive Data Science
I spoke with Fabiane recently about Tail Target, its objectives, the theory behind it, and the underlying technology. Read on!

Technology writer and software engineer focused on high-performance low-latency big-data Java, Python, C/C++ programming.
1 views

Kevin Farnham
3,709 viewsI spoke with Fabiane recently about Tail Target, its objectives, the theory behind it, and the underlying technology. Read on!
Kevin Farnham
4,568 viewsNow that 2021 is well underway, many prominent Java developers have taken the time to predict what 2021 may bring to the Java universe!

Kevin Farnham
7,275 viewsIf OpenJDK is the background source for your livelihood, you might want to contribute to future development of the OpenJDK. Find out how!

Kevin Farnham
6,721 viewsBuild a realistic workload, profile it, and tune the code if possible, or the JVM to optimise for that use case.
Kevin Farnham
5,021 viewsThe Java virtual machine is a system whereby any code could be run on any machine or operating system that supports a JVM.

Kevin Farnham
11,203 viewsSee that the time to execute the bytecode for a simple program is a small fraction of the time to compile it using javac.
Kevin Farnham
6,659 viewsEveryone who programs in Java is familiar with the term "bytecode". But how many of us understand what JDK bytecode actually is?
Kevin Farnham
4,534 viewsThe capability of the JVM to overcome problems related to hardware and operating systems is why we're seeing inventions of new languages on …

Kevin Farnham
4,514 viewsLooking at the latest TIOBE Programming Community Index, we see Java has surpassed C in the TIOBE ratings index, with Python holding steady …
Kevin Farnham
2,876 viewsEvery advance in creating a better performing JVM will increase the performance of every program ever developed in any JVM language.