jueves, 19 de octubre de 2017

Propety Based Testing

I've discovered a video that talks about tdd and the talker spoke about property based testing. In this moment I didn't know about it, but googling I've found a good explanation here

viernes, 13 de octubre de 2017

La cultura en la empresa

Me ha gustado mucho este vídeo creo que es bastante importante una determinada cultura en la empresa.

jueves, 22 de junio de 2017

Little library about Monads

I've write my own monad's library.

I downloaded some libraries of monads from internet. I've discovered that they use polymorphism procedural, as Corey Haines describes is his book. So I've written my own one. It has been funny, I've learned a lot about functional programming, high order functions and of course monads.

It's not a pet-project because, for me, I've finished the functionality that I thought and I've tried to write a little library.

The code lives here

¡¡¡¡Happy programming!!!!

domingo, 28 de mayo de 2017

Write a very simple compilator

I'm learning a new language called crystal is like ruby but statically typed and more efficient. So I'm playing with its compiler. A good starting is this link in spanish

Happy programming

domingo, 14 de mayo de 2017

domingo, 19 de febrero de 2017

New PetProject ReadOnlyList

It is a simple an easy pet-project for learning immutable data structure in dotnet.
The code lives here