Streaming data out of a Corda node with Spring WebFlux

July 25, 2018
cordakotlindltblockchaindistributed ledger technology

It’s been a while since my last post but I’m finally back! Since I am still on my project, I will be writing about using Corda again. This…

Developing with Corda

June 05, 2018
cordakotlindltblockchaindistributed ledger technology

This post was written for Corda 3. If you are looking for a more up to date version, I recommend looking at my updated version of this post…

What is Corda?

June 05, 2018
cordakotlindltblockchaindistributed ledger technology

I’ve recently started a project (top secret, can’t say anymore) which involves using Corda. So, what is it? If you’ve found this post on…

Creating a Rusty Rocket fuelled with Diesel

May 20, 2018
rustdieselrocket

Sorry if that title seemed stupid. The super serious title would be “Creating a REST API in Rust using Rocket and Diesel”, but that’s boring…

Interacting with Cassandra using the Datastax Java driver

April 15, 2018
javacassandradatastaxspringspring boot

I’m back with more Cassandra and Java integration today this time focusing on using the Datastax Java driver rather than Spring Data…

Creating multiple RouterFunctions in Spring WebFlux

March 21, 2018
javaspringspring bootspring webflux

In this post we will be looking at defining multiple router functions to different logical domains in Spring WebFlux. This might not be a…

Doing stuff with Spring WebFlux

March 15, 2018
javaspringspring bootspring webfluxreactive streamsreactorjava 8spring data cassandra

Spring Boot 2.0 went GA recently, so I decided to write my first post about Spring for quite a while. Since the release I have been seeing…

Rust for Java Devs - Structs

March 01, 2018
rustjava

Next up in Rust for Java Devs we have structs. They are used to hold data within a logical unit that can be passed to other functions or…

Rust for Java Devs - Creating Functions

February 18, 2018
rustjava

In this post of Rust for Java Devs we will look at creating functions in Rust. Functions in Rust do not differ that much from Java methods…

Running on time with Spring's scheduled tasks

February 04, 2018
javaspringspring bootscheduling

Do you need to run a process everyday at the exact same time like an alarm? Then Spring’s scheduled tasks are for you. Allowing you to…