<% Dim id, showAllJobs showAllJobs = true id = Request.QueryString("id") If (id <> "") Then showAllJobs = false End If ReDim jobs_(0) Set jobService_= new JobService If (showAllJobs = true) Then jobs_ = jobService_.loadAllActiveJobs() Else jobs_ = jobService_.loadJobById(id) End If Dim foundJob foundJob = false If (isArray(jobs_)) Then If (Ubound(jobs_) > 0) Then foundJob = true End If End If If (foundJob) Then %> <% If (showAllJobs = true) Then %>
Finding a Job Doesn't Require Acrobatics
<% End If %> <% If (showAllJobs = true) Then %>

Which one is your dream job?

This isn't just a list of jobs. It's list of positions for the best-of-the-best. These are jobs that will rock the socks off of a Superhero Nerd. These are the kinds of jobs you want to get out of the bed in the morning for. If you think you've got what it takes, .

Please note though, if you're not funny and extremely driven, or if you've got an ego the size of Milwaukee, or if you don't mind thumb twiddling away your days, then our employers and jobs probably aren't for you.

Great, Amazing, Rock-Your-Socks Off Jobs

<% End If %> <% For i = LBound(jobs_) To UBound(jobs_) - 1 Set job_ = jobs_(i) %> <% If (showAllJobs = true) Then %>
<% Else %>

Back to all jobs

<% End If %>

<%=job_.title%> <% If (job_.location <> "") Then %> (<%=job_.location%>) <% End If %>

<%=job_.description%>

To apply, send an e-mail to with the subject line "<%=job_.title%> (ID <%=job_.id%>)". Attach your resume and tell us why this is your dream job.

<% Next %> <% If (showAllJobs = true) Then %>
No More TPS Reports!

Want to look forward to waking up for work?

This isn't buzzword bingo, but we've got job opportunities for all the major languages and the less-major ones too. From requirements analysis, product development, and engineering to administration, finance, marketing and sales, feel free to check out the skills we're often hired to search for.

We hook up dynamo nerds with juicier jobs, all of which require amazing skills. Black belt not required, but definitely bring along your A game.

You can stay up to date with the latest job postings through our awesome newsletter, the Nerd Word. Sign up today and Nerd Up!

<% Else %>

Is this your dream job?

If this is your dream job, send an e-mail to with the subject line "<%=job_.title%> (ID <%=job_.id%>)". Attach your resume and tell us why we should pick you over all of the other Superhero Nerds.

Not a perfect fit?

No worries, view all open jobs or drop us a line and we'll help you find a job that's such a perfect fit you could wear spandex.

<% End If %> <% Else %>

Oh nos! We couldn't find that job!


Try viewing all jobs and see if you can find the one that you were looking for. If not, send us an e-mail and let us know that something is borked.

<% End If %>