上海浦东外企,我们这个小团队曾经是一个 startup ,更是实在技术精英。大技术构架,大用户量。
class RubyWizard
def favorite_language
:ruby
end
def wanted?
smart? && motivated? && loves_coding? && curious? &&
ruby_experience >= 1.year &&
knows?(:ruby_on_rails) &&
knows?(:html) &&
knows?(:javascript) &&
knows?(:mysql) &&
knows?(:git) &&
familiar_with?(:linux) &&
familiar_with?(:tdd) &&
good_at?(:english)
end
def salary
15000 + rand(10000)
end
def working_environment
{
location: :shanghai,
friendly: true,
tech_savvy: true,
complex_stack: true,
number_of_cute_girls: 1000
}
end
def apply
send_email_to Base64.decode64("NTAwZnJpZW5kcy1ydWJ5QG1lcmtsZWluYy5jb20=\n")
end
end
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.