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...

Read More

Uncle Bob strikes again, TDD is Alive

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...

Read More

NDC London, third day

Let´s talk about the third and last day of the NDC London.

AngularJS for ASP.Net MVC developers, Miguel A. Castro

Miguel started his talk sharing some really good features of AngularJS.

And them he talked about Hybrid Applications. That...

Read More

NDC London, second day

Let´s talk about the second day of the NDC London.

OWIN, Katana and ASP.Net vNext, eliminating the pain of IIS, David Simner

Good explanation about Katana and Owin. A couple of interesting facts about the new vNext and how...

Read More

NDC London, first day

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...

Read More

Jurassic Park, a root cause analysis

Abstract

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...

Read More

Global day of Coderetreat

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,...

Read More

Hello world!

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...

Read More

NCrunch, your friend with TDD

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.

Image description

So...

Read More

What is going on CSharp 6

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...

Read More

Did you know that... CSharp´s foreach

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:

Image description

Collections normally don’t implement enumerators directly. Instead, they provide enumerators...

Read More

NDC Oslo 2014 Series

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,...

Read More

Being a junior developer

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...

Read More

Keep that simple

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...

Read More