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

Secret Life of the Full Time Web Developer (what they don’t tell you in tutorials)

pwnela
July 29, 2015

Secret Life of the Full Time Web Developer (what they don’t tell you in tutorials)

A peek into the average day of the average web developer after settling into a new company and a new skill set.

pwnela

July 29, 2015
Tweet

More Decks by pwnela

Other Decks in Programming

Transcript

  1. Secret Life of the Full Time Web Developer (what they

    don’t tell you in tutorials) Rails Girls Atlanta July 29, 2015 Pamela O. Vickers / @pwnela
  2. So how does an average day look and feel once

    you’re able to tread water?
  3. rebase on master (that means my git history now looks

    like I was working on master all along!)
  4. Why are my tests failing? • did I run migrations?

    • did I “prepare” my test db after? • are there new environment variables that I am missing? • have I restarted my server recently?
  5. don’t spin your wheels too long; maybe it is something

    quick to fix that someone else knows
  6. • Leave yourself a failing or pending test that asserts

    what you need to build or fix next • Leave a comment on your pull request, last commit, or Pivotal Tracker (story tracking tool) about what you’ve done and have left to do
  7. • Leave yourself a failing or pending test that asserts

    what you need to build or fix next • Leave a comment on your pull request, last commit, Pivotal Tracker (story tracking tool) about what you’ve done and have left to do • Leave a WIP commit as a little message to yourself containing whatever loose ends
  8. • Leave yourself a failing or pending test that asserts

    what you need to build or fix next • Leave a comment on your pull request, last commit, Pivotal Tracker (story tracking tool) about what you’ve done and have left to do • Leave a WIP commit, as a little message all to yourself containing whatever loose ends • ?????????<whatever works for you!>?????????
  9. Links • tech404.io (#beginners_and_mentors, #all-the-nerdy- ladies, #rails-bridge-atl, #rails-hartl-tutorial, many others!)

    • screenhero.com (great for screen sharing) • google.com • stackoverflow.com • giphy.com • melissa.holmes.io/speaking.html (for talk on Pry)