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 高見龍
為你自己學 Python
eddie
0
610
Generative AI 年會小聚 - AI 教我寫程式
eddie
0
92
讓數據說話:用 Python、Prometheus 和 Grafana 講故事
eddie
0
620
AI 時代的程式語言學習法
eddie
0
130
前端模組解放運動 - importmap
eddie
0
1.4k
Git 和 DevOps - 在混亂的流星群開發流程中找到小確幸
eddie
1
1.2k
模組化前端開發:從亂七八糟到組織有序
eddie
0
1.6k
被 Vue 框架耽誤的建置工具
eddie
2
1k
開開心心寫測試,你的程式碼也會微笑
eddie
1
1.3k
Other Decks in Programming
See All in Programming
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
120
Select API from Kotlin Coroutine
jmatsu
1
170
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
110
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
520
GoのGenericsによるslice操作との付き合い方
syumai
2
650
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
790
人には人それぞれのサービス層がある
shimabox
3
680
業務自動化をJavaとSeleniumとAWS Lambdaで実現した方法
greenflagproject
1
120
エラーって何種類あるの?
kajitack
5
160
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
3k
C++20 射影変換
faithandbrave
0
490
A2A プロトコルを試してみる
azukiazusa1
2
480
Featured
See All Featured
Scaling GitHub
holman
459
140k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
RailsConf 2023
tenderlove
30
1.1k
A Tale of Four Properties
chriscoyier
159
23k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
GitHub's CSS Performance
jonrohan
1031
460k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Producing Creativity
orderedlist
PRO
346
40k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.9k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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?