Kotlin
-
Enterprise Java
Augmenting a Spring Data repository through delegation
I have recently written several posts about Kotlin’s delegation. In doing so, I realised a useful way to apply it…
Read More » -
Android Core
Using DataBinding with Glide in Android
In this post on databinding, we’ll take a look at how to load images using databinding with glide in an…
Read More » -
Enterprise Java
Streaming live updates from a reactive Spring Data repository
This post details a naive implementation of streaming updates from a database to any other components that are interested in…
Read More » -
Enterprise Java
How-To: Spring Boot 2 Web Application with Multiple Mongo Repositories and Kotlin
First of all, a disclaimer: if you’re writing a microservice (which everyone does now right?) and want it to be…
Read More » -
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 »