Martin Westergaard Lassen

    6 min read

    My Top 7 favourite features of Spring Boot

    I've always said that Spring, Maven, and IntelliJ are my weapons of choice. People's response on more than one occasion has been that I'm far too old fashioned and conservative. I don't care, they mig...

    7 min read

    Writing a Mesos Framework from scratch with Mesos-starter

    This week it's time to show you how easy it is to get started with writing a Mesos scheduler. Imagine just having a Docker Image, but you know that you further down the line need to add some pretty co...

    4 min read

    The state and future of Mesos-starter

    A couple of months ago we, at Container Solutions, released something that we thought was quite exciting, Mesos-starter. A library that will help us drastically reduce code repetition in our Mesos fra...

    Mesos-Starter: Creating a Mesos Framework in Less Than Five Minutes and Ten Lines of Code

    Apache Mesos is an extremely valuable tool. One slight drawback, however, is that it can sometimes be hard to get started with custom frameworks. A ‘framework’ in Apache Mesos language is an ‘applicat...