-
Enterprise Java
Asynchronous RDBMS access with Spring Data R2DBC
Not too long ago, a reactive variant of the JDBC driver was released. Known as R2DBC. It allows data to…
Read More » -
Kotlin
Testing exceptions in Kotlin with assertFailsWith
I wanted to write this short post to highlight the assertFailsWith function available to Kotlin that makes testing exceptions a…
Read More » -
Kotlin
Storing when block subject in a variable
Super short post, on a change introduced in Kotlin 1.3 (yes I know it has been out for a while…
Read More » -
Enterprise Java
Validating external data with an Oracle
I hang out in the Corda Slack channel quite a lot and try to answer questions when I can. A…
Read More » -
Enterprise Java
Throughput - A Corda story
I recently rolled off a project focusing on the performance of Corda for a particular use-case. The result of this…
Read More » -
Enterprise Java
Increasing network throughput with multiple Notaries
Do you need a very high throughput Corda network? Has the network’s throughput levelled out? Have you already squeezed out…
Read More » -
Enterprise Java
Cached Prepared Statements with Spring Data Cassandra
Today I have a short post on using Prepared Statements in Spring Data Cassandra. Spring provides you with some utilities…
Read More » -
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 » -
Enterprise Java
Asynchronous Flow invocations with Corda Services
How can I make my Flows faster? There’s a good chance you have thought about this before if you have…
Read More »