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 高見龍
AI Agent 時代的開發者生存指南
eddie
4
2k
print("Hello, World")
eddie
2
570
為你自己學 Python - 冷知識篇
eddie
1
380
為你自己學 Python
eddie
0
690
Generative AI 年會小聚 - AI 教我寫程式
eddie
0
140
讓數據說話:用 Python、Prometheus 和 Grafana 講故事
eddie
0
670
AI 時代的程式語言學習法
eddie
0
180
前端模組解放運動 - importmap
eddie
0
1.4k
Git 和 DevOps - 在混亂的流星群開發流程中找到小確幸
eddie
1
1.2k
Other Decks in Programming
See All in Programming
CSC509 Lecture 06
javiergs
PRO
0
260
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
180
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
350
なぜGoのジェネリクスはこの形なのか? - Featherweight Goが明かす設計の核心
qualiarts
0
190
Introduce Hono CLI
yusukebe
6
3k
Le côté obscur des IA génératives
pascallemerrer
0
150
Range on Rails ―「多重範囲型」という新たな選択肢が、複雑ロジックを劇的にシンプルにしたワケ
rizap_tech
0
6.7k
All About Angular's New Signal Forms
manfredsteyer
PRO
0
200
モテるデスク環境
mozumasu
3
170
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
33k
Developer Joy - The New Paradigm
hollycummins
1
300
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1.1k
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Bash Introduction
62gerente
615
210k
Why Our Code Smells
bkeepers
PRO
340
57k
GitHub's CSS Performance
jonrohan
1032
470k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
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?