Scala snippets 3: Lists together with Map, flatmap, zip and reduce
You can’t really talk about scala without going into the details of the Map, flatMap, zip and reduce functions. With these functions it is very easy to proce...
You can’t really talk about scala without going into the details of the Map, flatMap, zip and reduce functions. With these functions it is very easy to proce...
The following snippets are available: Scala snippets 1: Folding Scala snippets 2: List symbol magic Scala snippets 3: Lists together with Map, flatmap,...
Coming from a Java background, Scala provides lots of nice features and libraries that allow you to create nice and concise code. Wrapping your head around t...
I was looking for a simple websocket server for one of my projects to test some stuff with reactive mongo. When looking around, though, I couldn’t really fin...
Just a quick article this time, since I’m still experimenting with this stuff. There is a lot of talk around reactive programming. In Java 8 we’ve got the St...
On this site you can already find a couple of articles on how to do REST with a multiple of different frameworks. You can find an old one on Play, some on Sc...
I’m always very interested in combining information from various open data sources together. The last couple of weeks I’ve been working with GIS related info...
So it’s been a while since I added something to this blog. I’ve been very busy with work and at the same time finishing up my second book on Three.js. For ou...
I’m currently working on my next book for Three.js and one of the chapters deals with visualizing open data. When looking around for data that I could use, I...
I’ve been playing around with Vert.x for a couple of weeks and I’m really starting to like the simplicity of the framework. With very little configuration yo...
We are pleased to announce that we are organizing a giveaway especially for you. All you need to do is just comment below the post and win a free copy of Lea...
About a month ago I got the request to create a video from one of the WebGL demos on this site (the rotating earth cube, showing population density). So, of ...