-
Clojure
Gettin’ schwifty with Clojure’s core.async
A few months ago, somebody in the office pointed us to an interesting job offer from CartoDB which looked as…
Read More » -
Core Java
Learning to use Wholly GraalVM!
Introduction In the post Truffle served in a Holy Graal: Graal and Truffle for polyglot language interpretation on the JVM,…
Read More » -
Software Development
Invest in a Github Organization!
To start, let me say that Github is the subject here simply because they are the biggest in the open…
Read More » -
Scala
Recursion
Recursion is a technique that allows us to break down a problem into smaller pieces. This technique allows us to…
Read More » -
Software Development
Introducing Interaction-Driven Design
Before reading this post, I strongly recommend you read the two previous blog posts that serve as a foundation to…
Read More » -
Software Development
On Tail Call Optimisation
If you are interested in functional programming as many of our craftspeople are, you will have heard talk about tail…
Read More » -
Agile
When does a Start-Up need Agile?
I started writing another piece on more economic and agile/software development but it got to long, so right now, an aside… Back…
Read More » -
Enterprise Java
Adding a “lite” Groovy web console to a Grails war
Suppose you have a Grails application deployed to a server – how would you go about finding out how the…
Read More » -
Enterprise Java
Spring Webflux – Writing Filters
Spring Webflux is the new reactive web framework available as part of Spring 5+. The way filters were written in a…
Read More »