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
The Magic of Ruby
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Karthikeyan A K
October 13, 2012
Programming
0
92
The Magic of Ruby
My Presentation in ILUGC about Ruby programming language
Karthikeyan A K
October 13, 2012
Tweet
Share
More Decks by Karthikeyan A K
See All by Karthikeyan A K
Machine Learning For Smart Cities
mindaslab
0
35
Early monday
mindaslab
0
44
TDD is it worth it?
mindaslab
0
520
Scala basics
mindaslab
1
97
சொற்கண்டு
mindaslab
0
160
Building Large Scale Ruby on Rails Applicatiions
mindaslab
0
180
Datastructures in C
mindaslab
1
170
Forget Infrastructure
mindaslab
1
61
Other Decks in Programming
See All in Programming
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
180
AI 開発合宿を通して得た学び
niftycorp
PRO
0
130
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
130
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
270
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
580
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
110
Windows on Ryzen and I
seosoft
0
300
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
850
SourceGeneratorのマーカー属性問題について
htkym
0
200
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
340
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
540
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
320
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
88
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
290
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.2k
WCS-LA-2024
lcolladotor
0
480
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
140
Marketing to machines
jonoalderson
1
5k
Transcript
The Magic of Ruby Karthikeyan A K Rails Developer (Webtoday
Business)
[email protected]
Github: mindaslab
Why Ruby? 10.times{ |i| puts i }
Why Ruby? • Student Ranking in 40 lines of code
• Takes less than 2 days to learn!! • Fully object oriented • Excellent Community • Is Ruby > Python > Perl
Why Ruby? • Student Ranking in 40 lines of code
• Takes less than 2 days to learn!! • Fully object oriented • Excellent Community • Is Ruby > Python > Perl
Lack of Ruby Dev's • Many companies get rails projects
• Lack of dev's a problem
Ruby on Rails class Post < ActiveRecords::Base has_many :comments end
class Comment < ActiveRecords::Base belongs_to :post end
Great Projects • Twitter (used Ruby) • Diaspora
Meta Programming! • Wahts that? • How its helpful
Help Ruby • No ruby Game Engine • Ruby GTK
3 is still not there – Determined to contribute – Inviting ILUGC members
Links • http://ruby-lang.org • http://rubyonrails.org • http://is.gd/r2012 – My ruby
book – Slammed by ILUGC – Need help to improve quality – Port it to true GFDL