& collaborate • <insert shared drive link> • Let me know if you can’t use Google Drive. • You will use whatever presentation software you prefer. • Let me know if it’s not one of the ones listed on the worksheet. 5 mins solo
you do at work, subject you study at school). • Things you work on sometimes (e.g. side project, open source work). • Topics you are excited about. • Topics you wish more people talked about. • Other ideas.
in your files, so they are easy to identify. • Write a first draft of your proposal. • Descriptive title. • Description answers the questions. • Keep it short — it’s only a 3 min talk. 10 mins solo
m.length / 2 left = m[0,middle] right = m[middle..-1] left = merge_sort(left) right = merge_sort(right) merge(left, right) end def merge(left, right) result = [] until left.empty? || right.empty? if left.first <= right.first result << left.shift else result << right.shift end end result + left + right end ary = [7,6,5,9,8,4,3,1,2,0] p merge_sort(ary) # => [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
to create a presentation. Below are some tools I’ve used before. I don’t think there’s a “right” tool. Pick the one that is easy for you to use and meets your needs. • Keynote (Mac only) • PowerPoint (Windows and OSX) • Google Drive Presentation (browser) • Reveal.js - http://lab.hakim.se/reveal-js/ (browser)
- Madison Ruby 2012 • Behind the Curtain: Applying lessons learned from years in the Theatre to crafting software applications. • http://www.confreaks.com/videos/1093- madisonruby2012-behind-the-curtain-applying- lessons-learned-from-years-in-the-theatre-to- crafting-software-applications
Steel City Ruby 2013 • In Deliberate Git I'll share how to use Git to write detailed commits that craft a cohesive story about the code without giving up a good programming flow. • https://speakerdeck.com/sdball/deliberate-git • https://vimeo.com/72762735
should start small and can progress over time. I thought it might be interesting to share a timeline of my progression as a speaker over time, but it didn’t fit in the time for the talk. I’m leaving it here in case it interests you. You can find links to slides and videos from these talks on my site: http://juliepagano.com/speaking/
work retreat (first talk) • July 2012 - Lightning talk at PghRb • August 2012 - Lightning talk at Steel City Ruby • January 2013 - Speaking support group created • February 2013 - Lightning talk at PghRb • June 2013 - Conference speaker at Pittsburgh TechFest (first conference talk)
at Steel City Ruby • September 2013 - Conference speaker at Nickel City Ruby • April 2014 - Conference speaker at PyCon • June 2014 - Keynote speaker at OSBridge (first keynote)
- http:// thenounproject.com/term/presentation/23951/ • Ice Cream Sundae designed by Olive Q Wong from the Noun Project - http://thenounproject.com/term/ice-cream-sundae/52683/ • Lightning Bolt designed by daisy binks from the Noun Project - http://thenounproject.com/term/lightning-bolt/9601/ • Brainstorm designed by Bastien Ho from the Noun Project - http:// thenounproject.com/term/brainstorm/20036/ • Happy designed by Julien Deveaux from the Noun Project - http:// thenounproject.com/term/happy/43940/
- http:// thenounproject.com/term/bullhorn/7439/ • Thought designed by Adam Zubin from the Noun Project - http://thenounproject.com/term/thought/35709/ • Chicken and Egg from Wikimedia Commons - http:// commons.wikimedia.org/wiki/File: %E0%B9%84%E0%B8%82%E0%B9%88%E0%B9%84%E0%B8%8 1%E0%B9%88.jpg
Noun Project - http:// thenounproject.com/term/calendar/9826/ • Dead designed by Julien Deveaux from the Noun Project - http:// thenounproject.com/term/dead/43902/ • Hacker School User’s Manual Social Rules - https:// www.hackerschool.com/manual#sub-sec-social-rules • Team designed by Joshua Jones from the Noun Project - http:// thenounproject.com/term/team/48301/
Project - http:// thenounproject.com/term/outline/10528/ • Note designed by Anna Moreno from the Noun Project - http:// thenounproject.com/term/note/48407/ • Timer designed by Arthur Shlain from the Noun Project - http:// thenounproject.com/term/timer/66106/