-
Enterprise Java
Blow up Your JUnit5 Tests with Permutations
Writing JUnit tests can be a tedious and boring process. Learn how you can improve your tests classes using permutations…
Read More » -
Clojure
Clojure GitLab deps
You need to force the ssh-rsa host key instead of the default one picked up by the tooling: $ ssh-keygen…
Read More » -
Agile
Defining the Manager’s Role for a Product Approach, Part 3
This series is about how you might move to a product-based organization. Part 1 was about how when we organize by…
Read More » -
Enterprise Java
How to bind @RequestParam to object in Spring
Do you have multiple parameters annotated with @RequestParam in a request mapping method and feel it isn’t readable? The annotation…
Read More » -
Desktop Java
Fluent Design Style Progress Bar For Java, JavaFX
As promised, the just released Java, JavaFX theme JMetro version 4.6 brings a new style for the Progress Bar. The Progress Bar…
Read More » -
Agile
Establishing an Effective Product Strategy Process
Developing a successful product is not down to luck or trying hard enough. Instead, product success starts with making the…
Read More » -
Kotlin
Testing Kotlin with Spock Part 3 – Interface default method
Kotlin allows you to put method implementation in an interface. The same mechanism can be found in Java interfaces as…
Read More » -
Core Java
A Tale of Two Oracle JDKs
There has been concern recently that Java developers will inadvertently use the wrong Oracle-provided JDK implementation now (as of JDK…
Read More » -
Software Development
Microservices for Java Developers: Monoglot or Polyglot?
1. Introduction Along the previous parts of the tutorial we have talked quite a lot about the benefits of the…
Read More »