Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Andrew Grimm - Ruby: the awesome parts #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions andrew_grimm-Ruby_the_awesome_bits/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Ruby: the awesome parts

According to Stack Overflow, Ruby on Rails is a more popular programming language than Ruby, with 73 thousand versus 46 thousand questions. As a Plain Old Ruby Object specialist, let me show you some parts of Ruby that are often missed by introductory Ruby books, and overlooked by time-pressed Rails developers. I will show you how to be more assertive with Hash#fetch rather than Hash#[], how to use a more functional programming style, how to delegate more, and what ["1", "2", "3"].map(&method(:Integer)) does.

- Preferred presentation day: no preference
- Presentation language: English, hopefully with Japanese subtitles.

## Andrew Grimm
## アンドリュー グリム

## University of New South Wales.
## ニューサウスウェールズ大学 (UNSW)

Andrew Grimm is a bioinformatician at the University of New South Wales in Sydney, Australia. He came across Ruby while using Rails at his previous job associated with the Encyclopedia of Life, but now specialises in Plain Old Ruby Objects.

He has worked on various projects outside of work. One analyzed why you always end up at "Philosophy" in Wikipedia. Another was a fork of Heckle in which zombies eat your brains unless your unit tests can kill them all. At RubyKaigi 2011 he demonstrated the Small Eigen Collider, which generates random Ruby code that can be run under different implementations of Ruby to check for inconsistencies or bugs.

バイオインフォマティクスの科学者

- [My website](https://andrewjgrimm.wordpress.com/)
- [My twitter](https://twitter.com/#!/andrewjgrimm)
- [Past talk slides](http://www.slideshare.net/agrimm)
- [Past talk videos](https://vimeo.com/channels/332579)
- [Past t-shirt](http://www.zazzle.com/small_eigen_collider_japanese_and_english_text_tshirt-235235813665782515)