A application isnt stronger then its weakest layer

When you want to increse the preformance of one of your web applications, what is the first thing you look at? For many developers, the answer is the data access. How can I write this query in a more sufficiant way, so that I can get preformance gain? In my expreiance, we tend to think that this is ...

Building a forum application, Part 8

This is the eighth part in a series of posts where I build a forum application. The other posts can be found here: Building a forum application, Part 1 Building a forum application, Part 2 Building a forum application, Part 3 Building a forum application, Part 4 Building ...

All your code is abstractions

A few days ago I read this post, in wich Jeff Atwood writes about abstractions, and how they all "leak" in one way or another. This is true, as a abstraction solves the generic problem, not our specific one. One thing we seem to forgett, however, is that all code we write is acctually a ab ...

<< [1] >>