@@ -2,36 +2,38 @@
#
# Imagine yourself on the other side of the table: two job openings, hundreds of resumes,
# _all of which_ look friggin' identical. Yeah, the HR departments at your MegaCorp XYZ are using
# automated tools to scan for keywords, and the coop department at your school is trying to beat you
# into submission to follow some "predefined template".. But, unless what you're aspiring to is to be
# an automaton at MegaCorp XYZ, relegated to writing test harnesses for code that will never see the
# light of day.. please do yourself a favor, and _be different_! Be bold, dammit.
# automated tools to scan for keywords, and the coop department at your school is trying to beat
# you into submission to follow some "predefined template".. But, unless what you're aspiring to
# is to be an automaton at MegaCorp XYZ, relegated to writing test harnesses for code that will
# never see the light of day.. please do yourself a favor, and _be different_! Be bold, dammit.
#
# (Frankly, I'm falling asleep while reading your resumes.. Wake me up! Srsly.)
#
# => Stuff we care about
#
# Yeah I'll ask you about your strengths and weaknesses, but really, the best indicator of who you are
# is what you do with your free time. School projects are great, so is work experience. But if you
# wrote a JQuery lib on the weekend, you know, for fun.. Now that is hot. That says a lot, tell me
# about it.
# Yeah I'll ask you about your strengths and weaknesses, but really, the best indicator of who
# you are is what you do with your free time. School projects are great, so is work experience.
# But if you wrote a JQuery lib on the weekend, you know, for fun.. Now that is hot. That says
# a lot, tell me about it.
#
# You know what it shows? Passion. You cared enough to do it on your free time - that already puts you
# in less than 10% of the population of all students (srsly).
# You know what it shows? Passion. You cared enough to do it on your free time - that already
# puts you in less than 10% of the population of all students (srsly).
#
# Show me your blog, tell me a story. An interview is your opportunity to show off your stuff. Grab my
# laptop and show me a code snippet you're proud of, or tell me about a problem you're currently
# trying to solve.
# Show me your blog, tell me a story. An interview is your opportunity to show off your stuff.
# Grab my laptop and show me a code snippet you're proud of, or tell me about a problem you're
# currently trying to solve.
#
# => Useless stuff
#
# Your GPA is possibly the least useful predictor for a good interview - in fact, it appears to have
# an inverse correllation. That is, of course good grades are good, but they don't tell the story, so
# don't sweat it. Same goes for your high-school hobbies: show me your recent work instead.
# Your GPA is possibly the least useful predictor for a good interview - in fact, it appears to
# have an inverse correllation. That is, of course good grades are good, but they don't tell the
# story, so don't sweat it. Same goes for your high-school hobbies: show me your recent work
# instead.
#
# Oh, and don't even get me started on keyword stuffing. I'm sure that you're bright, but I doubt you
# managed to grok C/C++/Java & Erlang all at the same time, after taking CS 133. Know your strenghts,
# advertise them. If you know C++ inside out, that won't stop me from hiring you for a Ruby position.
# Oh, and don't even get me started on keyword stuffing. I'm sure that you're bright, but I doubt
# you managed to grok C/C++/Java & Erlang all at the same time, after taking CS 133. Know your
# strenghts, advertise them. If you know C++ inside out, that won't stop me from hiring you for
# a Ruby position.
#
# => In conclusion...
#
@@ -41,15 +43,16 @@
# different, dammit.
#
# Kthnx,
# Ilya Grigorik (twitter: @igrigorik, email: [email protected] , blog: igvita.com, github: github.com/igrigorik)
# CTO / Founder - postrank.com
#
# Ilya Grigorik - CTO / Founder - postrank.com
# (twitter: @igrigorik, email: [email protected] , blog: igvita.com, github: github.com/igrigorik)
#
#
# P.S. Yeah, we're hiring at PostRank. In fact we're never not hiring, so if you think you got what it takes...
# then drop me a line, or even better, send me some code. Happy to chat.
# P.S. Yeah, we're hiring at PostRank. In fact we're never not hiring, so if you think you got what
# it takes... then drop me a line, or even better, send me some code. Happy to chat.
#
# P.P.S. So I took 15 minutes to draft a _different_ kind of resume. You know, one that would guarantee an interview...
# Fork it, modify it, use it, do whatever you want. Point is, do something different.
# P.P.S. So I took 15 minutes to draft a _different_ kind of resume. You know, one that would guarantee
# an interview... Fork it, modify it, use it, do whatever you want. Point is, do something different.
#
class Student < ActiveRecord ::Base
@@ -114,4 +117,4 @@ def method_missing(method, *args, &block)
"please contact me for futher discussions." \
end
end
end