Hannes's Mind Maze
Think smart!
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.Net
.Net Framework 3.5
Analysis and Design
ASP.Net
Books
Business Analysis
Domain Driven Design
General
Humor
I.T.
New South Africa
Personal
Process
Programming
Security
Software
Software Development
Sport
System Analyst
Technology
Navigation
Home
Careers
Downloads
Support
Archives
June 2008 (1)
May 2008 (1)
January 2008 (2)
November 2007 (4)
September 2007 (3)
August 2007 (10)
July 2007 (4)
June 2007 (3)
May 2007 (5)
April 2007 (12)
March 2007 (3)
February 2007 (8)
January 2007 (14)
December 2006 (6)
November 2006 (5)
October 2006 (6)
August 2006 (1)
July 2006 (1)
June 2006 (4)
May 2006 (2)
March 2006 (4)
February 2006 (4)
January 2006 (4)
December 2005 (1)
November 2005 (10)
October 2005 (7)
September 2005 (10)
August 2005 (5)
July 2005 (6)
June 2005 (11)
May 2005 (13)
April 2005 (15)
March 2005 (5)
February 2005 (7)
January 2005 (16)
December 2004 (1)
Book List
Applying UML and Patterns
Continuous Integration
Design Patterns
Domain-Driven Design
Object-Oriented Design Heuristics
Patterns of Enterprise Application Architecture
Programming Pearls
UML Distilled
The Pragmatic Programmer*
Applying Domain-Driven Design and Patterns*
UML 2.0 in a Nutshell*
Head First Design Patterns*
Herding Cats*
Object Oriented Systems Development*
Like to read
SA Developer
SA Architect
Joel on Software
Joel Reddit
The Daily WTF
Wikipedia
ScottGu's Blog
Slash Dot
June 2006 - Posts
0
Comments
Thinking in Java
by
hannes
One of my favorite authors has always been Bruce Eckel. The first book of his I bought was “Thinking in C++” in the good old days when I was still hacking with C. Well, not long after I have read “Thinking in C++” I bought “Thinking in Java”. Unfortunately I never got the change to read the book over even work in Java, my interest turned to the .Net world for next couple of years. Well a couple of days ago I rediscovered my “Thinking in Java” book on my book shelf. So far I only read Chapter 1, so...
Filed under:
Programming
2
Comments
SQL, is it a language?
by
hannes
Yesterday I had an interesting discussion with a colleague about SQL and how it was used by some. At my previous job I came across system that was written by a bunch of ex COBOL programmers using only SQL. Believe me it was not pretty. Store procedures that spanned pages and pages, nested sub queries, cursors left right and center, etc. Well amazingly the system works but it’s a nightmare to maintain because it’s real spaghetti code. My colleague told me on one of his previous projects he saw the...
Filed under:
Programming
6
Comments
Source control woes
by
hannes
I’m currently working on a web project with two other (very good) developers. I’m responsible for client side development and they are doing all the server side development. Like so often the project is running late with the roll out date just around the corner. Our code depository is VSS and the code solution is setup to allow for multiple checkouts. This is the first time that I’m working on a solution setup like this but I can tell you that it’s a total disaster in our team. With everyone trying...
Filed under:
I.T.
10
Comments
Code =! Design
by
hannes
Yesterday I went for an interview for an System Analyst position at a large Financial Institution. The project which they require the Analyst for is quite a large project with a formal methodology and well defined roles for all the role players (B.A’s, S.A’s, Dev, DBA, etc) The one topic that stumped me was a) What checks will you put in place to ensure that the implementation reflects the design? b) How will you verify afterwards that the implementation reflects the design? c) What action will you...
Filed under:
Analysis and Design