Posts Tagged ‘Programming’

Using Aspects in C# With POSTSharp

Posted on September 5th, 2009 by macskeptic

A little bit about aspect oriented programming (AOP)
For the last few couple of years, as the hardware kept getting cheaper and more powerful, the programming languages core concern has been moved from performance to clarity and maintainability.
While in the past you had to keep asking yourself which algorithm was the best to, say, iterate over [...]

The Repository Pattern

Posted on July 2nd, 2009 by macskeptic

Today’s post is about more than a simple punctual matter that I’ve come across at some moment in my day to day activities or on my restless nights of endless hacking.
Despise my overall remarkable programmer geekiness, I am first and foremost a philosopher. As a consequence to that, I love to I/O - big essays [...]

RikMigrations: A Quick Introduction

Posted on May 9th, 2009 by macskeptic

It has been around 4 months that I have been playing with ruby and rails for personal projects and the fun and efficiency of working with it is pretty much awesome to say the least - specially since I love doing web applications and, even though I enjoy developing with C#, I totally hate doing [...]