How to get good developers

Hmm. I'm going to apply just to see what happens. On second thought, I'll just try to solve it in .NET and blog it, so I can prove to all of you that I am a such a bad coder, it's not even funny (which is why I have unit tests!)

I'm going to do that all in TDD

now, if only I could figure out what the email is from this:

Y2hhbGxlbmdlQGRvdHNwb3RzLmNvbQo=

Published Friday, June 13, 2008 9:35 PM by RoyOsherove

Comments

Friday, June 13, 2008 10:19 PM by Michael

# re: How to get good developers

This should help: webnet77.com/.../base-64.pl

Friday, June 13, 2008 10:21 PM by Mike

# re: How to get good developers

The email address is *encoded* ... ;)

Friday, June 13, 2008 10:49 PM by Cathal

# re: How to get good developers

They're using simple base64 encoding (the same encoding viewstate uses). The decoded email address is challenge@dotspots.com.

Friday, June 13, 2008 11:18 PM by Stuart Cam

# re: How to get good developers

The e-mail address is Base64 encoded, run it through a decoder:

www.opinionatedgeek.com/.../Base64Decode

Stuart

Friday, June 13, 2008 11:34 PM by Marc Brooks

# re: How to get good developers

I presume you are kidding about who to send the answers to... but on another topic, in high school (way back in 1980!) I wrote exactly that first program, excepting that I output the "smallest-squarest" puzzle which would fit the word-set. Wow what a pleasant set of flashbacks.

Friday, June 13, 2008 11:35 PM by Marc Brooks

# re: How to get good developers

psssst, I know the address.

Saturday, June 14, 2008 12:22 AM by chadmyers

# re: How to get good developers

Correction: That challenge is how to get 'clever' developers. Good is a-whole-nother thing.

You use unit testing to prevent problems and that makes you a "Good" developer.

That contest is looking for problem solvers. These people tend to be helpful in a crisis, but generally create more problems than they solve in the long run.

We were all problem solvers at some point in our life, but the "Good" programmers matured into problem preventers :)

Saturday, June 14, 2008 2:13 AM by eslave

# re: How to get good developers

Mail it here:

string email = Encoding.ASCII.GetString(Convert.FromBase64String("Y2hhbGxlbmdlQGRvdHNwb3RzLmNvbQo="));

Saturday, June 14, 2008 3:12 AM by AlexK

# re: How to get good developers

challenge@dotspots.com

Saturday, June 14, 2008 5:45 AM by Miroslav

# re: How to get good developers

Hm, the mail looks like:

challenge@dotspots.com

:)

Saturday, June 14, 2008 1:50 PM by Matthew Mastracci (CTO, DotSpots)

# re: How to get good developers

Glad to see that our challenges have piqued some interest.  :)

The challenge is only the first part of the interview.  We're also looking for developers that:

- can solve problems at least at the level of the challenges

- write testable, modular code (and tests!)

- can work from distributed locations

Even though we're a startup, we still have a CI system running 24/7 with automated testing.  This covers a wide swath of code from the backend to the frontend.  

Once we've opened up our product to the world, I'll blog about how we rely on testing and automation for our distributed company to function.

Monday, June 16, 2008 7:34 AM by Christiaan Baes

# re: How to get good developers

Perhaps they could then go on to solve some programmer puzzles here forum.lessthandot.com/viewforum.php.

Tuesday, June 24, 2008 6:14 AM by Russ C.

# re: How to get good developers

If you're looking for coding challenges and fancy the interaction, topcoder.com used to be quite good fun.

You can take part in real challenges, or practise test and have your code analysed and scored by your peers - it's a great way for the more Isolated developer to interract.

They also offer work too; if you're a rated 'topcoder' you can offer to work on development projects that come up, (in a variety of languages) for actual Money.

Or at least, that's how it used to be - my only problem was getting online in my Timezone :)

Sunday, August 24, 2008 12:45 PM by Just code - Tamir Khason

# Good challenge for good developers

Just saw simple challenge to hire good developer in Roy's blog and got inspired of it. Now I want

Sunday, August 24, 2008 12:45 PM by Just Code - Tamir Khason

# Good challenge for good developers

Just saw simple challenge to hire good developer in Roy's blog and got inspired of it. Now I want

Thursday, September 04, 2008 6:18 PM by Aaron

# re: How to get good developers

I've been running a series now for many weeks with some coding challenges that can be programmed in any language. They were originally in the spirit of tech-interviews, but I've changed them to just general coding challenges.

The collection so far is here:

www.wiredprairie.us/.../interview

# Good challenge for good developers | Tamir Khason - Just code

Pingback from  Good challenge for good developers | Tamir Khason - Just code