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
360
Taipei rb 0000
高見龍
March 04, 2014
Tweet
Share
More Decks by 高見龍
See All by 高見龍
print("Hello, World")
eddie
1
520
為你自己學 Python - 冷知識篇
eddie
1
340
為你自己學 Python
eddie
0
680
Generative AI 年會小聚 - AI 教我寫程式
eddie
0
120
讓數據說話:用 Python、Prometheus 和 Grafana 講故事
eddie
0
660
AI 時代的程式語言學習法
eddie
0
170
前端模組解放運動 - importmap
eddie
0
1.4k
Git 和 DevOps - 在混亂的流星群開發流程中找到小確幸
eddie
1
1.2k
模組化前端開發:從亂七八糟到組織有序
eddie
0
1.6k
Other Decks in Programming
See All in Programming
TDD 実践ミニトーク
contour_gara
1
290
Testing Trophyは叫ばない
toms74209200
0
810
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.1k
Ruby Parser progress report 2025
yui_knk
1
360
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
100
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
20
11k
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
160
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
600
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
270
はじめてのMaterial3 Expressive
ym223
2
170
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
100
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
1.1k
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Why Our Code Smells
bkeepers
PRO
339
57k
GitHub's CSS Performance
jonrohan
1032
460k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Code Reviewing Like a Champion
maltzj
525
40k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
Git: the NoSQL Database
bkeepers
PRO
431
66k
BBQ
matthewcrist
89
9.8k
Visualization
eitanlees
148
16k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Rails Girls Zürich Keynote
gr2m
95
14k
Making Projects Easy
brettharned
117
6.4k
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?