Friday, April 27, 2007
Tonight the Edmonton .NET User Group celebrated its one year anniversary with a presentation by Chistians Izquierdo at the Maverick Brewery. Looking back at a year ago I never would have dreamed that I would have changed this much professionally as a developer due to the efforts of this community and due to guidance of the quality speakers we have been fortunate enough to have.

There are probably 2 turning points in my professional career that made me strive to be better at my profession. The first, was a manager telling me "you don't know what you're doing" (I admit I didn't know what I was doing at the time).  After that managers words, I wanted to prove him wrong so I found the .NET Wizards and met other developers that could help me get better.

The second turning point was a car ride to the first meeting of the newly formed Edmonton .NET User Group where Jean-Paul Boodhoo stated to me "we are the next generation of software developers." Those words said to me that I could either choose to be more pragmatic about how I approached my career or I could be left in the dust, it was my choice.

If I can pass on anything that I learned from a year of the Edmonton .NET User Group, it is to strive to be the next generation of software developer. Don't let yourself be left in the dust and always look for ways to improve your skills. Never forget that if you look to the person on your left you may see someone who is better than you at software development, but if you look to your right there is someone striving to be you. Strive to be better than the person on your left and mentor the person on our right!

Cheers to another year of being the next generation of software developers and thanks to the community who has helped make the Edmonton .NET User Group a success.

Friday, April 27, 2007 5:16:52 AM (GMT Standard Time, UTC+00:00)  #    Comments [3]  | 
Saturday, April 21, 2007
Saturday, April 21, 2007 5:50:56 PM (GMT Standard Time, UTC+00:00)  #    Comments [0]  | 
Monday, April 16, 2007
Last year the Edmonton Developer Communty went down to Calgary Code Camp and won all the prizes. This year we are paying our dues and presenting. I will be presenting an Introduction to Windsor Container from the Castle Project.

Here is my abstract:

What if I told you that you never had to make an object instantiation again? Using an Inversion of Control container like Windsor Container from the Castle Project ( http://www.castleproject.org) will enable you to code to abstractions without worrying about wiring up your object dependencies. In this session I will take an example application built without using Windsor Container and refactor it toward a cleaner design utilizing Windsor Container and Inversion of Control. During the course of refactoring toward using Windsor Container, you will be introduced to some of the benefits that using an Inversion of Control container can bring to your project.


Last year the code camp was a lot of fun, if you are from Edmonton consider taking a trip down on Red Arrow, the trip is cheap and they have wireless.

Monday, April 16, 2007 5:47:11 PM (GMT Standard Time, UTC+00:00)  #    Comments [1]  | 
Sunday, April 15, 2007
After an unfortunate incident involving freshly brewed coffee and a curious puppy my laptop was fried. It came back for a week but only to say goodbye. At first I thought that my laptop dieing was a bad thing but then I realized that I could buy a new laptop!

Today I decided to join a elite group of people and buy a new MacBook Pro!

Here is a photoshopped representation of what I will look like in a couple months:

Dude

Sunday, April 15, 2007 12:08:07 AM (GMT Standard Time, UTC+00:00)  #    Comments [4]  | 
Thursday, April 05, 2007

   85 [TestMethod]

   86 public void ShouldEnumerateIntegers()

   87 {

   88     IEnumerable<int> multipleOfTwo = GetIntegerList();

   89 

   90     Assert.IsNotNull(multipleOfTwo);

   91 }

   92 

   93 public IEnumerable<int> GetIntegerList()

   94 {

   95     for(int i=0; i <= 10; i++)

   96     {

   97         if (i % 2 == 0)

   98             yield return i;

   99     }

  100 }

Thursday, April 05, 2007 5:16:16 PM (GMT Standard Time, UTC+00:00)  #    Comments [2]  | 

Theme design by Jelle Druyts

Pick a theme: