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
Karthikeyan A K
October 13, 2012
Programming
0
88
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
30
Early monday
mindaslab
0
41
TDD is it worth it?
mindaslab
0
480
Scala basics
mindaslab
1
93
சொற்கண்டு
mindaslab
0
150
Building Large Scale Ruby on Rails Applicatiions
mindaslab
0
150
Datastructures in C
mindaslab
1
160
Forget Infrastructure
mindaslab
1
58
Other Decks in Programming
See All in Programming
WindowInsetsだってテストしたい
ryunen344
1
190
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
520
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1k
エラーって何種類あるの?
kajitack
5
310
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
110
ReadMoreTextView
fornewid
1
480
XP, Testing and ninja testing
m_seki
3
190
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
220
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
300
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
160
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
150
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Site-Speed That Sticks
csswizardry
10
660
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
Documentation Writing (for coders)
carmenintech
72
4.9k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Balancing Empowerment & Direction
lara
1
370
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Fireside Chat
paigeccino
37
3.5k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
KATA
mclloyd
29
14k
Rails Girls Zürich Keynote
gr2m
94
14k
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