-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschedule.json
More file actions
273 lines (273 loc) · 20 KB
/
schedule.json
File metadata and controls
273 lines (273 loc) · 20 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
{
"sponsors": [
"http://rubyday.it/images/sponsors/mikamai.png",
"http://rubyday.it/images/sponsors/github.png",
"http://rubyday.it/images/sponsors/dnsimple.png",
"http://webrain.it/rubyday2013/solano_logo.png",
"http://webrain.it/rubyday2013/MongoHQ_Logo.png",
"http://webrain.it/rubyday2013/paymill_logo.png",
"http://media.pragprog.com/images/cms/logos/Bookshelf_4in.png",
"http://webrain.it/rubyday2013/balsamiq_logo.jpg",
"http://webrain.it/rubyday2013/uber_logo.jpeg",
"http://upload.wikimedia.org/wikipedia/it/a/a2/Logo_Universit%C3%A0_Milano-Bicocca.jpg"
],
"tracks": [
{
"name": "Track #1",
"schedule": [
{
"from": "8:30",
"to": "9:15",
"title": "Check In"
},
{
"from": "9:15",
"to": "9:55",
"title": "Welcome & Keynote",
"lang": "en"
},
{
"from": "9:55",
"to": "10:35",
"title": "Coffee Break"
},
{
"from": "10:35",
"to": "11:35",
"title": "A Rails Criticism",
"speakers": ["jodosha"],
"lang": "en",
"abstract": "A deep insight on why Ruby on Rails has revolutionized web development.\nThis talk will focus its attention on the Rails \"Golden Path\", the reasons to its success, the most common problems, and how its API can be improved.\nWe will learn to benefit from a tool as powerful as it is dangerous, how to mitigate architectural, design and testability implications for your applications and how to improve the quality of your code."
},
{
"from": "11:35",
"to": "12:35",
"title": "Redis & Ruby like a pro",
"speakers": ["stefontanelli"],
"lang": "it",
"abstract": "Redis is an open source advanced key-value store. It can contain strings, hashes, lists, sets and sorted sets. Its greatest feature is that you can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference.\nThis talk shows how use Redis and Ruby to build an high scalable, reliable and concurrent infrastructure of services using the Publish/Subscribe messaging paradigm and distributed locks among services. All the examples coming from a large scale application that handles hundred millions of messages every day."
},
{
"from": "12:35",
"to": "13:35",
"title": "Fat models must die",
"speakers": ["arkh4m", "steffoz"],
"lang": "it",
"abstract": "Il concetto “Fat Models, Skinny controller” è da sempre uno dei cavalli di battaglia di Rails ed è uno dei principi fondamentali intorno a cui ruota il suo stack. Purtroppo, seguire ciecamente questo pattern spesso porta ad una crescita smisurata delle responsabilità dei modelli, che col passare del tempo e dei commit si trasformano in matasse di codice ingarbugliato e ingestibile.\nIn questo talk verranno esplorate differenti metodologie che si possono seguire nella pratica per mantenere il controllo del proprio progetto. Si descriveranno i pattern più diffusi proposti dalla community Rails per risolvere il problema della crescita del codice nel medio-lungo periodo: incominciando con concerns e presenters per passare a service objects e DCI, verranno spiegati i pregi dell’utilizzare pratiche più OOP per gestire con soddisfazione la complessità delle nostre applicazioni."
},
{
"from": "13:35",
"to": "14:50",
"title": "Lunch"
},
{
"from": "14:50",
"to": "15:35",
"title": "Roll your own web crawler",
"speakers": ["flaurita"],
"abstract": "It is all about data.\nHaving the right data at the right time might make the difference between you and your competitor. Google can show you just what it can catch. If you know where to find the data of your interest, let's go deeper and roll your own web crawler framework.\nTaking the advantage of the latest cool technologies I will show you how to build your distributed web crawler based on Redis and Mongo.",
"lang": "en"
},
{
"from": "15:35",
"to": "16:20",
"title": "Concurrency vs Parallelism",
"speakers": ["razielgn"],
"abstract": "What does it mean to structure a program in a concurrent manner? Concurrency is about structure, while parallelism is an interpreter feature: the problem has to be solved by the programmer first.\nWhat I'd like to show is how to think about problems, so to extract concurrent objects from the domain logic.\nI'll also take a brief view on different patterns to achieve concurrency and which gems to use that implement one.",
"lang": "en"
},
{
"from": "16:20",
"to": "17:20",
"title": "DDD in Ruby",
"speakers": ["emadb"],
"abstract": "When developers talk about Domain Driven Design they usually talk about Java or C# implementation and it seems that languages like Ruby or Python are not suited for these kind of architectures.\nDuring the talk I would like to show that every patterns described in the blue book can be written even in Ruby and sometimes the Ruby implementation is better than the Java one. Ruby is not a second a class language and its dynamic power could help a lot in writing complex business logic.",
"lang": "en"
},
{
"from": "17:20",
"to": "18:05",
"title": "Code it from scratch",
"speakers": ["makevoid"],
"abstract": "An overview about starting your app small and growing it bigger as you need, beginning with domain model classes \"sketched\" in ruby (yea, DDD) and then considering integrating various libs or implementing your own to reduce complexity and save time in the end.",
"lang": "en"
},
{
"from": "18:05",
"to": "18:30",
"title": "Greetings & Prizes"
}
]
},
{
"name": "Track #2",
"schedule": [
{
"from": "8:30",
"to": "9:15",
"title": "Check In"
},
{
"from": "9:15",
"to": "9:55",
"title": "Welcome & Keynote",
"lang": "en"
},
{
"from": "9:55",
"to": "10:35",
"title": "Coffee Break"
},
{
"from": "10:35",
"to": "11:35",
"title": "Opal, Ruby is back! ...on your browser!",
"lang": "it",
"track": 2,
"speakers": ["elia"],
"abstract": "Opal is a production ready Ruby-to-Javascript compiler. In this presentation I will talk on how Ruby can be used to build awesome code for the browser. Keep applying all of your OO design skills having less context switch and increasing happiness! This presentation will cover: - a general overview and why I feel so good doing Ruby on the client - some internals along explanation of implementing choices - real world (™) use cases (including code ported from the server to the browser) - fun! :-D"
},
{
"from": "11:35",
"to": "12:35",
"title": "Securing your API via OAuth (2.0) and Ruby on Rails",
"speakers": ["adellamotta"],
"lang": "en",
"abstract": "Need a uniform and standard mechanism for authorizing clients to access remote services and resources securely? OAuth is what you’ve been searching for! OAuth is an open standard widely adopted over the Internet and many big companies started supporting it, e.g., Facebook, Google, etc. In this talk we explain OAuth protocol basics and theory, pointing out strengths and weaknesses. Eventually, we show how to implement a typical OAuth authorization scenario where an iOS client is authorized to consume services via OAuth, exploiting Ruby on Rails and Doorkeeper on the server side of the force."
},
{
"from": "12:35",
"to": "13:35",
"title": "Eseguire e monitorare applicazioni Rack con uWSGI",
"speakers": ["unbit"],
"lang": "it",
"abstract": "Nato nel 2009 come semplice server per applicazioni WSGI, il progetto uWSGI in 4 anni e' cresciuto a dismisura diventando oramai un framework per costruire applicazioni di rete ad ogni livello. A meta' 2012 (dopo piu' di un anno di lavoro) e' stato finalmente completato il supporto per lo standard Rack (l'equivalente ruby di WSGI).\nOra uWSGI puo' eseguire framework come RubyOnRails e Sinatra aggiungendo \"for free\" tutte le features che gli hanno permesso di diventare l'application server di riferimento in realta' come Reddit, DotCloud, Activestate Stackato, Washington post e molti altri.\nIl talk introdurra' brevemente il progetto per poi presentare un caso di uso reale, ovvero come e' stata costruita l'infrastruttura di mytable.it, uno dei piu' grandi (forse il piu' grande) portale in italia scritto in Ruby On Rails."
},
{
"from": "13:35",
"to": "14:50",
"title": "Lunch"
},
{
"from": "14:50",
"to": "15:35",
"title": "Ruby e la Scienza",
"speakers": ["ilpuccio", "fstrozzi"],
"abstract": "Ruby anche scienza: la sua versatilità, insieme alle diverse implementazioni, offre nuove opportunità di utilizzo creando un ecosistema di strumenti e librerie applicabili a diverse discipline scientifice. Dalla biologia e bioinformatica, con il progetto BioRuby, alla matematica e statistica, con il progetto SciRuby, il numero di gemme e' in costante crescita (http://biogems.info).\nNuove tematiche, come il web semantico e la gestione della conoscenza, insieme a tecniche di data mining, machine learning e visualizzazione, vengono studiate, sviluppate e sperimentate in occasione di eventi internazionali quali CodeFest e BioHakathon. Lo stimolo a migliorarci, avere nuove idee, diffondere le librerie e gli strumenti prodotti ci ha condotti, ormai dal 2009, a partecipare al programma Google Summer of Code raggiungendo, anno dopo anno, progetti di successo, coinvolgendo nuovi sviluppatori e una massa critica di mentori in grado di stimolare sempre più la comunità.",
"lang": "it"
},
{
"from": "15:35",
"to": "16:20",
"title": "The Client-Side on Ruby",
"speakers": ["mulpat"],
"abstract": "In this talk, I would like to look at the options that Ruby offers to serve client-side web applications. With the example of Backbone.JS I would like to discuss first the elements of a client-side web application (events, rendering, data transport), and how this influences a web application stack (= separation of concerns).\nSecond, I would like to show how Rack and Sinatra can be used to serve directories of JavaScript files. Last, I want to show the relationship between Rack, Sprockets and the Asset Pipeline. Last, and I want to do a preview on loading multiple JavaScript files asynchronously through RequireJS-Rails.",
"lang": "en"
},
{
"from": "16:20",
"to": "17:20",
"title": "Rubymotion for fun and profits",
"speakers": ["damicosimone"],
"abstract": "Two years ago, at rubyday '11, I did a talk about Macruby and predicted the advent of something similar for the iOS platform.\nThe day has come, today we got a quasi-mature semi-opensourced toolchain for developing apps for Apple devices.\nIn this session I will introduce you to Rubymotion starting with a basic overview of what it's needed financially and in terms of know-how.\nI'll show how it's blazing fast compared to ruby MRI and explain its limitations.\nI'll go through some of the most popular gems and show you how ruby idioms and patterns are insinuating in the obj-c community.\nFinally I will show come concrete code examples from my apps.",
"lang": "it"
},
{
"from": "17:20",
"to": "18:05",
"title": "Cooking lessons with Vim and Tmux",
"speakers": ["cloud8421"],
"abstract": "The purpose of the talk is to show how to tackle different tasks with a shell based environment composed of Vim, Tmux and other tools. The core idea is that we can use Rails conventions to make our workflow better. And being all of this modular, you can mix and match different solutions to fit your needs.\nFrom the technical standpoint, I would perform small tasks live, with a video fallback.\nTasks include:\n- file and code navigation with ctags\n- smart interaction with a REPL\n- Running tests\n- Moving efficiently among models, controllers and views.\nI will use Hermes (http://new-bamboo.github.com/Hermes/), a bootstrap script that configures a shell based development enviroment on Mac. I've started the project with Damon Davison, a fellow colleague, and it's been my production setup for months now.\nThe main theme of the talk will be cooking: for example, having knife skills is important for any dish you want to prepare. In a similar fashion, being able to easily jump around files is also key in not breaking your flow.",
"lang": "en"
},
{
"from": "18:05",
"to": "18:30",
"title": "Greetings & Prizes"
}
]
}
],
"speakers": [
{
"handle": "jodosha",
"name": "Luca Guidi",
"bio": "Passionate web developer, he spent most of his career working with Rails, since its early days. In his free time, he loves to travel, spend time with his family, contribute to open source, blog about technology, and mix beats. He is an avid photographer and tea lover."
},
{
"handle": "stefontanelli",
"name": "Stefano Fontanelli",
"bio": "I am a software engineer from Florence (Italy) with 8+ years of experience in software development. I studied at Scuola Superiore Sant'Anna (Pisa) as PhD student and I founded a startup called Asidev. Currently I'm backend developer at Gild, a Californian startup that brings Science into hiring. I love writing large scale applications that must be highly scalable, reliable and efficient. "
},
{
"handle": "steffoz",
"name": "Stefano Verna",
"bio": "Entusiasta di nuove tecnologie, TDD e metodi agili di sviluppo. Attivo contributore open-source, appassionato sviluppatore Ruby. Conosciuto dai più per l'estensione per Firefox DownThemAll! Nel 2010 sono tra i fondatori di weLaika, società di consulenza torinese specializzata in sviluppo di applicazioni/gestionali in Ruby on Rails e sviluppo mobile iOS ed Android."
},
{
"handle": "arkh4m",
"name": "Ju Liu",
"bio": "Ingegnere informatico, appassionato di tecnologia e conoscenza. Si è dedicato allo sviluppo di applicazioni web, con un focus particolare a metodologie di lavoro agili e al Test Driven Development. Innamorato di Ruby on Rails, del codice elegante e di Vim."
},
{
"handle": "elia",
"name": "Elia Schito",
"bio": "A Ruby/Rails developer @mikamai, catholic, who loves his beautiful wife and his wonderful children. Opal core team member."
},
{
"handle": "adellamotta",
"name": "Alessio Della Motta",
"bio": "Alessio Della Motta is a software architect and engineer interested in almost every field of computing. His technical background covers a wide range of technologies and languages and his focus is on enterprise and distributed systems. Alessio completed his master’s degree at the University of California, Irvine in 2010. Then he started working as an IT consultant specializing in EAI and SOA. Now he manages and designs software solutions at Mavigex, a small company in Bologna. In his spare time, Alessio likes to play guitar, football and to read big divulgative tomes on math and physics. "
},
{
"handle": "unbit",
"name": "Roberto De Ioris",
"bio": "Co-fondatore di Unbit e 20Tab, amministratore di sistemi UNIX da 11 anni (di fila..), lead-developer dei progetti uWSGI, BlastBeat, Koi-ha e altri di cui non ricordo neanche il nome. Prediligo la programmazione low-level ma non disdegno linguaggi come perl, python e ovviamente ruby."
},
{
"handle": "flaurita",
"name": "Francesco Flaurita",
"bio": "Francesco joined Gild in 2012 as a Lead Software Engineer, having fun writing complex algorithms on Gild’s data analysis backend. Prior to Gild, Francesco worked for more than ten years at FASTWEB, one of the biggest ISP companies in Italy, where he led business critical software. Francesco was also one of the top users on Coderloop, leading him to become one of the authors of challenges on Gild’s code evaluation system."
},
{
"handle": "razielgn",
"name": "Federico Ravasio",
"bio": "That programming geek you'll find arguing about syntax on a late friday night, probably in front of quality Belgian beer. When university was no longer fun, he started freelancing at Webrain and has been doing so ever since."
},
{
"handle": "emadb",
"name": "Emanuele DelBono",
"bio": "I'm a software engineer that is trying to become a polyglot programmer learning new languages and tools to develop better applications. I work as a lead developer and architect in CodicePlastico a small software house based in Italy, I'm responsible for the development of web applications primarily with ASP.NET MVC and Ruby on Rails and Javascript."
},
{
"handle": "makevoid",
"name": "Francesco Canessa",
"bio": "The average developer, ruby and javascript are my day-to-day languages, developeing multiple small open source projects and libraries based on tools I need."
},
{
"handle": "ilpuccio",
"name": "Raoul JP Bonnal",
"bio": "Laureato nel 2003 in Informatica all'Università di Milano Bicocca, ha intrapreso la carriera di bioinformatico presso il CNR-ITB e un'esperienza in America e' ora responsabile della bioinformatica, sviluppo e analisi dati, presso l'Istituto Nazionale di Genetica Molecolare di Milano. Insieme a Francesco Strozzi contribuisce al progetto BioRuby, parte della Open BioInformatics Foundation -OBF-, e sono mentori Google Summer of Code per le organizzazione OBF e SciRuby."
},
{
"handle": "fstrozzi",
"name": "Francesco Strozzi",
"bio": "Laureato nel 2005 in Bioinformatica all'Università di Milano Bicocca, è responsabile dal 2011 della Core Facility di Bioinformatica del Parco Tecnologico di Lodi, per lo sviluppo software e l'analisi di dati genomici. Insieme a Raoul JP Bonnal contribuisce al progetto BioRuby, parte della Open BioInformatics Foundation -OBF-, e sono mentori Google Summer of Code per le organizzazione OBF e SciRuby."
},
{
"handle": "mulpat",
"name": "Patrick Mulder",
"bio": "I started to get paid for developing user interfaces for Matlab end of the 90ies, progressed towards scripting Unix with Perl, Python and Java (Swing), and finally got infected by the Ruby-on-Rails around 2008. I have been developing web applications with Ruby since then, and rarely looked back. I like blogging at http://thinkingonthinking.com and was recently invited to a panel discussion at Wroclove.rb 2013 on single page applications with different representatives of frontend frameworks (AngularJS, EmberJS and Backbone.js)."
},
{
"handle": "damicosimone",
"name": "Simone D'Amico",
"bio": "I'm COO of Metwit, a platform that collects and analyse crowdsourced environmental data (especially weather). I'm passionate about a lot stuff: XP and Agile (I'm coaching SCRUM), Devops (chef worshipper), Apple frameworks (Cocoa lover) and obviously Ruby (I used it before it was cool ;))"
},
{
"handle": "cloud8421",
"name": "Claudio Ortolina",
"bio": "Hello! My name is Claudio, I'm an italian developer currently living in London and I work for New Bamboo (http://new-bamboo.co.uk). I've been a Rails developer for a couple of years, with experience into the full stack (servers and puppet, plain old ruby/rails and coffeescript/javascript with tools like Backbone.js and Require.js.)"
}
]
}