-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalks.html
More file actions
426 lines (418 loc) · 37.5 KB
/
talks.html
File metadata and controls
426 lines (418 loc) · 37.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="keywords" content="ruby rubyconf conference india" /><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title>RubyConf India 2013</title>
<script type="text/javascript" src="//use.typekit.net/sub0ugg.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" type="text/css" href="assets/application.css">
</head>
<body id="home">
<div id="header" role="banner">
<h1><a href=".">RubyConf <span>India</span></a></h1>
<h2>India's premier Ruby Conference</h2>
<h3>22-23 June 2013</h3>
</div>
<ul class="actions">
<li><a href="./index.html">
Home
<span>summary & contact</span>
</a>
</li><li><a href="./badges.html">
Badges
<span>spread the word</span>
</a>
</li><li><a href="./talks.html">
Talks
<span>talks & speaker info</span>
</a>
</li><li><a href="./schedule.html">
Schedule
<span>talks & timetable</span>
</a>
</li><li>
<a href="https://maps.google.com/maps?q=Hyatt+Regency,+Pune&hl=en&ll=18.560618,73.91225&spn=0.00359,0.003852&sll=18.569782,73.911724&sspn=0.114883,0.123253&hq=Hyatt+Regency,+Pune&t=m&z=18" target="_blank">
Map to Venue
<span>Hyatt Regency Pune</span>
</a>
<p class="tooltip">
<strong>Hyatt Regency Pune</strong> <br/>
Weikfield IT Park, <br/>
Nagar Road, <br/>
Pune, India 411014 <br/>
Tel: <strong>+91 20 6645 1234</strong> <br/>
Fax: <strong>+91 20 6645 1235</strong>
</p>
</li><li><a href="http://www.flickr.com/photos/tags/rubyconfindia/" target="_blank">
Photos
<span>pics & videos</span>
</a>
</li>
</ul>
<div id="page" role="main">
<div class="container talks">
<h2>Talks</h2>
<ul class="talks">
<li>
<div class="speaker">
<img src="assets/images/speakers/steveklabnik.jpg" />
<a href="http://twitter.com/steveklabnik">
Steve Klabnik</a>
<span>keynote speaker</span>
</div>
<div class="details">
<h2>Functional Reactive Programming in Ruby with frappuccino</h2>
<p>Ruby's strengths lie in its ability to blend styles. We all know about OOP and Ruby, but it often leans functional, as well. There's a style of writing programs called 'Functional Reactive Programming' that is extremely useful in the Haskell world, but isn't really used in Ruby at all.</p>
<p>In this talk, Steve will show you FRP, an implementation of it in Ruby, and how to write programs in this style.</p>
<p><strong style="font-size:20px">Steve Klabnik</strong> describes himself as Rails committer, Jumpstart Lab instructor and nomad philosopher!</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/jimweirich.jpg" />
<a href="http://twitter.com/jimweirich">
Jim Weirich</a>
<span>keynote speaker</span>
</div>
<div class="details">
<h2>Kata and Analysis</h2>
<p>A Code Kata is a simple programming exercise, practiced repeatably by a developer. Much like a musician practices scales and finger exercises to develop his musical skills, a developer will practice code katas to develop his programming skills.</p>
<p> This talk will be a live performance of a simple TDD-based code Kata, followed by an analysis of the forces and choices involved in the feedback loop between the code and the tests encountered during the kata. By examining this interaction of tests and code, we come to a better understanding of how to use tests to actively affect the direction of our design. By reflecting on the process, we understand how to pick "what to test next".</p>
<p>
This talk is targeted for developers who have started using Test Driven Design (TDD) and feel that they don't quite "get it" yet, and are looking for guidance in the technique.</p>
<p><strong style="font-size:20px">Jim Weirich</strong> first learned about computers when his college adviser suggested he take a computer science course: "It will be useful, and you might enjoy it." With those prophetic words, Jim has been developing now for over 25 years, working with everything from crunching rocket launch data on supercomputers to wiring up servos and LEDs on micro-controllers. Currently he loves working in Ruby and Rails as the Chief Scientist at Neo, but you can also find him strumming on his ukulele as time permits.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/tenderlove.jpg" />
<a href="http://twitter.com/tenderlove">
Aaron Patterson</a>
<span>keynote speaker</span>
</div>
<div class="details">
<p> In this talk, Aaron will be speaking about upcoming technologies in Ruby on Rails. He will also be speaking about his experience as an Open Source Software developer, and how this relates to the work that he does in Rails. We'll talk about not just software development techniques, but also techniques for developing ourselves.
</p>
<p><strong style="font-size:20px">Aaron Patterson</strong> has been a programmer since 1999. He started programming Ruby in 2005, and got his first job programming Ruby in 2006. Since then, Aaron has written many Ruby libraries and joined the Ruby core team and the Rails core team. In his free time, Aaron enjoys embedded system development with Ruby, reading, and cooking. He one day hopes to become a professional programmer.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/alindeman.jpg" />
<a href="http://twitter.com/alindeman">
Andy Lindeman</a>
<span>keynote speaker</span>
</div>
<div class="details">
<h2>Ruby <3 Open Source</h2>
<p>As Rubyists, we depend on open source software to power large portions of our applications. Ruby is free and open source. High-quality frameworks like Rails are free and open source. Gems are ubiquitous.</p>
<p>Yet there are rumblings that Rubyists take more than they give. And open source requires giving. </p>
<p>In this talk, we'll reflect on the immensely positive impact of open source software. We'll also reflect on why it's necessary and worthwhile to give back. Finally, we'll close with some practical suggestions on how to get involved.</p>
<p><strong style="font-size:20px">Andy Lindeman</strong> writes mostly Ruby and Rails for his day job, but he has had exposure to a lot of different technologies over the past few years including Java, Objective C, C# and various frameworks and tools. In his personal time, he tinkers with Clojure, Erlang, and Elixir. He loves open source software and mostly works with the RSpec project.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/apotonick.jpg" />
<a href="http://twitter.com/apotonick">
Nick Sutterer</a>
<span>guest speaker</span>
</div>
<div class="details">
<h2>Off the Tracks - Challenging the Rails Mindset</h2>
<p>Rails - a word that stirs programmer's blood. It brought us testing, easy web app building, database abstraction and hundreds of extension gems. Why not take it to another level and discover how to apply some simple OOP techniques in your Rails project? Let's explore concepts like view inheritance, representers and modeling your domain with plain Ruby objects and learn about some refreshing aspects of this framework.</p>
<p><strong style="font-size:20px">Nick Sutter</strong> is proud to be a member of the Ruby open source community. His Cells and Apotomo projects have been bringing increased view modularity and event-driven programming to Rails for years. Do buy him a beer sometime!</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/prakash.jpg" />
<a href="http://github.com/prakashmurthy">Prakash Murthy</a>
</div>
<div class="details">
<h2>Taking Ruby Community in India to a new level</h2>
<p>So you are here at the only ruby conference in India, and have the following questions running through your mind:</p>
<ul>
<li>How come there aren't more events like this in India where I can meet fellow ruby enthusiasts across the nation on a more frequent basis?</li>
<li>In fact, why isn't there an active ruby community in my home town? Why can't someone organize regular meetings so that I can get an opportunity to meet other local ruby developers in person and learn from them on a regular basis?</li>
<li>How would it be if every major city in India have a size-able ruby & rails community solving real-world problems in the local community and creating job opportunities galore for the local developers?</li>
</ul>
<p><strong>Fear not!</strong></p>
<p>This talk will address all that and more, while exploring the numerous ways in which you - yes, you who are reading this - can contribute towards making the Ruby community in India to scale new heights, irrespective of how long you have been programming in ruby.</p>
<p>Bring your community building hat, and explore with me the beautiful future we could create together for the Indian ruby community!"</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/rockyjaiswal.jpg" />
<a href="http://github.com/rocky-jaiswal">Rocky Jaiswal</a>
</div>
<div class="details">
<h2>Concurrency and Ruby</h2>
<p>"With the rising popularity of JRuby and Rails itself allowing concurrent requests by default, it is about time we Ruby programmers learned something about dealing with concurrency.</p>
<p>This talk will focus on explaining thread safety, immutability and concurrency for the Ruby programmer and how to avoid basic pitfalls and write code that works well in a multi-threaded environment. We will also look at using libraries like Akka that provide a nice abstraction over writing multi-threaded code.</p>
<p>Finally, we will also look at how functional programming deals with concurrency in a better manner and what tools does Ruby provide to write more ""functional"" code."</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/face.png" />
<a href="http://github.com/schneems">Richard Schneeman</a>
</div>
<div class="details">
<h2>Dissecting Ruby with Ruby</h2>
<p>Underneath the beautiful veneer of our Ruby libraries lies a twisted tangle of writhing guts. Maybe you're curious how the pieces fit together or maybe you're tracking down a bug, either way it's easy to get lost in the blood and bile that ties our code together. In this talk you'll learn how to use simple and sharp Ruby tools to slice into large libraries with surgical precision. We'll do some live hacking on Rails on the stage and cover useful code probing techniques. Turn your impossible bugs into pull requests, and level up your programming skills by Dissecting Ruby with Ruby.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/shadab.jpg" />
<a href="http://github.com/shadabahmed">Shadab Ahmed</a>
</div>
<div class="details">
<h2>Inside Git Guts with Ruby</h2>
<p>"Most ruby programmers use git in their daily use. I would like to show that git is beyond just commit and pull/push. I want to show how simple, the basic architecture of git is, so that people appreciate and understand it better.</p>
<p>My favorite reference on git is http://git-scm.com/book. I have a hard copy of the book. In fact, after getting inspired from the book, I conducted a training session on git internally in my company using these slides(http://dl.dropbox.com/u/51548306/git-hands-on-2.pptx)</p>
<p>In this session we will see how we can quickly customize git in Ruby and see the insides of Git. I will showcase commands like:</p>
<p>git open</p>
<p>Shows the content of any git object. We will use this to walk through a chain of commits, their trees and blob objects</p>
<p>git rollback</p>
<p>Reverts your last commit</p>
<p>git make subtree</p>
<p>Does everything required to do a subtree merge in your git repo</p>
<p>The whole presentation will be in terminal and we will explore the .git folder and see what the relevance, of a particular file/folder is.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/sausheong.jpg" />
<a href="http://github.com/sausheong">Sau Sheong Chang</a>
</div>
<div class="details">
<h2>Ruby, Rock and Roll</h2>
<p>Muse is a Ruby domain-specific language for creating digital music. I will talk on how Muse can be used to create digital music through a simple analog software synthesizer, either transcribed from existing music scores, or algorithmically created out of data from various sources. Existing Ruby libraries to generate digital music mostly generate MIDI files that require you to run it through a synthesizer to produce the actual sound files. Muse actually generates sound files from the first principle and I will show you how I did it. </p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/vallishayee.jpg" />
<a href="http://github.com/nikhilvallishayee">Nikhil Vallishayee</a>
</div>
<div class="details">
<h2>Split In Between</h2>
<p>We are all building products - web products , ours or other's; or dreaming about it. And Rails, Agile and Sound OO design makes that simple. As simple as following well laid out instructions ( assuming off course, that a viable idea has first come out of *somewhere* and has *someone* chasing it).</p>
<p>What I intend to do with this talk is to ponder, publicly, on the consequences of introducing a simple design decision while going about *initial* brick laying - splitting the product into separate API and front_end processes from the very start; and consider the tech and biz consequences of this over time.</p>
<p>Duh. An API sounds very elementary; especially if your product is designed to have multiple front_ends spanning the web and mobiles. I would still think this an open topic and an excellent way of spending 25,000 minutes of collective time and here's why: </p>
<p>* I saw this decision taken on a project when it was spawned on which I ended up spending 3 years (and foreseebly another 5 years) on and have been wondering why ever since.</p>
<p>* Over the years, I have alternatively defended and opposed this design principle on grounds of - business scalability, over engineering, maintenance costs</p>
<p>* I have effectively used this design decision to generate drastic business viability in terms of: branding A/B, product pruning and A/B testing, 3rd party vendoring of front_end apps, localization and internationalization</p>
<p>* I have seen the technical consequences of this action play out: initial engineering overhead, cost bonus on front_end revamps, modularity and malleability of core business logic, offshore_ability of front_end modules</p>
<p>I aim to keep the talk lighthearted and with brevity in mind, intend to run through the core idea of a split, common rants, the trade-offs and consequences, business scalability and viability that this achieves, technical and maintainability consequences, ActiveResource and it's limitations, and my vision of the ideal JSONified almost_RESTful API approach.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/vipul.jpg" />
<a href="http://github.com/vipulnsward">Vipul A M</a>
</div>
<div class="details">
<h2>krypt - OpenSSL alternative for ruby</h2>
<p>"In this talk I speak about krypt - "platform- and library-independent cryptography for Ruby", and related work around it.</p>
<p>krypt aim's to overcome many of OpenSSL drawbacks and to be an OpenSSL alternative for ruby and other languages.</p>
<p>Cryptography can be overwhelming, so I would cover various overviews, and discuss projects spawned by krypt, why should people care about it, why jruby started using it and is moving from jruby-ossl to krypt completely.</p>
<p>I will also discuss Fuzzbert, a Random testing framework that krypt uses.</p>
<p>More info about krypt can be found at <a style="display:inline" href="http://emboss.github.io/blog/2012/12/02/krypt-the-next-level-of-ruby-cryptography">this</a> post on Martins blog</p>
<p>About: "krypt" project was developed by Ruby core members Martin Bosslet along with Hiroshi Nakamura. It has since then spawned to various contributors and projects."</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/face.png" />
<a href="http://github.com/deepak">Deepak Kannan</a>
</div>
<div class="details">
<h2>API Party</h2>
<p>A survey on how to create an API using different libraries</p>
<p>The objective is to show that Ruby has a rich ecosystem for building API servers pick one that you like</p>
<p>Would be covering Grape and Webmachine for REST APIs and Celluloid for RPC Apis</p>
<p>Grape is like Sinatra but focussed on creating a REST API</p>
<p>Webmachine is a port of an Erlang library which treats the HTTP request-respose cycle as a state machine </p>
<p>Not covering rails-api as it is like Rails</p>
<p>Celluloid is a framework for building multithreaded programs Will be using it to build a RPC server </p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/nishantmodak.jpg" />
<a href="http://github.com/nishantmodak">Nishant Modak</a>
</div>
<div class="details">
<h2>Ruby Arduino</h2>
<p>"We all love Ruby for writing software scripts, websites, applications. Would it not be awesome to use it also for interacting with hardware?</p>
<p>With the proliferation of internet connected devices or usually called as 'The Internet of Things' its become important to explore opportunities with hardware hacking for fun and everyday automation.</p>
<p>The talk aims to be an introduction of how to interact with an arduino kit using ruby, available gems and other possibilities. It is meant for beginners who are just starting out with Arduino / Ruby and want to see the what it beholds.</p>
<p>(This talk would mainly consist of my experience of working with these technologies, as I have just picked them up over the last couple of months and hence best suited for beginners.)"</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/anand-and-mohit.gif" />
<a href="http://github.com/pastafari">Mohit Thatte</a>
<a href="http://github.com/anandagrawal84">Anand Agrawal</a>
</div>
<div class="details">
<h2>Adventures with Microservices in Rails</h2>
<p>"We've spent the last year working on a project where we've deployed 6 micro services into production, and we plan to carve out a few more.
In this talk we will share our experiences with building a micro service based architecture - the good, the bad and the ugly.</p>
<ul>
<li>What are micro services - can we agree on a definition?</li>
<li>When/Why/How micro services?</li>
<li>Why NOT micro services? </li>
<li>Managing Continuous delivery with micro services</li>
<li>A few design principles that we followed"</li>
</ul>
</div>
</li>
<li>
<div class="speaker">
<img id="steven-and-kitty" src="assets/images/speakers/steven-and-kitty.jpg" />
<a href="http://github.com/deobald">Steven Deobald</a>
<a href="http://github.com/kitallis">Akshay Gupta</a>
</div>
<div class="details">
<h2>The Tao of Ruby</h2>
<p>Lao Tzu's ""Tao Te Ching"" is the second-most translated book in the world, after the Bible. It's 81 poems share with us a glimpse of philosophical thought from China, over 2500 years ago. These poems, like other substantial philosophical literature, have largely stood the test of time and still have lessons to teach. We will be reframing the lessons from the Tao Te Ching as lessons we have learned as the operators of humanity's greatest artifact.</p>
<p>On naming: Lao Tzu warns us that names are not eternal and that while names have their utility, we should recognize their limits. We see the same in our abstractions: we can walk too far down the road of pattern-recognition whether named patterns or patterns captured as an encoded abstraction; we can pile up too many abstractions or layers and in our attempt to separate ourselves from complexity we create a new kind of complexity; we can become overly invested in our abstractions, patterns, and layers -- and the names we give them -- such that they outlive their usefulness.</p>
<p>On returning: _why recently released a series of dark stories describing his exit from the public eye and from programming. One of his central themes was his preference for the greater longevity of human languages over computer languages. His fate is a warning: Being a programmer requires that we enter into our endeavour with a willingness to let go of what we create.</p>
<p>On usefulness: ""We turn clay into a pot; But it is the space where there is nothing that makes it useful."" Software is not a physical thing and, as such, most of its construction occurs within our imagination. The words we type into a text editor are only the recipe. Upon execution, these words come to life and a world of hidden beauty and complexity erupts. Even within the runtime environment of a program, there are hidden solutions and hidden problems. There is always more to understand.</p>
<p>On humility: ""Knowing others is wisdom; Knowing the self is enlightenment. Mastering others requires force; Mastering the self requires strength."" Programming is a social task. We must always remember there is no perfection to our craft and that compassion for our coworkers is essential. Here, I will go into a brief story about the worst programmer I've ever known.</p>
<p>Each of these themes (and others) will be explored with code which highlights the idea or exemplifies change over time as described in the passage.</p>
<p>Other themes may include: beauty vs. ugliness, avoiding greed, effortlessness, the impartiality of the universe, accepting disgrace, fruit over flowers, constancy and sustainability, leading without dominating, ""a great tailor makes few cuts"", weapons are instruments of fear, creating without claiming, soft (dynamic) overcoming hard (static), letting go of knowledge and opinions, avoiding distraction, ""without awe there is disaster"", the simple life, laws create thieves, ""a journey of a thousand miles starts with a single step"" / ""give as much care to the end as the beginning"", etc."</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/face.png" />
<a href="http://github.com/sahilm">Sahil Muthoo</a>
</div>
<div class="details">
<h2>Ruby loves Unix</h2>
<h3>Applying beautiful Unix idioms to build a Ruby prefork server</h3>
<p>"The Unix programming model has existed for more than 40 years now. Unix programming techniques and principles have transcended programming languages and frameworks du jour.</p>
<p>Also, Ruby was built for unix hacking. Implementing unix system calls in its standard library was the best perlism Ruby adopted.</p>
<p>Learning Unix programming and its idioms will make you a better Ruby programmer. Your ruby programs will be friendly citizens on your *nix server making them easy to administer. You will be able to daemonize your code at will. Your concurrent ruby code will be easy to grok and debug. You will have deeper understanding into the inner working of popular tools like the Resque job scheduler and the Unicorn web server.</p>
<p>This talk is divided into two parts. The first part will be a dive into the basic building block of the unix programming model: processes. We will learn the application of the myriad unix system calls such as kill(2), fork(2), execve(2), pipe(2) and friends to our processes and understand various important idioms. The next part will involve using the knowledge we've gained to build a Ruby preforking server. Our daemon will follow the classical master/worker prefork model wherein the master will fork and monitor its children and use the operating system to load balance work amongst available children. Our daemon will demonstrate classical unix idioms like daemonizing via double fork(2), administration via signals, IPC via signals and pipes, concurrency via fork(2) and many more."</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/face.png" />
<a href="http://github.com/">Doel Sengupta</a>
<a href="http://github.com/">Manu Singhal</a>
</div>
<div class="details">
<h2>BioRuby...Ruby in the living world</h2>
<p>5 years after ruby programming language came into vogue(1995), bioruby came into existence in 2000, both developed in Japan. BioRuby project provides an integrated environment in bioinformatics for the Ruby language. This project is supported by University of Tokyo (Human Genome Center), Kyoto University (Bioinformatics Center) and the Open Bio Foundation.</p>
<p>On one hand we have the Bioinformatics, the large database of the huge genome sequences, the search algorithms to search the gene similarity between different organisms, gene-mutations using the popular search tool Blast, Fasta etc. BioRuby helps us to do the same searching thing using ruby programming language. As ruby is a pure object-oriented programming language(everything in ruby is an object) and being a easy to read and write, it's fun to use here without being lost in the plethora of genomic data.</p>
<p>Learn about the genes, which controls everything you do and find out how you can ease the task of your similarity with a mouse, and I am not kidding! Welcome to the ruby in the living world, integrating ruby with the Bioinformatics and have fun.</p>
<p><strong style="font-size:20px">Manu Singhal</strong> is a Rubyist who develops enterprise mobile apps for Column Technologies. Besides programming he loves playing tennis and is a regular participant in Mumbai Marathon.</p>
<p><strong style="font-size:20px">Doel Sengupta</strong> is a mobile and a web developer, using agile methodologies. I have used ruby and have taken part in several open source social projects. Apart from coding I like travelling, a complete foodie and loves cooking and photography, dancing. You can find me in <a href="http://doelsengupta.blogspot.in/">http://doelsengupta.blogspot.in/</a>.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/face.png" />
<a href="http://github.com/sathish316">Sathish</a>
</div>
<div class="details">
<h2>DRuby for testing distributed systems</h2>
<p>"Multiple small services are more scalable and favored over single monolithic applications. But, after you split the app into multiple services, you lose the flexibility of testing using Factories (data setup) and ActiveRecord (data verification). This talk explores a way to use DRuby to access factories/models across multiple services from an external Cucumber testsuite to test a distributed system like one big app.</p>
<ul>
<li>This talk is based on using druby for testing 2 experimental services and not based on real world usage: https://github.com/sathish316/druby-integration-tests</li>
<li>
* This talk uses the word distributed systems loosely to mean multiple small services in an SOA based architecture"</li>
</ul>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/face.png" />
<a href="http://github.com/sidnc86">Siddhant Narendra Chothe</a>
</div>
<div class="details">
<h2>Turning blind eye to rails development "?"|"!"</h2>
<p>"All of you are aware that rails makes task of web development a lot faster and easier. But here are a couple of questions to each one of you reading this ("?"). Have you been turning a blind eye to the fact that there are people facing situations that don't allow them to use the web application you develop the way you use? ("!"). To begin with, would you like to literally turn a blind eye yourself and understand how web applications could be used without looking at it?</p>
<p>I plan to reveal the concept of Web Accessibility implementation using W3C's WCAG and WAI-ARIA standards. Finally where can this really be put into rails."</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/face.png" />
<a href="http://github.com/mavenik">Nikhil Lanjewar</a>
</div>
<div class="details">
<h2>Graph Databases - When crunching numbers is just not enough</h2>
<p>"Do you really care about the temperature or humidity or wind velocity? Or do you actually care about catching cold in a windy weather or perhaps getting a heat-stroke in tropical summer?</p>
<p>When you track the Click Through Rates (CTRs) of your email marketing campaigns, do you really bother about the number of people who opened your emails? Or are you looking for the users of the system who are more likely to buy your product?</p>
<p>Which ones among your Facebook Close Friends are the most likely to hang out with you in case you asked them for dinner tonight?</p>
<p>Let's skip the number-crunching analysis that follows. How about building systems which directly take you to the answers you are looking for, without worrying too much about the numbers that play a role in between? This talk opens a perspective of arriving at a solution by applying graph theory in practice. Here we discuss common scenarios where a graph database could fit and scenarios where it need not fit. The talk covers some of the most popular Open Source graph databases available right now.</p>
<p>This talk also covers various Ruby bindings for some Open Source graph databases. Rubyists who are on their course of building software which involves recommendation, predictive analysis, collaborative filtering and context mining, should find this talk useful."</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/abhishek_akshat.jpg" />
<a href="https://twitter.com/paulakshat">Akshat Paul</a>
<a href="https://twitter.com/nalwayaabhishek">Abhishek Nalwaya</a>
</div>
<div class="details">
<h2>Create Pure Native Apps now with Ruby - YES WE CAN !!!</h2>
<p>Ruby developers are no longer an outcast for creating pure native iOS applications. With revolutionary tool chain RubyMotion we can make use of every bit of powerful iOS SDK and the best part of this is without using Xcode ;) </p>
<p>In this talk we will first introduce you to RubyMotion and next dive deep into how RubyMotion works. We will further discuss how RubyMotion has an edge over iOS development using Objective C, we will discuss in depth on RubyMotions uber cool features like "terminal based development"; "RubyMotion flavored gems", "REPL" and many more</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/bhavin.jpg" />
<a href="http://twitter.com/bhavinjavia">Bhavin Javia</a>
</div>
<div class="details">
<h2>Write your Ruby in Style</h2>
<p>"If you're living in a cave and coding all alone, then you can safely skip this talk !"</p>
<p>With increasing no of companies, teams and developers making Ruby their primary programming language and a literal explosion of open source libraries, we're done with the era of individual hackers and have entered into the era of large, distributed teams of developers building complex systems with Ruby (and Rails). Therefore, it's imperative that both our private and public Ruby code-bases remain consistently readable and maintainable, while they change hands over longer periods of time.</p>
<p>This talk will highlight the importance of following a consistent 'Style' when writing your Ruby and Rails code with lots of examples along with first hand experiences and opinions derived from years of working with Ruby on several small to very large Ruby code-bases. I will also provide useful references and demo tools which could help your team follow the best practices.</p>
<p>My goal is to make your teammates love your code. Or at least, hate it a little less :-)</p>
<p><strong style="font-size:20px">Bhavin</strong> is an Entrepreneur, Consultant and Trainer who has been working with and promoting Agile Software Development for almost a decade and Ruby and Rails since 2006. He has organized, volunteered and spoken at various Agile and Technology conferences. Presently, he is building a team at MavenHive (www.mavenhive.in) to offer expert technical consulting to startups around the world.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/face.png" />
<a href="http://github.com/ausmarton">Ausmarton Zarino Fernandes</a>
</div>
<div class="details">
<h2>Pelting Rubies</h2>
<p>This talk is about how ruby can be used to write exploits and carry out penetration tests using the Metasploit Framework which happens to be the largest ruby project so far. MSF provides array of commercial grade exploits and an extensive exploit development environment, all the way to network information gathering tools and web vulnerability plugins. I shall give a quick intro to the interfaces that MSF provides, different components of the framework, and how it can be used in different phases of security analysis and pen-testing. I shall mainly talk about the usage of ruby for scripting payloads and other exploits.</p>
<p>Security is something that is largely ignored by developers and other IT professionals. I intend to show how MSF makes it simple enough through the use of ruby.</p>
<p>NOTE: This is not a tutorial on security or vulnerability exploitation as RubyConf is not the forum for it. The main focus of this talk will be to demonstrate usage of ruby for pen-testing.</p>
<p>Audience: It can very well be a Beginner level talk since in terms of ruby, I'll stick to the basics; but I wont spend too much time trying to explain pen-test concepts like vulnerability, exploit, payload, etc; so a basic understanding of these would help.</p>
</div>
</li>
<li>
<div class="speaker">
<img src="assets/images/speakers/jonathanwallace.jpg" />
<a href="http://github.com/wallace">Jonathan Wallace</a>
</div>
<div class="details">
<h2>Effective debugging</h2>
<p>Debugging is an art. And to be an effective artist, an artist must be intimately familiar with their tools. In this talk, we'll start gently and finish strong to ensure that there's something for everyone. We'll cover when to use a debugger, which debugger to use, and how to use the debugger, and how to quickly configure your debugger for maximum utility. We'll touch briefly on pry and why pry is not a debugger, except when it is.</p>
<p>Developers are always looking for ways to boost productivity. Effective debugging allows one to more quickly discover inaccuracies between our expectations and how the software actually behaves.</p>
</div>
</li>
</ul>
</div>
</div>
</body>
</html>