Posts

  • GitHub status in Jekyll

    GitHub continuous integration status of multiple repositories in a single Jekyll page.

  • Arnaud learns Scala - part 3

    A small heartbeat after a long quiet period… building scala projects with Scala Build Tool a.k.a. sbt, and unit testing.

  • Arnaud learns Scala - part 2

    One of the basics of functional programming: tail recursion – or how to write an iterative code that looks recursive.

  • Generate images massively

    Recently I developed a fully automated and very fast tool to generate images massively.

  • Arnaud learns Scala - part 1

    After having been a C++ developer for years, I started coding in java. But that was 10 years ago and, although I am now a seasoned java developer, I feel kind of outdated when I see how functional programming became more than a fashion. Switching entirely to functional programming would be quite a big move but a language like scala claims to make object-oriented programming meet functional programming… So I decided to learn scala, I’m 10 years late but it’s never too late!