October 2009
29 posts
Careful when deleting objects! →
I have writing a big number of unit tests for the different classes that take part in the storage of the different domain objects. During the unit test I have been writing code of the following…
Couchdb-python issue 93 – Conflict error when... →
Currently desktopcouch is affected by a bug in couchdb-python that comes from httplib2 version 0.5. The bug makes the following code to raise a Conflict exception when it should not: ...
An absolutely crazy month
I have not been posting much recently but that is because my days have gone from doing nothing to be absolutely pack with work, and this comming month seems like is going to be the best/worst one:
I will have soon a phone job interview with google. I am actually very scared and very excited about this. I would LOVE to work with google but I’m scared to realize that I might not make it...
Work so far and Ubuntu Developer Summit →
I want to us this post two give two great news:
GTK UI will be available
After the major refactoring I have performed, the GTK UI will be available at the same time as the Qt based one. I…
Dependency Injection in Python →
As I mentioned in my last post, I have been having a number of problems regarding the “laziness of my contacts retrieval, to be precise, the way I have been de-serializing the companies from…
Don't Lock Type Objects! - C# / C Sharp answers →
Django | How to serve static files | Django... →
Dino Esposito Design Master class: FAIL →
The lovely people from the company I work for sent me to the.NET Design Master class with Dino Esposito in Zaventem (close to Brussels) and I was very disappointed. The first two days were a…
What a goal.
Async pages and SharePoint →
Have you ever tried to use async in SharePoint, do not know why is not allowed, well here is the reason: As it is well known, publishing pages within SharePoint do not support the use of async…
Two steps foward, one step backwards →
In my last post I explained how a I was performing the de-serialization of my objects from couchdb to a dictionary that could be used to fill the data of the object. I f you remember I used the …
pylint (analyzes Python source code looking for... →