Recent Posts
-
February 01, 2018
Creating forms on your Play application - Part 1
How to create simple HTML forms in Play framework.
-
November 30, 2017
Why you should think twice before using Tuples
Why you should think twice before using Scala Tuples. The problems of using tuples in Scala.
-
August 29, 2017
Handling exceptions in Scala
How to handle exceptions in Scala. try/catch vs Try vs Catch[T]
-
June 28, 2017
Git Workflow
How to use Git? What is the best Git workflow? Hot to use git log? Solving merge conflicts. Git reset vs Git checkout. Third part of a series of git tutorials
-
March 14, 2017
Scala interview questions
Some basic, or not so basic, questions about Scala. Interview level questions. Preparing your next Scala interview.
-
February 20, 2017
Functional Programmings concepts
Functional Programming concepts. What is referential transparency? That are pure functions? What is idempotence? What is the Uniform Access Principle?
-
January 31, 2017
Git Clone
Getting started with Git. Git basic commands. Everything you need to know to start using Git in your personal projects. Second part of a series of tutorials
-
January 25, 2017
Git Init
Introduction to Git. What is Git? First part of a series of tutorials