Rust for Java Devs - Compiling code and using Cargo

January 21, 2018
rustjava

After my last post seemed to be well received I am back with another Rust for Java Devs post. Today we will look at a compiling Rust code…

Rust for Java Devs - Creating Variables (first Rust post)

January 13, 2018
rustjava

I’m going to do something different today and write about Rust instead of Java. This is something that I want to give a try and if it all…

My 2017 Retrospective

December 29, 2017
personal

I’m going to go for something a bit different in this post and have my own little retrospective on my last year both professionally and…

Plumbing included with auto-configuration in Spring Data Cassandra

December 16, 2017
springspring dataspring data cassandracassandraautoconfigurationspring bootjava

I received a few comments on my repository for Reactive Streams with Spring Data Cassandra regarding configuration that was not required…

Reactive Streams with Spring Data Cassandra

December 11, 2017
springspring dataspring data cassandracassandraspring bootjava

Today we are going to look at reactive Spring Data Cassandra. This post is actually very similar to one that I did on Reactive Spring Data…

Startup and shutdown scripts in Spring Data Cassandra

December 03, 2017
springspring dataspring data cassandracassandraspring bootjava

Shorter post this time round, it feels nice to get something finished faster than 2 weeks for once. Today we will look at startup and…

More complex modelling with Spring Data Cassandra

November 26, 2017
springspring dataspring data cassandracassandraspring bootjava

I’ve got a bit more Spring Data Cassandra for you now, this will be my 4th post on the subject and I should probably get onto something else…

Multiple keyspaces using a single Spring Data CassandraTemplate

November 12, 2017
springspring dataspring data cassandracassandraspring bootjava

Following on from my last post Separate keyspaces with Spring Data Cassandra we will continue looking into using multiple keyspaces in…

Separate keyspaces with Spring Data Cassandra

October 22, 2017
springspring dataspring data cassandracassandraspring bootjava

Following on from my previous post Getting started with Spring Data Cassandra we will look into using multiple keyspaces within an…

Getting started with Spring Data Cassandra

October 12, 2017
springspring dataspring data cassandracassandraspring bootjava

I have recently been learning Apache Cassandra to use at work and I think it is about time I consolidated my experience within a blog post…