Created
April 25, 2012 18:27
-
-
Save thommahoney/2491946 to your computer and use it in GitHub Desktop.
RailsConf 2012 Lightning Talks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 min: | |
~ Objective-C + Rails: Communicating with Rails from iOS / Mac OS | |
Dan Hassin | |
1 min: | |
~ Painless Javascript | |
koting hatduklgg | |
with wind tunnel | |
5 min: | |
~ Threadsafe on! | |
Tony Araeri | |
http://speakerdeck.com/u/tarcieri/p/configthreadsafe-just-do-it | |
1 min: | |
~ tenderlove.dup | |
jremsikjr | |
5 min: | |
~ Json + Webworkers = Win! | |
John Krueger | |
1 min: | |
~ iwanttolearnruby.com | |
(collecting resources for learning ruby) | |
5 min: | |
~ Open Source Dev Model on Private Teams. | |
Mark Simoneau (@marksim) | |
http://http://blog.quarternotecoda.com/ | |
1 min: | |
~ sidekiq | |
@jwo | |
http://jessewolgamott.com/sidekiq-in-1-minute/ | |
5 min: | |
~ Modeling on Rails | |
Akira Matsuda | |
1 min: | |
~ What It Means To Be ROWE(awesome) | |
@jonathanwallace | |
http://speakerdeck.com/u/jwallace/p/what-it-means-to-be-roweawesome | |
5 min: | |
~ job_interview - The Gem | |
Micah Gates + Jason Lewis | |
Slides: http://ruby-jokes.github.com/job_interview/pres.html | |
Source: https://github.com/ruby-jokes/job_interview | |
Rubygems: http://rubygems.org/gems/job_interview | |
1 min: | |
~ One Year of Hacking on Open Source | |
@gregbell | |
http://speakerdeck.com/u/gregbell/p/7-lessons-learned-from-running-an-open-source-project | |
5 min: | |
~ Integration Testing Engines | |
Ryan Bigg | |
5 min: | |
~ Tokaido | |
Yehuda Katz | |
5 min: | |
~ Why You Should Help Organize Your Local User Group | |
@ryanbrunner | |
http://www.slideshare.net/enki42/7-reasons-you-should-volunteer-for-your-local-user-group | |
5 min: | |
~ RailCar | |
@Skalnik | |
5 min: | |
~ Why You Don't Get Hired | |
@dacat | |
5 min: | |
~ Rails Encryption: Encrypting Passwords and Data in Support of PCI Compliance | |
1 min: | |
~ NinjaScript: Make Any of Your JS Work Like live() or delegate() | |
Evan Dorn (LRDesign) | |
https://github.com/LRDesign/NinjaScript | |
5 min: | |
~ Tests as Product | |
Jay Moorthi (@tddium) | |
5 min: | |
~ How I Saved The World with Nokogiri | |
Rod Paddock | |
5 min: | |
~ Wizard: From WTF to Wicked | |
@Schneems | |
http://schneems.com/wicked | |
http://speakerdeck.com/u/schneems/p/wizards-from-wtf-to-wicked | |
5 min: | |
~ flash_s3_rails | |
Sam Woodard (shwoodard) | |
5 min: | |
~ JavaScript and Friends | |
-Charles Cowell @ | |
5 min: | |
~ Hacking the Airlines: How To Fly in First Class for Coach Prices | |
@MattRogish | |
5 min: | |
~ Top 10 Reasons You Should Probably Quit Your Job | |
@bwilken | |
5 min: | |
~ Monitoring with Graphite | |
@mattconway |
@benjaminoakes thanks! The details are in there but no repo link, have to dig around.
I added my changes in a fork of this gist:
https://gist.github.com/2501228
not sure how they get merged back here
I posted my slides in my fork, along with a spelling correction for tarcieri's last name.
What Private Teams Can Learn from Open Source : http://speakerdeck.com/u/marksim/p/what-private-teams-can-learn-from-open-source
@marksim Thanks. We've added them here: https://github.com/newhavenrb/railsconf2012/wiki/Lightning-Talks
@nickhammond Someone must have added a repo link for ERD; it's there too https://github.com/newhavenrb/railsconf2012/wiki/Lightning-Talks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey everyone,
Heres a link to the repo where I have the code from my talk about web workers and jsonp. Feel free to find issues and comment on the code ;)
https://github.com/jtmkrueger/webworker_demo
cheers