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
Segunda sesión
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Ruben Espinosa
July 26, 2015
Programming
0
49
Segunda sesión
Ruben Espinosa
July 26, 2015
Tweet
Share
More Decks by Ruben Espinosa
See All by Ruben Espinosa
RealTime APPS with Rails + Socket.io + Redis
rderoldan1
0
270
Presentación
rderoldan1
0
66
Primera Sesión
rderoldan1
0
57
Docker + DockerCompose
rderoldan1
1
140
Other Decks in Programming
See All in Programming
Windows on Ryzen and I
seosoft
0
140
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
390
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
310
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
370
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
530
SourceGeneratorのマーカー属性問題について
htkym
0
160
あなたはユーザーではない #PdENight
kajitack
4
300
猫の手も借りたい!ので AIエージェント猫を作って社内に放した話 Claude Code × Container Lambda の Slack Bot "DevNeko"
naramomi7
0
250
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
210
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
200
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
160
Featured
See All Featured
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
890
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
63
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Being A Developer After 40
akosma
91
590k
Speed Design
sergeychernyshev
33
1.6k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
81
Statistics for Hackers
jakevdp
799
230k
Transcript
Empezando con Ruby Ruben Espinosa /rderoldan1
Temario Esta presentación mostrará los siguientes temas: 1. Clases 2.
Objetos 3. Atributos 4. Control de acceso 5. Herencia 6. Módulos **TIP Se recomienda leer y aplicar las buenas practicas en la forma de programación especificadas en esta URL https://github.com/bbatsov/ruby-style-guide
Clases
Objeto != Clase
Atributos
Atributos
Atributos
Atributos
Control de acceso (encapsulamiento) Existen tres tipos: 1. Públicos (Valor
por defecto) 2. Protegidos 3. Privados
Herencia