Personal blog
About Archives Projects GitHub
  • REST API Service in Rust

    Dec 1, 2018 • rust

    REST Service in Rust

    Read on →

  • Dijkstra example

    Nov 26, 2017 • java, java8

    I just finished an example in java 8 about an implementation of the
    Dijkstra algorithm to build the shortest path.

    Read on →

  • Flyweight pattern

    Oct 23, 2017 • cpp

    Implementation of the flyweight pattern. It permits decoupling the changing data from the static data (value objects) in instances to improve the performance in our design:

    Read on →

  • Game of life kata in Rust

    Jul 9, 2017 • rust

    In my free time, I am learning rust. To improve, It is a good exercise to implement some katas in this language. In this case I implemented the first part (without resurrections) of the Game of life:

    Read on →

  • Skeleton scrapper python

    Jul 2, 2017 • python

    I just finish to type an scrapper example. Now, it is very simple version, but it seems works fine and it include a good test coverage.

    Read on →

« Older

© - Powered by Jekyll & whiteglass - Subscribe via RSS