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, 28 de mayo de 2017
domingo, 14 de mayo de 2017
TDD by Example
Some time ago I've read tdd by example by Kent Beck. So I've written in javascript the code of the book. It's only edutacional purpose.
viernes, 10 de marzo de 2017
13 cosas a las que debes renunciar si quieres tener exito
He descubierto este enlace que me ha gustado mucho. Me parece bastante inspirador.
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
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
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
Of course I use tdd with monodevelop, nunit and Moq.
The code lives here
Suscribirse a:
Entradas (Atom)