Archives

Archives / 2011 / February
  • Creating classes in Javascript - Prototype method

    Javascript is weeeell a script-based language. But over the years it has evolved a lot! So can we develop in an Object Oriented Way using javascript? Of course we can! Here is one (of many) way of …

    Read More
  • A simple SQL quiz

    Today at work a colleague came up with a really interesting question. Let’s consider this : We have a table that has two columns Id, IsValid. Id is our primary key, while IsValid is a not …

    Read More
  • [Design Patterns] Null Object Pattern

    Design patterns are a chapter that I believe every developer should be familiar with. Design patterns are not to be used in every line of code but you should know as many as you can in order to know …

    Read More