Burlington Ruby Conference 2013

Schedule and Speakers

Friday, August 2nd
5:00pm - 7:00pm Kick off party - sponsored by Vermont's Office of the Creative Economy and Constant Contact, and located at the conference venue.
Saturday, August 3rd Sunday, August 4th
8:00am - 8:45am Light Breakfast and Networking Light Breakfast and Networking
8:45am - 9:00am Introduction from the Organizers
9:00am - 9:30am Mark Bates
Keynote
Richard Schneeman
Millions of Apps: What We've Learned
10:00am - 10:30am David Czarnecki
Particular Particulars about "Zero Downtime Deploys"
Danielle Sucher
Negotiation for Hackers
11:00am - 11:30am Carina C. Zona
Handcrafting Community
Zachary Scott
The Esoteric Library
11:30am - 1:30pm Lunch (not provided)
2:00pm - 2:30pm Brian Cardarella
Real-Time Rails
Bryan Helmkamp
Building a Culture of Quality
3:00pm - 3:30pm Nick Cox
Fighting Burnout: Incorporating Rest Into the Software Development Workflow
Dan Gebhardt
Building Ambitious APIs with Ruby
4:00pm - 4:30pm Andrew Nordman
Embedding Ruby into your Daily Life
Steve Klabnik
Keynote
Go out & about around Burlington
Enjoy some delicious food!
The End
See you next year!

Mark Bates


Keynote

Mark is returning for his second year speaking at the conference. He will be delivering an inspirational keynote to kick the event off.

Mark Bates is the founder and chief architect of the Boston, MA based consulting company, Meta42 Labs. Mark spends his days focusing on new application development and consulting for his clients. Mark is a co-organizer of the Boston Ruby Users Group. In 2009 Mark’s first (surprisingly not his last!) book, “Distributed Programming with Ruby”, was published by Addison-Wesley. In 2012 Addison-Wesley published Mark’s second book, “Programming in CoffeeScript”. At night he writes books, publishes www.metacasts.tv videos, raises kids, and occasionally he forms a band and “tries to make it”.

Steve Klabnik


Keynote

Rails committer, Jumpstart Lab instructor, nomad philosopher.

Brian Cardarella


Real-Time Rails

The future is real time! With the Rails 4.0 Live Streaming API we finally have the ability to easily add real time functionality to our apps. Learn all about the live streaming API, how best to take advantage of this in the browser, and how to deploy a real-time ready Rails app. Get ready to open your apps to a whole new world of interaction and functionality.

Topics we will cover:

  • Live Streaming API
  • EventMachine vs Rails 4.0
  • Node.js vs Rails 4.0
  • Polling vs Live Streaming
  • Websockets & Rails 4.0
  • Puma

Brian Cardarella is the owner of DockYard, a Boston-based Web and Mobile consultancy. He is the author of several popular libraries including ClientSideValidations, ValidAttribute, CapabaraEmail, and PartyFoul. Most recently he was a speaker at EmberCamp in San Francisco.

Carina C. Zona


Handcrafting Community

Community-building can seem like a herculean effort that must be coordinated among many. But it doesn't have to be. One is plenty.

How can we handcraft a fulfilling code career? How can we support peers in developing theirs, whether newcomer or artisan? How can we contribute, without having to be expert? How do we develop social capital among community members, and channel those investments into people who are just entering? How will we craft a thriving community, using only simple tools & scarce local resources?

We'll examine the history of major successes -- in Ruby community, Python, and well beyond -- and extract lessons to apply generally. It's a story that weaves in personal narratives of rising into that, both well and clumsily. It's about transforming minor ambitions & frequent iterations into a scope of change that looks amazing. By making choices to do small things well and thoughtfully, rather than with concern for how they scale.

Carina C. Zona is a web developer and consultant. She has taught for Girl Develop It, Black Girls Code, RailsBridge, PyLadies, and RailsGirls. She also served on RailsBridge core team and Women Who Code core team. She's been accidentally forming micro-communities since the '90s. Turns out you can do it on purpose too.

