Archive for the ‘Uncategorized’ Category

The other day I was listening to Kent Beck in this podcast where he was talking about, amongst other things, push on green deployment, basically the idea is that once your test suite goes green, you deploy. When I heard  this originally I thought : 1) Think about all possible problems -> not only technical( this [...]


Hi there Just though I d share this this is the way I ve been organizing my test code as of late public class MyClassTests { public class Given_a_context { [Fact] public void When_somthing_happens_Then_result() { throw new NotImplementedException(); } //…………… } public class Given_a_different_context { [Fact] public void When_somthing_happens_Then_result() { throw new NotImplementedException(); } //…………… [...]


DDD8  was a lot of fun! I really didn’t know what to expect and it turned out great, and got to a few talks ( not as many as I wanted tho) and met personally a lot of really interesting people. Moving on swiftly to the meaty bit of the post: I’ve  uploaded the code [...]


I m planing on a series of blogs on WIF ( windows Identity Foundation) however that might or might not happen , so meanwhile I  m posting this, StarterSTS is as the name implies a starter sts something to get you started on the world of Federeation Identity , claims and all that lovely stuff. [...]


Ext Js bits

20Oct09

Just some interesting thing I found on the extjs world. I m only looking at stuff working on ext3.0 In ExtJs the JsonStore has paramNames this Object contains 4 properties { start : ‘start’, // The parameter name which specifies the start row limit : ‘limit’, // The parameter name which specifies number of rows [...]


The Art of Unit Testing (by Roy Osherove) First Meetup Its amazing how much you can talk about just one chapter, ok we diverged at some point to related topics, we dreamed about our own Open Source project, again. Anyway, these are my thoughs about the first chapter, after the meeting Integration testing and unit [...]


Nvelocity help

05Aug09

Hi there I ll just add this because I saw some people being directed to here when searching for NVelocity docs (no idea why tbh) Anyway here is the link to the Appache documentation for velocity Also of course the castle docs


So… I had to set up a GXT development environment for myself from scratch, so I thought I d share the experience. Getting the JDK was painfull I ll spare you the rant, however I will say that Sun requires that you are registered to download the JDK, after a email like the one below: [...]


So I made the leap the other day and installed RC for Windows 7 and it all seems pretty ok. Of course i had to do the install all I need dance. Making monorail work in this new version of IIS…well I just thought I d blog about it as it didn’t work “out of [...]


After a very fun DDD Belfast I was debating,whether I should go to Developer Developer Developer Scotland, in the end I did and it was a good decision. I had a great day and a great night talking to other geeks. I got there a bit late, flight+train + walk+ getting lost in the campus, however I [...]



Follow

Get every new post delivered to your Inbox.