Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Taipei rb 0000
Search
高見龍
March 04, 2014
Programming
2
350
Taipei rb 0000
高見龍
March 04, 2014
Tweet
Share
More Decks by 高見龍
See All by 高見龍
為你自己學 Python
eddie
0
570
Generative AI 年會小聚 - AI 教我寫程式
eddie
0
66
讓數據說話:用 Python、Prometheus 和 Grafana 講故事
eddie
0
530
AI 時代的程式語言學習法
eddie
0
110
前端模組解放運動 - importmap
eddie
0
1.3k
Git 和 DevOps - 在混亂的流星群開發流程中找到小確幸
eddie
1
1.1k
模組化前端開發:從亂七八糟到組織有序
eddie
0
1.6k
被 Vue 框架耽誤的建置工具
eddie
2
990
開開心心寫測試,你的程式碼也會微笑
eddie
1
1.2k
Other Decks in Programming
See All in Programming
「個人開発マネタイズ大全」が教えてくれたこと
bani24884
1
300
PHPのバージョンアップ時にも役立ったAST
matsuo_atsushi
0
230
楽しく向き合う例外対応
okutsu
0
740
Rubyと自由とAIと
yotii23
6
1.9k
AWS Step Functions は CDK で書こう!
konokenj
5
910
Honoをフロントエンドで使う 3つのやり方
yusukebe
7
3.6k
ソフトウェアエンジニアの成長
masuda220
PRO
12
2.2k
kintone開発を効率化するためにチームで試した施策とその結果を大放出!
oguemon
0
350
GoとPHPのインターフェイスの違い
shimabox
2
220
SwiftUI移行のためのインプレッショントラッキング基盤の構築
kokihirokawa
0
180
良いコードレビューとは
danimal141
9
8.5k
もう僕は OpenAPI を書きたくない
sgash708
6
1.9k
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
How to Ace a Technical Interview
jacobian
276
23k
Bash Introduction
62gerente
611
210k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.4k
Done Done
chrislema
182
16k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
How GitHub (no longer) Works
holman
314
140k
Adopting Sorbet at Scale
ufuk
75
9.2k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
11
540
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1.1k
Transcript
Taipei.rb #0000
LOGO
puts self
None
def why_yet_another_ruby_meetup? end
class RubyConfTaiwan end
class RubyTuesday end
class RailsGirls end
class RailsGirlsWeekly end
puts RailsGirlsWeekly.new.count #=> 11
LTRT = RailsGirlsWeekly http://ltrt.kktix.cc/
def why_yet_another_ruby_meetup? end
class TaipeiRB end
puts TaipeiRB.new
class TaipeiRB def initializer @organizers = %w(ryudo manic tonytonyjan eddie)
end end
class TaipeiRB def initializer @organizers = %w(ryudo manic tonytonyjan eddie)
end ! def period 2.weeks end end
class TaipeiRB def initializer @organizers = %w(ryudo manic tonytonyjan eddie)
end ! def period 2.weeks end ! def to_s %w(讀書 閒聊) end end
def ruby_books %w(:eloquent_ruby :metaprogramming_ruby) end ! def rails_books %w(:rails_4_way :rails_tutorial)
end
next_presenters = attendees.sample(2)
puts 1.more.thing
Questions?