Share this page to your:
Mastodon

In my current project I'm using a GCP Cloud Function with an HTTP trigger. Cloud Functions are one of Google Cloud Platform's se...

Continue reading...

When I was putting together a unit test recently I had a small ephiphany about how the code I was testing ought to be structured...

Continue reading...

Jackson is what every Java programmer seems to use these days to serialize and deserialize json files. It's generally easy and o...

Continue reading...

I decided to make my builds a bit more automated, specifically my release process which is always a bit tedious. Travis offers a...

Continue reading...

I am currently building an application that needs to use queuing. My usual response to queuing is to either roll my own (if the...

Continue reading...

I needed to build a Java SOAP web service and, although I’ve done it before, it has been a little while and I wanted to use th...

Continue reading...

Architecture

I’ve been working on this thing for the last few months and it is an update of something that I already had out there. T...

Continue reading...

I’ve just released a new Java project to GitHub. Actually this is version 1.1 so I guess it isn’t so very new. But version 1.0 i...

Continue reading...

Most of the time when I want to talk to a database through JPA I use Spring and it is pretty simple to organise things like this...

Continue reading...

I have been working on an Eclipse Plugin to support people who use my rules engine and workflow engine.

These both re...

Continue reading...