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
Ruby on Rails para Iniciantes - Aula 34
Search
Jackson Pires
May 06, 2015
Programming
0
55
Ruby on Rails para Iniciantes - Aula 34
Singleton Pattern vs Singleton Class
Jackson Pires
May 06, 2015
Tweet
Share
More Decks by Jackson Pires
See All by Jackson Pires
Como usar uma box Vagrant com a Cloud9 IDE para desenvolver com Elixir ou Phoenix?
jackson_pires
0
79
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
65
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
56
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
80
GDG Meetup - Carreiras em T.I.
jackson_pires
0
82
20 minutos insanos de TDD e Ruby
jackson_pires
0
110
Ruby on Rails para Iniciantes - Aula 46
jackson_pires
0
160
Ruby on Rails para Iniciantes - Aula 47
jackson_pires
0
80
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
370
Other Decks in Programming
See All in Programming
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
1.3k
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
210
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
230
Design Foundational Data Engineering Observability
sucitw
2
150
オープンセミナー2025@広島「君はどこで動かすか?」アンケート結果
satoshi256kbyte
0
240
🔨 小さなビルドシステムを作る
momeemt
3
660
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
660
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
1.7k
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
240
複雑なドメインに挑む.pdf
yukisakai1225
5
960
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
240
RDoc meets YARD
okuramasafumi
4
160
Featured
See All Featured
How to Ace a Technical Interview
jacobian
279
23k
A Tale of Four Properties
chriscoyier
160
23k
Optimizing for Happiness
mojombo
379
70k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Six Lessons from altMBA
skipperchong
28
4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
Transcript
Ruby on Rails Para iniciantes - 3a Temporada \o/
http://videosdeti.com.br
[email protected]
Mentoring
Aula 34 Sigleton Pattern vs Singleton Class
Ruby on Rails Singleton Pattern
Ruby on Rails Singleton Class
Ruby on Rails class << object
Ruby on Rails object.instance_eval do # bla bla end
Ruby on Rails Obrigado!