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...
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...
While it might not seem like it from the outside, coding can be a very personal practice. Yes, some coding standards need to be followed in order to...
Error handling has always been a problem not entirely solved in software development. Multiple approaches are used, from error codes to exceptions, all...
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...