Richard Schneeman


Millions of Apps: What We've Learned

Heroku has deployed millions of web apps. When you've run that many applications, it's hard not to notice when frameworks and developers do things wrong, and when they do them right. We've taken a look at the most common patterns and boiled down the best of our advice in to 12 simple factors that can help you build your next app to be stable, successful, and scaleable. After this talk you'll walk away with in depth knowledge of web framework design patterns and practical examples of how to improve your application code.

Richard "schneems" Scheneeman writes Ruby at Heroku at teaches Rails at the University of Texas. When he isn't obsessively compulsively playing Starcraft 2 he writes such gems as Wicked, Sextant, and oPRO. He's on the Rails issue team, and wants you to sign up for Code Triage. Before working as a programmer - Richard graduated from Space camp where he prototyped a perpetual motion machine that didn't work, and from Scout camp where he built trebuchets that did.

David Czarnecki


Particular Particulars about "Zero Downtime Deploys"

You've probably already read the GitHub blog post on Unicorn and "Zero Downtime Deploys" and would like to try it out for your application(s). This talk will cover the particular particulars of making this work. Detailed discussion will be given on our Unicorn, NGINX, Runit, RVM, Capistrano and Chef changes that needed to be made in order to make this work reliably. Approaches to migrations and schema changes will also be discussed. Even if your stack differs slightly, the salient points should be applicable. Once you have zero downtime deploys working, you'll wonder why you ever did deploys any other way. Say goodbye to cap deploy:maintenance. Secrets will be revealed!

David Czarnecki is a lead engineer at Agora Games, a company that specializes in building middleware to power video games, both in-game and on the web. He is the author of 2 books for O’Reilly and had previously been developing exclusively in Java for nearly 15 years. He has been developing in Ruby and Rails since joining Agora Games in 2008 and has been a speaker at conferences like JavaOne, RailsConf, Ruby Midwest, Lone Star Ruby Conference and Strange Loop. David loves video games, especially the Guitar Hero series and Left 4 Dead.

Danielle Sucher


Negotiation for Hackers

