-
Enterprise Java
Starting Flows with trackBy
Still continuing my trend of looking at Corda Services, I have some more tips to help your CorDapp work smoothly.…
Read More » -
Software Development
Charting PagerDuty Incidents over Time (using pandas)
We churn out charts for board meetings to show the health of our system (uptime, etc.). Historically, we did that…
Read More » -
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 »