Walled Gardens of countries

Having recently moved to Sweden but with business/friends/family in Denmark, I have experienced first-hand a phenomenon that has increasingly been discussed in various forms over the recent years: Walled Gardens. According to Wikipedia, a walled garden refers to: … a closed or exclusive set of information services provided for users. This is in contrast to… Continue reading Walled Gardens of countries

Resumes are bullshit

Today, I was asked by a consultancy agency to provide a resume (or Curriculum Vitae or CV) with “some more meat on it” than one I had sent earlier which was very basic and with simple bullet points. I have always felt that resumes are bullshit and I have always wanted to blog about it… Continue reading Resumes are bullshit

Strange Linq-to-SQL performance when using Count

Yesterday, I was writing a Linq-to-SQL query and noticed a quite remarkable difference in performance between two very similar queries (seconds versus minutes of running time). I thought it would be worth sharing. Basically, I have a bunch of orders that are represented by two SQL tables, called Basket and BasketItem. If an order e.g.… Continue reading Strange Linq-to-SQL performance when using Count