Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Going Pro

kylefdoherty
April 10, 2015
49

Going Pro

How to getnyour first job after graduating from a programming bootcamp and what to do after you get the job.

kylefdoherty

April 10, 2015
Tweet

Transcript

  1. disclaimers - not about getting interviews - I was recruited

    from Flatiron - take it all with a grain of salt
  2. why listen to me - I’m very involved in recruiting

    for our team - talk to dozens of boot camp students & grads - we’ve hired 7 bootcamp grads
  3. know thyself? - what was your path to programming -

    what skills/experience do you have - what type of job/company do you want
  4. clean OO code - read a Ruby style guide -

    use Rubocop or hound - learn & understand Sandi Metz’s rules - watch Refactoring Good to Great by Ben Orenstein - read at least chp 1 & 2 of POODR
  5. learn unit testing - red, green, refactor - 4 phase

    of test - basics of RSpec - TDD project euler problems
  6. now what? - get a mentor(s) - set measurable goals

    - ask for study/practice time - learn when to ask questions - make it work, make it right, make it fast