Learning Java Using JShell

Java programming is not hard to learn, but proficiency in the language takes time, effort, and a lot of practice. JShell can significantly reduce the time required to learn many of the core features of the Java programming language. As a prototyping tool, JShell makes it easy to write and develop a code snippet without having to compile and run […]

Machine Learning Algorithms

The next book adventure is “Machine Learning Algorithms” by Giuseppe Bonaccorso, Packt Publishing, (Jul 2017), 360 pages. My initial preview suggests there is a lot to learn and so little time. Perhaps its time to let machines do more of the work. Until Next Time – Stay lean! Related Articles and Resources Python Machine Learning – Second Edition by Sebastian […]

JavaFX-12.0.1

With the recent release of Java Development Kit 12 (JDK 12), it’s time to upgrade to JavaFX-12.0.1 as well. JavaFX is now managed and released as it’s own independent entity and is not shipped as part of the Java Development Kit. If you are new to Java and JavaFX, visit Getting Started with JavaFX 12 to install and test the […]