-
Core Java
Write custom AssertJ assertions
AssertJ is an alternative matching library to the widely used Hamcrest matchers. For my own projects I in fact have…
Read More » -
Kotlin
Kotlin – Tuple type
It is very simple to write a Tuple type with the expressiveness of Kotlin. My objective expressed in tests is the following:…
Read More » -
Software Development
Ethereum Hello World Example using solc and web3
I’ve been trying to find an Ethereum Hello World example and came across Thomas Conté’s excellent post that shows how…
Read More » -
DevOps
[MEGA DEAL] The Ultimate DevOps Mastery Bundle (93% off)
Come to Grips with AWS, Linux, Docker & Other Enterprise Computing Systems in Over 69 Hours of Instruction Hey fellow…
Read More » -
Enterprise Java
Hollowjars, Deployment scanner and why Wildfly swarm is cool
In a previous post I described how you can use OpenLiberty and maven to start the server, either as a…
Read More » -
Core Java
Choosing Java Cryptographic Algorithms Part 3 – Public/Private key asymmetric encryption
Abstract This is the 3rd of a three-part blog series covering Java cryptographic algorithms. The series covers how to implement…
Read More » -
Core Java
Choosing Java Cryptographic Algorithms Part 2 – Single key symmetric encryption
Abstract This is the 2nd of a three-part blog series covering Java cryptographic algorithms. The series covers how to implement…
Read More » -
Software Development
The Formula for Software Quality
How do you define the quality of a software product? There is definitely an intrinsic emotional component to it, which…
Read More »