-
Agile
Best practices considered harmfull
I’ve long worried about “ Best Practices ”. Sure I usually play along at the time but lurking in the…
Read More » -
Software Development
How to Measure the Reliability of Your Software Throughout the CI/CD Workflow
Overcome the challenge of maintaining code quality in a CI/CD workflow with Continuous Reliability CI/CD practices encourage frequent code integration…
Read More » -
Desktop Java
JavaFX Tip 30: ScrollPane with DropShadow
In one of my projects I recently noticed that it was hard for the user to see whether the content…
Read More » -
Core Java
Machine Learning in Java, part 2
Welcome to the second part of the tutorial for scoring your PMML files using LightningScorer, which is a side project…
Read More » -
Core Java
Functional Java by Example | Part 4 – Prefer Immutability
This is part 4 of the series called “Functional Java by Example”. In previous part we talked a bit about…
Read More » -
Desktop Java
JavaFX Tip 29: Make Layouts Ignore Invisible Nodes
Back in the days when I was still implementing UIs in Swing I used to be a big fan of…
Read More » -
Core Java
Go Full Stack with Java in a Jiffy
Here is a look at how you can write a full stack database web application without using SQL, HQL, PHP,…
Read More » -
Core Java
Infinite Sets in Java 9
A Set A Set is a collection of elements whereby any given element in the Set only appears once. More…
Read More » -
Core Java
JDK 11: Beginning of the End for Java Serialization?
In the blog post “Using Google’s Protocol Buffers with Java,” I quoted Josh Bloch’s Third Edition of Effective Java, in…
Read More »