Migrating away from BlogEngine.NET is a rite of passage and reasons for it are fairly well documented....
read more
Using Redis NoSQL stack to overcome the OutOfMemoryException generated when trying to calculate the number of unique paths for a square grid larger than 6x6....
read more
Proving that it's possible to use SQL Server to implement a stack and demonstrating why this isn't done very often. This is part of a series exploring how we take a simple problem and try to find a solution that scales....
read more
Continuing with the excursion into calculating unique paths on a square board, the effects of data structures choice on performance and memory use, and overcoming Test Driven Design limitations....
read more
Addressing performance and overall inefficiency as the shortfalls of this particular Test Driven Design, optimising for memory use and talking contrived code architecture....
read more
One start up in California posted this question as a means for candidates to submit their resumes for a vacancy in their company: "A robot is located at the bottom-left corner of a 5x5 grid. The robot can move either up, down, left, or right, but can not visit the same spot twice. The robot is trying to reach the top-right corner of the grid."...
read more
What do you mean I need to create a structure in order to provide auto-generated numbers in a database table?...
read more
The guys from Thoughtworks came to deliver an Agile Training course and found a hostile audience questioning the business model of their consultancy. Eek!...
read more