Rubyconf 2011

During RubyConf 2011 in New Orleans, LA Matt Aimonetti gave a talk entitled Complex Ruby concepts simplified.

##Description of the talk:

Programming languages, such as Ruby, are natural and elegant. But to achieve this elegance, things have to happen under the hood. Garbage Collection, concurrency, Global Interpreter Lock, metaprogramming, C extensions are just some of the things happening with or without our knowledge. Trying to understand these concepts, their implementations and their implications in daily coding might seem daunting. However, having a good understanding of these topics will make you a better developer. No CS degree or PhD required to attend this talk.

At the end of the talk, Matz (Ruby’s creator) came on stage to answer some questions related to what was explained.

##Slides [The HTML5 slides can be seen online]({{ page.slides}}) online.

##Video

{% video https://cdn.confreaks.com/system/assets/datas/2666/original/714-rubyconf2011-complex-ruby-concepts-dummified-small.mp4 640 360 /images/matt_aimonetti_presentation_ruby.jpg %}

##Presentation website

Matt’s presentation was filmed by confreaks and the dedicated page for the talk is available [here]({{ page.video_page }}).

##Matt’s articles related to this presentation


182 Words

2011-10-01

comments powered by Disqus