Kotlin
-
Core Java
Callback hell and Reactive patterns
One of the ways that I have better understood the usefulness of aReactive Streams based approach is how it simplifies…
Read More » -
Enterprise Java
Extending and Overriding Flows from external CorDapps
Corda 4 was released last week (21st Feb) bringing with it a ton of new features to make Corda more…
Read More » -
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 » -
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
Native microservices with SparkJava and Graal
Microservices written with SparkJava are just plain Java code using a standard Java library. No annotation magic, just code. The…
Read More » -
Android Core
Java vs Kotlin for Android Development
Mobile technology is one of the most disruptive innovations in the world today. Google’s Android and Apple’s iOS, are the operating systems…
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 » -
Android
Use Kotlin to Build a Basic Android CRUD App
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More »