Skip to content

Latest commit

 

History

History
69 lines (63 loc) · 5 KB

File metadata and controls

69 lines (63 loc) · 5 KB

For week of 3 November 2014

Follow ups

Together

For next week

  • Add spotify to your [https://github.com/britneywright/irc_bot](IRC bot)
    • Figure out how to talk to Spotify
      • I looked at the two of them that Spotify recommended, I like the design decisions of spotify-client the best, so look into that one.
      • Also read this guide
      • Check out the API to see what kinds of things you can do (this matches up with the signatures you in spotify-client's readme)
      • Load this up in pry and play around until you can give it an artist's name, and it will give back the url that I can open in my browser.
    • Integrate this with your bot
  • Glance through the twitter docs
    • If you find something interesting you'd like to try, think of a way to play with it.
    • If not, have the bot listen to twitter and declare any tweets it sees mentioning #NovaCodeCoffee
  • Library App
    • Look through the hipchat api to see if it offers anything you might want to use
    • Look through some of the hipchat gems to see if any of them offer interesting things
    • Based on what you see in the above two, write down use cases for a library app user (ie Cucumber Features). They don't need to execute or be syntactically perfect, their purpose is to help you think through the user experience, identify priorities, needs, goals, etc, of your users.
  • Go through the reflection questions, answering them as is convenient.
    • The real purpose is simply to encourage reflection and growth, but if you feel inclined to format it like a blog, that is fine too, just don't let that prevent you from thinking through the questions.
        What went well?
          Why did it go well?
        What did you learn?
          How are you distilling that so next time you can do it without having to re-learn it?
        What was hard or went poorly?
          Why was it hard?
          Are there any alternative ways to approach the problem or structure the code to make this go smoother the next time?
        What would you do differently next time?
          Why would you do that differently?
      
      And a last thought:
      When you consider these things, there will be biases, like "well, this can't be the problem, because it works for everyone else", or because "Josh said it's a good idea" or whatever. Don't let those stop you from considering that possibility. Nothing is sacred, you are the judge of merit, all standards are questionable, etc.