Cities and Services
The origins Human being can be described in many ways. We, as a animal specie, are complex and intricate. One of the many characteristics that can be…
The origins Human being can be described in many ways. We, as a animal specie, are complex and intricate. One of the many characteristics that can be…
Chaining is a technique we can use in most of programming languages that consists in calling method after method, thus chaining the methods together,a…
Today I will explore a little more about two patterns and how they can be used together to achieve an expressive way of doing stuff (I'll explain what…
Functionals and Lambdas This post is basically an introduction to the new Java 8 features regarding functional programming. In previous versions of Ja…