Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥
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 高見龍
Generative AI 年會小聚 - AI 教我寫程式
eddie
0
23
讓數據說話:用 Python、Prometheus 和 Grafana 講故事
eddie
0
420
AI 時代的程式語言學習法
eddie
0
62
前端模組解放運動 - importmap
eddie
0
1.3k
Git 和 DevOps - 在混亂的流星群開發流程中找到小確幸
eddie
1
1.1k
模組化前端開發:從亂七八糟到組織有序
eddie
0
1.5k
被 Vue 框架耽誤的建置工具
eddie
2
960
開開心心寫測試,你的程式碼也會微笑
eddie
1
1.2k
Functional Ruby
eddie
1
260
Other Decks in Programming
See All in Programming
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
1
2.9k
Full stack testing :: basic to basic
up1
1
770
Enabling DevOps and Team Topologies Through Architecture: Architecting for Fast Flow
cer
PRO
0
410
Vapor Revolution
kazupon
2
2.4k
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.9k
Gestaltung digitaler Lösungen – Produktions- oder Designprozess?
techstories
0
120
The rollercoaster of releasing an Android, iOS, and macOS app with Kotlin Multiplatform | droidcon Italy
prof18
0
120
Leveling Up Developer Tooling for the Modern Rails & Hotwire Era @ Ruby Türkiye, November 2024
marcoroth
0
150
最新TCAキャッチアップ
0si43
0
250
Contemporary Test Cases
maaretp
0
150
Djangoの開発環境で工夫したこと - pre-commit / DevContainer
hiroki_yod
1
540
.NET Conf 2024の振り返り
tomokusaba
0
170
Featured
See All Featured
Unsuck your backbone
ammeep
669
57k
Teambox: Starting and Learning
jrom
133
8.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Automating Front-end Workflow
addyosmani
1366
200k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
The Cult of Friendly URLs
andyhume
78
6.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
24k
A Tale of Four Properties
chriscoyier
156
23k
Code Review Best Practice
trishagee
64
17k
Ruby is Unlike a Banana
tanoku
97
11k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
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?