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
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
160
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
530
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
460
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
440
Swift Updates - Learn Languages 2025
koher
2
480
Navigating Dependency Injection with Metro
zacsweers
3
260
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
180
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
1.3k
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
320
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.5k
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Git: the NoSQL Database
bkeepers
PRO
431
66k
How STYLIGHT went responsive
nonsquared
100
5.8k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
How GitHub (no longer) Works
holman
315
140k
Unsuck your backbone
ammeep
671
58k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
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