awesome-rubykaigi2016
awesome-rubykaigi2016 copied to clipboard
A list of awesome RubyKaigi 2016 slides, repositories, blogs
Awesome RubyKaigi 2016 
A list of awesome RubyKaigi 2016 slides, repositories, blogs.
Table of Contents
-
Day 1
- Ruby3 Typing (Keynote)
- dRuby in the last century
- ErRuby: Ruby on Erlang/OTP
- Who reordered my code?!
- Welcome to haconiwa - the (m)Ruby on Container
- A proposal of new concurrency model for Ruby 3
- Play with GLSL on OpenFrameworks
- A Tale of Two String Representations
- Isomorphic web programming in Ruby
- Unifying Fixnum and Bignum into Integer
- How to create multiprocess server on Windows with Ruby
- Ups and Downs of Ruby Internationalization
- Scalable job queue system built with Docker
-
Day 2
- Fearlessly Refactoring Legacy Ruby
- How to create bindings 2016
- Writing A Gameboy Emulator in Ruby
- Exploring Big Data with rubygems.org Download Data
- How DSL works on Ruby
- Learn Programming Essence from Ruby patches
- A Nil Device, a Lonely Operator, & a Voyage to the Void Star
- Web Server Concurrency Architecture
- Ruby Reference Manual 2016 Autumn
- Pwrake: Distributed Workflow Engine based on Rake
- Building maintainable command-line tools with mruby
- Data Analysis in RUby with daru
- Modern Black Mages Fighting in the Real World
- SciRuby Machine Learning Current Status and Future
- JRuby 9000 Last Year, Today, and Tomorrow
-
Day 3
- Ruby Committers vs the World
- Ruby3x3: How are we going to measure 3x?
- Web Clients for Ruby and What they should be in the future
- High Tech Seat in mruby
- Deletion Driven Development: Code to delete code!
- It's More Fun to Compute
- Recent Advances in HTTP and Controlling them using ruby
- Optimizing Ruby
- Ruby Concurrency compared
- Hijacking syscalls with (m)ruby
- Game Development + Ruby = Happiness
- Dive into CRuby
Day 1
Ruby3 Typing (Keynote)
Yukihiro "Matz" Matsumoto
dRuby in the last century.
Masatoshi SEKI
ErRuby: Ruby on Erlang/OTP
Lin Yu Hsiang
Who reordered my code?!
Petr Chalupa
Welcome to haconiwa - the (m)Ruby on Container
Uchio KONDO
A proposal of new concurrency model for Ruby 3
Koichi Sasada
Play with GLSL on OpenFrameworks
蒼時弦也
A Tale of Two String Representations
Kevin Menard
Isomorphic web programming in Ruby
Yoh Osaki
-
This is ruby virtual DOM implementation using opal. It is inspired by react.js.
Unifying Fixnum and Bignum into Integer
Tanaka Akira
How to create multiprocess server on Windows with Ruby
Ritta Narita
Ups and Downs of Ruby Internationalization
Martin J. Dürst
Scalable job queue system built with Docker
Takashi Kokubun
Day 2
Fearlessly Refactoring Legacy Ruby
Justin Searls
- slide
- testdouble/suture; A Ruby gem that helps you refactor your legacy code
- Gilded Rose Web App (Refactoring Example)
- NotMySelf/GildedRose
How to create bindings 2016
Kouhei Sutou
Writing A Gameboy Emulator in Ruby
Colby Swandale
Exploring Big Data with rubygems.org Download Data
Aja Hammerly
How DSL works on Ruby
SHIBATA Hiroshi
Learn Programming Essence from Ruby patches
Mitsutaka Mimura
Ruby Interpreter Learning Materials
- Walking around the ruby forest more deeply slide
- ruby/ruby doc/extension.rdoc
- Ruby Under a Microscope
Learning from patches
A Nil Device, a Lonely Operator, & a Voyage to the Void Star
Eric Weinstein
Web Server Concurrency Architecture
Kirk Haines
Ruby Reference Manual 2016 Autumn
okkez
Pwrake: Distributed Workflow Engine based on Rake
Masahiro TANAKA
Building maintainable command-line tools with mruby
Eric Hodel
Data Analysis in RUby with daru
Sameer Deshmukh
Modern Black Mages Fighting in the Real World
Satoshi "moris" Tagomori
SciRuby Machine Learning Current Status and Future
Kenta Murata
JRuby 9000 Last Year, Today, and Tomorrow
Thomas E Enebo
Day 3
Ruby Committers vs the World
Ruby3x3: How are we going to measure 3x?
Matthew Gaudet
Web Clients for Ruby and What they should be in the future
Toru Kawamura
High Tech Seat in mruby
Yurie Yamane
Deletion Driven Development: Code to delete code!
Chris Arcand
It's More Fun to Compute
Julian Cheal
Recent Advances in HTTP and Controlling them using ruby
Kazuho Oku
Optimizing Ruby
Urabe, Shyouhei
Ruby Concurrency compared
Anil Wadghule
Hijacking syscalls with (m)ruby
Franck Verrot
Game Development + Ruby = Happiness
Amir Rajan
Dive into CRuby
NARUSE, Yui