Daily Schedule

Schedule | Events | Travel & Venue | Policies & Procedures | Sponsorship | Speakers

friday

8:00 am

Registration

Welcome to Steel City Ruby Conference, please register in the lobby and get ready for a great day.

9:00 am

Remembering SCRC14

Let's all (really all) talk about what this Ruby conference is for, why you're here, and what you're going to do to go home thrilled with your experience. First, listen to my perspective - I say this conference is for strengthening and broadening our sense of ourselves as Rubyists so that we can learn from each other and move forward as a community. Then wield your markers and stickies to start to express and share your ideas about what will make SCRC14 amazing for you and for us

9:30 am

Break

10:00 am

JRuby: The Best Parts

You've probably heard of JRuby, and maybe you've even tried it. You may know it can run your Ruby code fast, take advantage of all cores in your system, and handle large applications and datasets with ease. But wait, there's more! JRuby can also be used to make games, desktop applications, Minecraft plugins, Android apps... just about anything you can imagine. This talk will cover some of these awesome capabilities and show how you can get started with JRuby today.

10:30 am

Break

11:00 am

Utils is a Junk Drawer

Nearly all our larger scale applications end up with a utils folder, module, or class. We all know them as our project's junk drawers. The wayward place for motley code. In this talk we will explore these junk drawers, come to know their stories, and lay to rest the question: Does having a junk drawer in my application make everything better or worse?

11:30 am

Lunch

Lunch will be until 1:30 pm.

1:30 pm

Better Visualizations with Science

We've got a lot of tools at our disposal to render data in all kinds of interesting ways: charts, tables, gauges, and so on. Yet most dashboards are designed for consumption by humans, and many users say they don't get a lot of value from these visualizations -- or even worse, they find them confusing to use. We're doing something wrong. In this talk, we'll describe the scientifically-validated attributes of great visualizations, point out some common antipatterns that we think you should avoid, and illustrate how to optimize for showing the most relevant facets of a dataset. Don't let your dashboard become another statistic!

2:00 pm

Break

2:30 pm

Lightning Talks

Details Will Be Outlined Soon

3:00 pm

Better Coding with Ruby Lambdas

We Rubyists reject unnecessary ceremony and complexity, always striving to minimize complexity as much as possible without sacrificing clarity. So why are we not using functional approaches when object oriented approaches fail to go the last mile?

3:30 pm

Break

4:00 pm

Saving the World with Ruby

Two thirds of honeybee hives have died out in Virginia. Is it possible for us to devise a way of monitoring beehives in remote locations to find the cause? Enter a Raspberry Pi + Rails. Using a combination of this robust hardware and software solution, we were able to successfully track, monitor and provide reporting on the well-being of hives from across the county. Find out how we used Ruby, Rails, solar panels and other libraries to provide insight into this problem.

4:30 pm

Inside RubyMotion for Android

RubyMotion is a command-line Ruby based toolchain that initially allowed the development of iOS and OS X apps. Recently, Android support was introduced, and RubyMotion can therefore be used to write Android apps too. RubyMotion for Android features a brand new implementation of Ruby. In this session we will dive inside RubyMotion for Android and see how things work internally. This will be a technical presentation featuring demos.

6:00 - 11:00 pm

ModCloth Party

Details Will Be Outlined Soon

saturday

10:00 am

Ruby Motion and Accessibility

How does a blind person even use an iPhone? Learn through personal stories why accessibility matters and some simple things you can do. Additionally, learn about some RubyMotion tools to improve accessibility both for sighted and blind iOS developers.

10:30 am

Break

11:00 am

From Whence Rubygems?

Where do Rubygems come from? We will trace the journey a Gem takes on its way into your codebase, mapping paths through tools like RVM, rbenv and Bundler. Along the way we will learn how these tools wrangle third party Ruby code into place and what methods they share.

11:30 am

Using Ruby for Journalism

Although Ruby is well-known for its use in popular consumer applications, it also has been used for several years in major newsrooms such as The New York Times and ProPublica to build "news applications" that display data, serve APIs and help inform readers. This isn't a typical web development environment: in newsrooms, deadlines can mean hours, not weeks, and often involve unfamiliar datasets and the challenges of both real-time publishing and archived material. In this talk I'll introduce developers to the unique world of newsroom developers and some of the applications and tools they've built using Ruby.

12:00 pm

Lunch

Lunch will be until 2:00 pm

2:00 pm

Jam Session

In honor of our late friend Jim Weirich, we will be dedicating a spot to a jam session. Jim was known for bringing his ukelele to conferences and hosting impromptu jam sessions. We're going to have a spot in our schedule for others to continue this trend.

2:30 pm

Entrepreneurship for Engineers

At some point or another, many engineers entertain the thought of venturing out and starting their own business. It's a scary idea, but the promises of control, flexibility and financial independence are compelling. This talk will explore the path from software engineer to entrepreneur, with its challenges, rewards and tradeoffs, influenced by my experience founding Code Climate.

3:00 pm

Break

3:30 pm

The Metaphysics of Strings

Presenting a paradox involving two Ruby strings which are equal and constructed in ways that look very similar, but which have different properties -- one of them is "html_safe" and the other is not. The goal of the talk is to explore three things about this paradox.

4:00 pm

Dealing with the Demands of the Open Source Community

They don't pay us money. They don't understand the goals of the project. They don't even say "thank you". But studies and personal experiences have proven that users of open source software are more demanding than those same users who pay for software. Why? Understanding the "why" will help us discover the "how". How can we solve this problem? Because it's not a technical one - it's a cultural one.

4:30 pm

Break

5:00 pm

Generative Testing for Better Code

What’s better than Test-Driven Development? Even more test driven development! Unit tests are useful, but it's impractical to cover every situation. The more we try, the more tests we write, the more lines of code we maintain. What if we could cover every valid scenario with exactly one test? The goal of Generative Testing is to carefully define every possible input, then let the framework run hundreds of scenarios through the same test. It means thinking about more than a few examples, and deciding what the code should do in every possible situation. This kind of test is much harder to write -- and that’s the best reason to do it. Thinking before coding is the real purpose of TDD, and this kind of testing drives us to think harder. Generative testing won’t just sharpen your test and your code: it can sharpen your mind.

5:30 pm

Remembering SCRC14, reprise

Closing Remarks from the SCRC 2014 Team. Thank You!