Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Contact
Posts
14
Jan 2016
Using Gson to serialize Scala objects
gson is a pretty nice library that converts Java objects into JSON and back. When using this library from Scala things b...
27
Aug 2015
Notes on running spark-notebook
These days Docker makes it extremely easy to get started with virtually any application you like. At first I was a bit s...
19
Aug 2015
Scaffolding scala projects
These days the cool kids scaffold their projects with Yeoman. Obviously I could not stay behind, so here is my first generator for scala.
20
Feb 2015
ConcurrencyCheck with EF/Devart on Oracle
Earlier this week I was wondering how I could easily achieve optimistic concurrency in a system using EF/Devart targetti...
27
Sep 2014
Failure to load mono-supplied .dylib (libgdiplus.dylib) when running from console
So earlier this week I was bit by the following bug: Bug 22140 – Failure to load mono-supplied .dylib when running...
15
Aug 2014
Deploying a Cloud Service to Azure with Octopus
Currently Octopus has limited support to deploy a Cloud Service on Azure. A typical use-case is that you need a differen...
28
Jul 2014
Cute sort implementation
For years I had been implementing my sort functions as following: (x,y) => { if (x.PartName == null && y.Part...
23
Apr 2014
Clone all your repositories on another machine
Recently I was configuring a new machine (God, i love Chocolatey) and I wanted to take all the repositories I have under...
30
Jan 2014
A parameterized active pattern to match the first elements of an array
Been writing code in F# for almost a year and never blogged about it. Time to change that. Earlier today someone asked t...
23
Jan 2014
Comments are disabled on this blog
As of now comments are disabled on this blog. Want to reply? Write your own post and pingback or engage a conversation on twitter with @timvw.
← Prev page
Next page →