Archive for April, 2009

16 Apr 2009

Recession Proof Your Programming Skills

3 Comments Uncategorized

In this economy you have to do everything to keep your skills fresh and current so that employers find you a desirable hire.  I really though the tips provided in 8 Ways to Recession-Proof Your Programming Career where spot on when this article came out last year.  And now that the TechRepublic has released 10 kills developers will need in the next 5 years.  I have decided to give you some of my favorite Wrox books that align very well to this TechRepublic article.

You can now find this list on Amazon.com under the same title, Recession Proof Your Programming Skills

Learn C#

Learn ASP.NET

Learn ASP.NET MVC

Final Cover Photo

didn’t think I would leave my book out, did you? ;)

Learn Java

Learn PHP

Learn RIA & Web 2.0

I beleive all these books are a nessisty in helping you improve your career.  You don’t have to understand or know all of this technology, but you should at least have one of these books on your shelf.

13 Apr 2009

I see at least 4 things wrong with this code

1 Comment Uncategorized

I saw this code over on Ayende’s website. I see at least 4 things wrong with this code, which was found here.

public object DeepCopy (object value) 
{
    try {
        return value;
    } catch (Exception ex) {
        throw ex;
    }
}

See if you can find them all.

01 Apr 2009

Beta Testing a New Super Secret Feature

1 Comment Uncategorized

I have decided to add a new, super secret, feature to Coder Journal. This new feature is still in beta testing, but like any Agile development process, I need consistent feedback to let me know how I am doing. So let me know what you think.

Click Here To View New Feature