Trumpi's blog

Filter that dotnet.org.za main feed!

Do you subscribe to the dotnet.org.za main feed? Is go4download annoying you?

Yeah! Me too!

So I decided to create a Yahoo Pipe to filter those posts out. You can grab it at http://pipes.yahoo.com/trumpi/dotnetorgza.

 

Posted by trumpi | 2 comment(s)

Blogalogue: What makes a developer “senior”?

A colleague recently blogged about how we are struggling to find senior developers. He remarks that there is no shortage of “senior developer” CVs, but when placing candidates under examination, they do not meet our expectation of “senior”. We are often very underwhelmed: some candidates cannot even correctly answer questions that we expect a junior developer to be able to answer.

It has come to the point where we have decided to screen candidates over the telephone before meeting them in person.

Now I want to ask the world: What do you think a senior developer is? What are your expectations of a senior developer? Let’s start a blogalogue about this: Post to your blog what your expectations of a senior developer are. Link back to this post too so that everyone can get to your opinion in the trackbacks.

I will post my opinion in a few days.

Posted by trumpi | 7 comment(s)

Our daily link (2008-03-13)

Sorry about the lack of categories yesterday. I was really lazy.

Web

Career stuff

Blogging

Misc

Posted by trumpi | 1 comment(s)

Is CultureInfo.InvariantCulture variant?

My mother always used to teach me to write date parsing code that passes the Turkey Test. So to parse a date from a configuration file, the following snippet is used:

        DateTime timeOverride;
        bool res = DateTime.TryParseExact("27/03/2008 12:30:00", 
            "dd/MM/yyyy HH:mm:ss", CultureInfo.InvariantCulture, 
            DateTimeStyles.None, out timeOverride);
        Assert.IsTrue(res);

This works great! It always parses the date as 27 March 2008 and res is true.

Except on one particular machine. On this rogue machine TryParseExact always returns false.

Any ideas? We're looking like fools because it doesn't work on one machine.

Posted by trumpi | 4 comment(s)

Your top 5 blogs

Question: If you could read only 5 blogs, which blogs would you read?

You can either post it in the comments or write your own post linking here.

Posted by trumpi | 3 comment(s)

Our daily link (2008-01-15)

I'm quietly spending my last week of leave at home...

Agile and Project Management

Misc

Career stuff

Posted by trumpi | 1 comment(s)
Filed under:

Our daily link (2008-01-13)

Going to watch Elton John tonight, so this post is a little early.

Agile

Web services

New blogs

  • Gray Matter - A blog by Gray Knowlton primarily focusing on the MS Office "Open Xml" formats.

Career stuff

Misc

Podcasts

Posted by trumpi | with no comments

Our daily link (2008-01-12)

I'm back from holiday with over 1000 feeds to read. I also got my new gigabit router today. Heard bad things about it from Amazon, but we'll have to see...

Agile

Software

Career stuff

  • Billy Martin's Technique for Managing his Manager - I've used this one once or twice :)
  • No Matter What They Tell You, It's a People Problem - "Do you like the company of your teammates on a personal level? Do you respect your teammates professionally? If you were starting at another company, would you invite your coworkers along? Do you have spirited team discussions or knock-down, drag-out, last man standing filibuster team arguments? Are there any people on your team you'd "vote off the island" if you could?"

SQL

  • What's wrong with COUNT(*)? - A look at the performance implications of COUNT(*). (Hint: There doesn't seem to be any for SQL Server 2005 SP2.)

Misc

Posted by trumpi | with no comments
Filed under:

Our daily link (2008-01-02)

I've been checking out JQuery today. It is fantastic!

C#

SQL

Misc

Web

Humour

Posted by trumpi | with no comments
More Posts Next page »