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

viernes, 10 de marzo 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

lunes, 5 de diciembre de 2016

Little Pet Project Asp.Net Core

I´ve pushed a new little pet project with asp.net core
It has a little login and a CRUD with tasks. Remember that it´s a pet-project for testing this new tecnology.

Happy coding

viernes, 2 de diciembre de 2016

martes, 1 de noviembre de 2016

HttpRequestBuilder

Some times, I need to mock the controller request , for example for viewing the http headers or content-type. I was thinking the best way to solve this little problem. So I write a very small utility (it satisfies my needed), using builder pattern.

Of course I use tdd with monodevelop, nunit and Moq.

The code lives here