Test Driven Development
TDD is not writing unit tests, TDD is a way of writing code.
Writing a test first? Why? The code is not even implemented, I don´t know how I´m going to do that. At least let me create...
Keep Calm and Enjoy Learning
TDD is not writing unit tests, TDD is a way of writing code.
Writing a test first? Why? The code is not even implemented, I don´t know how I´m going to do that. At least let me create...
Skills Matter is a company that provides courses, workshops and much more here in London. They do something called In the Brain, these are talks by some famous speaker about anything. Normally it is kind of a master class. And...
Let´s talk about the third and last day of the NDC London.
Miguel started his talk sharing some really good features of AngularJS.
And them he talked about Hybrid Applications. That...
Let´s talk about the second day of the NDC London.
Good explanation about Katana and Owin. A couple of interesting facts about the new vNext and how...
First day of the NDC London 2014 finished! Really long day, lots of information to take, but really glad to have the chance to be here.
I will write detailed posts of the most interesting talks but I wanted to...
Devs in the Ditch is a community here in London, sponsored by 7digital company. Yesterday they carried out a workshop with a very strange name: Jurassic Park: What went wrong?
The title drew my attention and I decided...
Hi there!
Yesterday I participated in the Global Day of Coderetreat. It was hosted by the London Software Craftsmanship Community. It was an amazing day, I´m really glad I had the chance to go, please bear with me a moment,...
This is my new programming blog, hosted in GitHub. What a better place to talk about programming than this. This blog will feel really at home here. The reason for this change, from blogger to GitHub, is because lately I´ve...
Yerterday I went to 7th Talk by the London Software Craftsmanship Community
Really glad I could go and meet this great people.
The event consisted of two half-hour talks and one ten-minute live kata. Everything was recorded.
Hei igjen, Hi again, Hola de nuevo!
Yesterday I went to a workshop carried out by the London Web Performance Group, The Good, the Bad and the Ugly of the HTTP Archive. I was really surprised with the content...
Today I wanted to talk you about NCrunch, a great tool I´ve discovered thanks to my new colleages. It allows us to automatically run our Unit Tests while we are writing the production code.
So...
Hello!
I´m back again into the arena. Sorry for the long time since I last wrote a post, back in August. Certainly there have been lots of things to take care off, but I don’t want to stop sharing...
IEnumerator is a simple interface that defines a basic low level protocol to traverse a collection in a forward-only manner. The protocol is so simple:
Collections normally don’t implement enumerators directly. Instead, they provide enumerators...
Hi there!
Last June 2014 I had the pleassure to assist to Norwegian Developers Conference (NDC). It was held in Oslo Spektrum, 2-6 June. This conference is one of the things you shouldn´t miss if you like programming, design, technology,...
Another set of core design principles by Venkat Subramaniam.
You want to tell a piece of code to do stuff, rather than asking a piece of code for some information and then going...
So here we go with one of the greatest talks I went in the conference: Core Software Design Principles by Venkat Subramaniam.
I didn´t know Venkat before the conference (you can blame me) and everybody...
Hi there!
One of the things I do to take the best of my time is to do things when doing other things. Maybe this is not a good thing, so I don´t want you to take this as an...
You can find beauty in code, beauty is in simplicity. There´s one quote by Plato that states:
Beauty of style and harmony and grace and good rythm depends on simplicity.
How many times we have been told that...