September, 2011
01 September 2011
This book didn’t appeal to me as much as I thought it would. It is written much in the same light as pragmatic programmer, but somehow does not have the punch that pragmatic programmer had. There were some interesting topics, code generators as a way of speeding up development is...
01 September 2011
This covered what I would call the “original” scrum concept. As someone trying to get a good introduction to scrum it was an enjoyable read however it did not cover in any real depth actual implementation and some of the concepts that it presented have changed or become more developed...
August, 2011
31 August 2011
Having worked with TFS & SVN for a while now, I recently was put in a position where I had to get up to speed with Git. My only experience with Git up to now was attending a brief presentation on the subject and spending a few hours playing around...
21 August 2011
So, it took a bit of time to arrive, but 2 weeks ago I received my GWB Influencers shirt in the mail. Perfect timing for my talk at Dev4Devs at Microsoft.
14 August 2011
So Microsoft had another Dev4Devs event and I got to present. My topic was an introduction to Reactive Extensions and I really enjoyed preparing for this one. For those who attended and those that are interested please find links to the slides and example code.
01 August 2011
A great up to date book on agile software development. While I found this book is probably most useful as a reference guide that one can use time and time again I still did enjoy reading it end to end. It is a comprehensive summary of Agile development covering all...
July, 2011
22 July 2011
I recently acquired a Samsung Omni 7 with the Windows Phone 7 OS installed. With this device I have a new found desire to learn Windows Phone 7 programming and embarked on the endeavour by reading “Programming Windows Phone 7” by Charles Petzold (ISBN 978-0-7356-4335-2).
19 July 2011
I have always been slightly confused about the difference between classes and structures in C#. For many years, structures seemed identical to classes, but were simply not as extensible. Recently I had a relook at them and came up with two key identifying features that help me differentiate the two.....
15 July 2011
I recently acquired a Samsung Omni 7 with the Windows Phone 7 OS installed. With this device I have a new found desire to learn Windows Phone 7 programming and embarked on the endeavour by reading “Programming Windows Phone 7” by Charles Petzold (ISBN 978-0-7356-4335-2).
01 July 2011
Enjoyed getting exposure to a paradigm that I had not looked at properly before. I have come from a Object Oriented background and looking at a Functional Language inside my beloved Visual Studio has expanded outlook on programming. Expert FSharp introduced the concepts clearly and in a way that was...
June, 2011
28 June 2011
In my quest to read all the books I have lying on my bookshelf I have finally got round to finishing C# Concisely (ISBN 0-321-15418-5). While this book was fairly old, I found it to be quite useful for a student wanting to learn C# for the first time, and...
27 June 2011
This book extensively covers the construction aspect of programming. I started off not agreeing with many of the minor points that were illustrated, but after sticking with the book it got better and better. It touches so many areas, some in detail, some just lightly - I am sure due...
25 June 2011
The Problem
The following iterative sequence is defined for the set of positive integers:
25 June 2011
Something that I wasn’t aware was possible in C# was double for loops… they have the following format.
17 June 2011
This was probably one of the easiest ones to complete – a quick bash got me the following…
17 June 2011
The Problem
Work out the first ten digits of the sum of the following one-hundred 50-digit numbers.
16 June 2011
I have seen the rx demos by Bart De Smet and was blown away by the potential that I think they hold – however I just haven’t had time up till now to have a look at them in any depth. Today I finally set some time aside and got...
04 June 2011
It has been a while since I have attempted a project Euler problem, mainly because of university exams taking up the majority of my spare time, but today I managed to spare a few minutes to make an attempt at problem 11.
May, 2011
31 May 2011
So, a morning of bashing my head an a new found appreciation for .Net…
23 May 2011
If Code Complete is the textbook of software construction, then Clean Code is the poetry of it. This book had a number of concepts that struck true to me - self documenting code, structure, design - it is all there in Clean Code.