Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Thiago Baldim

Thiago Baldim

Thiago Baldim has asked 4 questions and find answers to 22 problems.

Stats

655
EtPoint
223
Vote count
4
questions
22
answers

About

Developer, parallel computing enthusiast, Apache Spark and Functional programming is my new Role.

For Fun: Board Games, lots of them! 32+ and Counting.

solve = lambda problem: problem if problem == 42 else solve(problem.next)