Deep Dives

Here you will find my collection of articles related to specific modules, libraries, extensions and plugins.

Each article discusses one of the components above, and consists of a detailed explanation & main features, along with hands-on examples.

Formally, a type class is a type-system construct that supports ad hoc polymorphism. This is achieved by adding constraints to type variables…
Destructuring is a very powerful & widely-used syntactic construct that allows us to decompose a given object or structure…
Higher-order functions take other functions as arguments and/or return other functions as a result. These powerful abstractions allow us…
Of all the libraries belonging to any Data Scientist’s toolbox, Pandas may be the most important one; it’s built on top…

Request Full Resume