All posts

    2016


    Scala case classes

    In my previous post I made an overview to the relationship between classes and objects in Scala. In this post I’d like to review a language construct called ...

    Scala classes and objects

    When learning Scala, you often find yourself reading stuff from lots of sources with tons of information about different topics. Hence, it is not difficult t...

    2015


    Scala eXchange 2015

    So last week I attended my first Scala conference, that being the Scala eXchange 2015 in London.

    Sliding through collections

    The other day I found myself trying to solve one of those math puzzles which had to do with doing computations on subsets of a very large number to then obta...

    Working with scala collections

    One of the first things that makes people feel attracted to scala is its powerful collection’s library. For those developers coming from Java or C# backgroun...

    Start a tech blog using Jekyll Part II

    In the previous post, we saw how to start a new blog from scratch using Jekyll and Github Pages. In this second one I’ll explain some modifications that can ...