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
90
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
34
Early monday
mindaslab
0
42
TDD is it worth it?
mindaslab
0
490
Scala basics
mindaslab
1
94
சொற்கண்டு
mindaslab
0
160
Building Large Scale Ruby on Rails Applicatiions
mindaslab
0
150
Datastructures in C
mindaslab
1
160
Forget Infrastructure
mindaslab
1
60
Other Decks in Programming
See All in Programming
CSC305 Lecture 04
javiergs
PRO
0
270
オープンソースソフトウェアへの解像度🔬
utam0k
15
2.9k
Foundation Modelsを実装日本語学習アプリを作ってみた!
hypebeans
0
110
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
360
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
410
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
570
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
1
130
Swift Concurrency - 状態監視の罠
objectiveaudio
2
530
Devoxx BE - Local Development in the AI Era
kdubois
0
130
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
930
はじめてのDSPy - 言語モデルを『プロンプト』ではなく『プログラミング』するための仕組み
masahiro_nishimi
2
510
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
400
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
20
1.2k
Unsuck your backbone
ammeep
671
58k
KATA
mclloyd
32
15k
The Invisible Side of Design
smashingmag
302
51k
Navigating Team Friction
lara
190
15k
A designer walks into a library…
pauljervisheath
209
24k
How to train your dragon (web standard)
notwaldorf
97
6.3k
BBQ
matthewcrist
89
9.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Being A Developer After 40
akosma
91
590k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
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