• Home

  • Custom Ecommerce
  • Application Development
  • Database Consulting
  • Cloud Hosting
  • Systems Integration
  • Legacy Business Systems
  • Security & Compliance
  • GIS

  • Expertise

  • About Us
  • Our Team
  • Clients
  • Blog
  • Careers

  • CasePointer

  • VisionPort

  • Contact
  • Our Blog

    Ongoing observations by End Point Dev people

    RailsConf 2015—​Atlanta: Day Two

    Steph Skardal

    By Steph Skardal
    April 22, 2015

    It’s day 2 of RailsConf 2015 in Atlanta! I made it through day 1!

    The day started with Aaron Patterson’s keynote (watch it here). He covered features he’s been working on including auto parallel testing, cache compiled views, integration test performance, and “soup to nuts“ performance. Aaron is always good at starting his talk with self-deprecation and humor followed by sharing his extensive performance work supported by lots of numbers.

    On Hiring

    One talk I attended today was “Why We’re Bad At Hiring (And How To Fix It)” by @kerrizor of Living Social (slides here, video here). I was originally planning on attending a different talk, but a fellow conference attendee suggested this one. A few gems (not Ruby gems) from this talk were:

    • Imagine your company as a small terrarium. If you are a very small team, hiring one person can drastically affect the environment, while hiring one person will be less influential for larger companies. I liked this analogy.
    • Stay away from monocultures (e.g. the banana monoculture) and avoid hiring employees just like you.
    • Understand how your hiring process may bias you to reject specific candidates. For example, requiring a GitHub account may bias reject applicants that are working with a company that can’t share code (e.g. security clearance required). Another example: requiring open source contributions may bias reject candidates with very little free time outside of their current job.
    • The interview process should be well organized and well communicated. Organization and communication demonstrate confidence in the hiring process.
    • Hypothetical scenarios or questions are not a good idea. I’ve been a believer of this after reading some of Malcolm Gladwell’s books where he discusses how circumstances are such a strong influence of behavior.
    • Actionable examples that are better than hypothetical scenarios include:
      1. ask an applicant to plan an app out (e.g. let’s plan out strategy for an app that does x)
      2. ask an applicant to pair program with a senior developer
      3. ask the applicant to give a lightning talk or short presentation to demonstrate communication skills
    • After a rejected interview, think about what specifically might change your mind about the candidate.
    • Also communicate the reapplication process.
    • Improve your process by measuring with the goal to prevent false negatives. One actionable item here is to keep tabs on people – are there any developers you didn’t hire that went on to become very successful & what did you miss?
    • Read this book.

    Interview practices that Kerri doesn’t recommend include looking at GPA/SAT/ACT scores, requiring a Pull request to apply, speed interviews, giving puzzle questions, whiteboard coding & fizzbuzz.

    While I’m not extremely involved in the hiring processes for End Point, I am interested in the topic of growing talent within a company. The notes specifically related to identifying your own hiring biases was compelling.

    Testing

    I also attended a few talks on testing. My favorite little gem from one of these talks was the idea that when writing tests, one should try to balance between readability, maintainability, and performance, see:

    Eduardo Gutierrez gave a talk on Capybara where he went through explicit examples of balancing maintainability, readability, and performance in Capybara. I’ll update this post to include links to all these talks when they become available. Here are the videos & slides for these talks:

    conference rails


    Comments