Today I want to talk about a programming paradigm that you may or may not have heard about before. It’s named differently by multiple people, so let’s...
06/02/2019
Learn Scala: An Intro For Developers (Part 1)
Learn Scala (Part 1) – Introduction Scala is my favorite language to program nowadays. Before I learned Scala, I used to code in C#. C# was actually...
06/11/2018
How to use GraalVM to make Scala applications faster
A small journey on how to make your Scala applications faster and slimmer taking advantage of GraalVM native-image.
20/09/2018
Error handling: Monad Error for the rest of us
Error handling has always been a problem not entirely solved in software development. Multiple approaches are used, from error codes to exceptions, all...
05/09/2018
Put BDD (Behavior Driven Development) in practice with Scala
This article aims to give a brief explanation about what BDD, short for Behavior Driven Development, is and how it can be used to fill the information...
13/07/2018
ESLint compromised: security
On July 12th, 2018, an issue was created in the eslint-scope repository. After some analysis, it is clear that this is a more significant issue than...