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
72
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
60
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
54
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
78
GDG Meetup - Carreiras em T.I.
jackson_pires
0
70
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
78
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
360
Other Decks in Programming
See All in Programming
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
880
Cloudflare MCP ServerでClaude Desktop からWeb APIを構築
kutakutat
1
630
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
720
Jaspr Dart Web Framework 박제창 @Devfest 2024
itsmedreamwalker
0
140
Внедряем бюджетирование, или Как сделать хорошо?
lamodatech
0
860
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
130
テストコード書いてみませんか?
onopon
2
280
Effective Signals in Angular 19+: Rules and Helpers
manfredsteyer
PRO
0
320
ドメインイベント増えすぎ問題
h0r15h0
2
530
HTML/CSS超絶浅い説明
yuki0329
0
160
Flatt Security XSS Challenge 解答・解説
flatt_security
0
540
Compose UIテストを使った統合テスト
hiroaki404
0
120
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
41
7.2k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
RailsConf 2023
tenderlove
29
960
We Have a Design System, Now What?
morganepeng
51
7.3k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
It's Worth the Effort
3n
183
28k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Building Adaptive Systems
keathley
38
2.3k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Optimising Largest Contentful Paint
csswizardry
33
3k
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!