
Remote Conferences - Audio Podcast
1) RubyGems.Next - Ruby Remote Conf 2015
The past, present, and future of RubyGems.org and what you'll see from the Ruby community's package manager site. Oh, and some GIFs too.
2) Bundler to Rubygems: Long Live the Gemfile - Ruby Remote Conf 2015
Rubygems 2.0 had partial Gemfile support, with Rubygems 2.2 almost all of functionalities ofBundler can be replicated with Rubygems, lets stop using extra layers when the core already does what we wan...Show More
3) Let’s Code Like It’s 1969! - Ruby Remote Conf 2015
The world of programming is changing. It's becoming clear that functional languages are the new mainstream. But how do you write code without objects and classes? For the answers, we can look both for...Show More
4) Writing Games with Ruby - Ruby Remote Conf 2015
Creating games is crazy-fun and dirt simple with Ruby. If you can make a web app, you can make a game. This session will introduce basic concepts of game programming and show how to implement them usi...Show More
5) Swiss Army Rubyknife - Ruby Remote Conf 2015
Peter briefly built Rails apps for a living, but quickly discovered the beauty of using Ruby as a catch-all "Swiss Army knife" for jobs all over the place. In his talk, he'll look at how Ruby can be r...Show More
6) Next To Your App: Ruby Web App Architecture - Ruby Remote Conf 2015
Right next to your app is a world of software you probably don't think about: app servers, Rack interfaces, reverse proxies and load balancers. Starting right next to your app, we'll look at how Ruby ...Show More
7) How they Work Better Together: Lean UX, Agile Development, and User-Centered Design - Ruby Remote Conf 2015
Design has often been cut off from the development side of the house, creating static images that are then handed off to developers to build. Invariably, this waterfall approach leads to unhappy desig...Show More
8) Ruby in the Datacenter - Ruby Remote Conf 2015
Hundreds of books are available to help you write Ruby source code and there are multiple large disciplines about how to structure the concepts within your code. But when you execute your code it ceas...Show More
9) Playing with Data with Ruby and BigQuery - Ruby Remote Conf 2015
BigData is a buzz word right now and there's a lot of cool things that people are doing. In this talk I'll show you some simple ways you can use Ruby and Google's data tools to explore big data.
10) What We Talk About When We Talk About Testing - Ruby Remote Conf 2015
"Red. Green. Refactor" is a great slogan for Test-Driven Development. It's less great as a guide to actual TDD practice. The slogan provides no guidance for two very important questions in a TDD proce...Show More