-
Enterprise Java
3 Pitfalls Everyone Should Avoid with Hybrid Multicloud (Part 3)
The daily cloud hype is all around you, yet there are three pitfalls everyone should avoid. From cloud, hybrid cloud,…
Read More » -
Software Development
What’s Wrong With Global Variables?
Only lazy people haven’t written already about how global variables are evil. It started in 1973 when W. Wulf et al.…
Read More » -
Core Java
How to use filter() method in Java 8
Java 8 Stream interface introduces filter() method which can be used to filter out some elements from object collection based…
Read More » -
Software Development
A giant leap forward with multithreaded incremental solving
OptaPlanner finally supports multithreaded incremental solving. The speedup is spectacular. Even with just a few CPU cores, it triples the…
Read More » -
Enterprise Java
Authorizing Resources Based On Who Created Them
A colleague of mine pointed me to an interesting question on StackOverflow and suggested it may be a good one…
Read More » -
Agile
Organizational structure in the Digital and Agile age
Someone ask the other day: how should a organization be designed? There are two potential answers, which actually aren’t as…
Read More » -
Desktop Java
JavaFX Tip 31: Masking / Clipping / Alpha Channel
Selection Strip I recently had to implement a custom control that lets the user select a single item out of…
Read More » -
Desktop Java
“Metro” Table For Java (JavaFX)
Hi again, this time the TableView “Metro” style gets added to the JMetro JavaFX theme. This amps up the JMetro…
Read More » -
Software Development
How Continuous Delivery Broke Your Application Reliability – and What You Need to Do to Fix It
More frequent deployments are great, but maintaining high-quality code while implementing them is a whole different story. Everyone is talking…
Read More »