Negotiation is a critical part of our lives as programmers. It comes up in many contexts: when starting a gig (salary/benefits, employment or freelance contracts), when ending a gig (severance or debt settlement), and during our everyday lives (disagreements over features/architecture/other project decisions, prioritizing stories, convincing managers to give us time to pay down technical debt instead of just rolling out the next feature, explaining when something won't be possible or what will have to give to make it possible, etc.).

Effective negotiation and persuasion techniques can seem intuitive and therefore intimidating, but in fact they're simply another set of skills that you can study and practice and learn.

Danielle Sucher is a developer at 9mmedia, a web/mobile consultancy in NYC. She's also a former attorney with a knack for language and framing issues. In her free time, she codes stuff like Jailbreak the Patriarchy and has an inordinate fondness for playing with puzzles, hot glass, and stinging insects (she currently has two rooftop beehives in Brooklyn, which are reigned over by Queen Jira and Queen Asana).

Dan Gebhardt


Building Ambitious APIs with Ruby

With the advent of native and single page web apps, APIs are more important than ever. An application's API often must serve the needs of its own front end(s) as well as any third party applications and scripts that integrate with it. It should be flexible, yet follow strong conventions to be easily understood.

This talk will discuss strategies for building an ambitious API with Ruby. It will cover diverse topics such as authentication, versioning, side-loading and embedding related data, bulk access, and more.

Dan is the co-founder of Cerebris and frequently consults as part of the Tilde team. He's been developing web applications since the late 90s, and is an active contributor to Rails, Ember.js and other OSS projects. When he's not coding, Dan enjoys painting and hiking with his family near his home in NH.

Andrew Nordman


Embedding Ruby into your Daily Life

Many Rubyists know Ruby for its ease of use as a web scripting language. Many sysadmins know Ruby for its server provisioning capacity and as a glue language to the shell. Many Rubyists don't know about how Ruby can be used in the world of embedded computing and microcontrollers to assist your daily life. Mruby expands the capabilities to robotics and hobby electronics, as well as small-scale automation. Learn about ways to embed ruby into your daily life with heat control, plant watering, helpful robots, and more.

By day, Andrew Nordman is a an engineer at Articulate developing education and training software in the eLearning industry. By night, Andrew is the co-founder of Cademon Brewing Company, an up-and-coming craft brewery in Northern Illinois. He spends his time finding new places to use Ruby including 3D Game Development, Brewery Automation, and Robotics.

Bryan Helmkamp


Building a Culture of Quality

Time and time again, skilled developers with good intentions set out into the green field of their new Rails app. Alas, as days turn to weeks, weeks to months and months to years, they find themselves with an ever increasing maintenance burden. Adding new features in a well-designed way starts to feel like an exercise in futility, so they resort to liberal use of conditionals to avoid breaking existing code. This leads to more complexity, and on the cycle goes.

It doesn't need to be like this. There's no silver bullet that will save your project from this fate, but by practicing a holistic approach to code quality you can stave off the maintenance monsters and keep your app's code feeling fresh and clean. This talk will look at low ceremony, common sense approaches to taking control of the quality of your codebase. You'll leave with an expanded toolbox of techniques to build a culture of quality within your organization.

Bryan (@brynary) is the founder of Code Climate, an automated code review tool for Ruby apps, and the lead organizer of the Gotham Ruby Conference in NYC. For the last eight years, he's been active in the Ruby community as an acclaimed speaker, author and open source contributor. In 2009, he received a Ruby Hero Award for his efforts.

Zachary Scott


The Esoteric Library

Have you ever wondered what that ~20MB of code in your Ruby installation is there for? You didn't know Ruby came with an eso- standard library?! Well it totally does, and there's a lot of hidden gems in there just waiting for you to uncover.

Allow me to guide you through some of the more delightful members of the standard library. I will hand pick libraries authored by the pioneers of Ruby and show you the useful bits.

Together we'll discover the bountiful archive of libraries that come packaged with Ruby.

Zachary Scott has been a Ruby committer since last Fall and will share his experiences with the standard library of CRuby.

Nick Cox


Fighting Burnout: Incorporating Rest Into the Software Development Workflow

Ruby developers enjoy a certain job security, despite the current economic climate in the United States and elsewhere. Yet with the proliferation of technologies and startups (and subsequently jobs), the quality of life of many developers has seen a marked decrease in recent years. In an industry in which working 60+ hour weeks is seen as a status symbol, and many companies are offering incentives to remain at work in the guise of perks and benefits, it can be difficult for software developers to achieve a sustainable work-life balance. Further, developers often spend a great deal of time outside of business hours working on side projects, and consequently, many promising careers can lead to immense stress and, ultimately, burnout.

How, as developers, can we work toward a healthier lifestyle? How might devoting time to rest lead to increased productivity at work and greater psychological and physical well-being at home? Finally, how can we practically rest in ways that lead to more lasting benefits than just sitting in our pajamas on Saturday morning and sorting through our Twitter feeds? Drawing from recent developments in the fields of psychology and cognitive neuroscience, we will explore a physiological basis for the relationship between work and relaxation, as well as specific, practical exercises to achieve an optimal equilibrium between work performance and emotional health.

Nick Cox is a therapist and Ruby developer. Holding a master's degree in counseling psychology from The Seattle School of Theology and Psychology, Nick currently works as a Rails developer at Navigating Cancer, a biotech startup devoted to transforming the healthcare industry though patient centered care. He is most interested in the inner workings of human interaction, whether through the medium of computer language or human language. As a designer and developer, he occasionally writes typographic essays on his blog at everydaytype.com, is a frequent guest contributor to the Typekit blog, and is a passionate open source contributor, including contributions to Rails, Code Triage, and 24 Pull Requests.

Loving the line up? Why not come to the conference?

Diversity Statement & Code of Conduct

Be sure to read our diversity statement and code of conduct.