-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
278 lines (271 loc) · 12 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>M&M Presentation</title>
<!-- Library -->
<script type="text/javascript" src="bower_components/reveal.js/js/reveal.min.js"></script>
<script src="bower_components/reveal.js/lib/js/head.min.js"></script>
<link rel="stylesheet" href="bower_components/reveal.js/css/reveal.min.css">
<link rel="stylesheet" href="css/main.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="reveal">
<div id="codemotion">
<small>
<em>@ Milano 2014</em>
</small>
</div>
<div class="slides">
<section data-background="#00AAD2">
<h1>M&M</h1>
<h2>Mean Milano</h2>
<img src="images/MM_logo.png" height="160" width="160" alt="">
</section>
<!-- ========================================================== What is MEAN? ===================================================== -->
<section>
<section class="dark-content" data-background="#FF7F00">
<h1>What do you MEAN?</h1>
</section>
<section>
<img src="images/MongoDB_Logo.jpeg" alt="">
<br>
<ul class="block">
<li>Database NoSql</li>
<li>Document Oriented</li>
<li>Schemaless</li>
<li>Scalable</li>
</ul>
</section>
<section>
<img src="images/express.png" height="141" width="465" alt="">
<br>
<ul class="block">
<li>Web Application Framework</li>
<li>Routing</li>
</ul>
</section>
<section>
<img src="images/AngularJS-logo.png" alt="">
<br>
<ul class="block">
<li>Javascript Framework</li>
<li>Client Side</li>
<li>MVC - MVVM</li>
</ul>
</section>
<section>
<img src="images/nodejs_logo.png" height="192" width="560" alt="">
<br>
<ul class="block">
<li>Event Driven JS Framework</li>
<li>Server Side</li>
</ul>
</section>
</section>
<!-- ========================================================== Why the community ===================================================== -->
<section class="dark-content" data-background="#FFB100">
<section>
<h1>Why</h1>
<h2>Mean Milano?</h2>
</section>
<section>
<h2>
<i>
“un framework è un'architettura logica di supporto su cui un software può essere progettato e realizzato”
</i>
</h2>
<h3> da qui nasce M&M</h3>
</section>
<section>
<h3>
Siamo una community, di base tecnologica, sulla quale si vuole costruire un nuovo modo di intendere le community di developers.
</h3>
</section>
<section>
<h3>
Partendo dalla tecnologia, da quella che ci piace, vogliamo esplorare e spaziare.
</h3>
<h3>
Noi costruiamo il framework e tutti insieme ci poggiamo sopra quello che abbiamo o vogliamo realizzare.
</h3>
</section>
<section>
<h1>What is M&M about?</h1>
</section>
<section>
<h2>This is not about MEAN only, it is about Javascript</h2>
</section>
</section>
<!-- ========================================================== What will we talk about? ===================================================== -->
<section>
<section>
<h1>Talk about what?</h1>
</section>
<section>
<h2>JS on the client...</h2>
<ul class="block">
<li>Emerging browser API</li>
<li>WebComponents</li>
<li>Frameworks</li>
</ul>
</section>
<section>
<h2>...on the server...</h2>
<ul class="block">
<li>NodeJS</li>
<li>Realtime Apps</li>
<li>Frameworks</li>
<li>RESTful services</li>
</ul>
</section>
<section>
<h2>..or on both.</h2>
<ul class="block">
<li>Isomorphism</li>
<li>Shared Rendering</li>
</ul>
</section>
<section>
<h2>Improving Javascript and best practices</h2>
<ul class="block">
<li>ES6</li>
<li>AltJs Languages</li>
<li>Libraries</li>
</ul>
</section>
<section>
<h2>Non relational databases</h2>
<ul class="block">
<li>MongoDB and friends</li>
<li>Development</li>
<li>Operations</li>
</ul>
</section>
<section>
<h2>Operations</h2>
<ul class="block">
<li>Infrastructure Design</li>
<li>Continuous Integration</li>
<li>Automation</li>
</ul>
</section>
<section>
<h1>Not only for Pro...</h1>
<h2>... talk for beginners</h2>
</section>
</section>
<!-- ========================================================== When? ===================================================== -->
<section class="dark-content" data-background="#BCD847">
<section>
<h2>What? When? Where?</h2>
<ul class="block">
<li>
<b>REAL LIFE ES6</b>
<br>
<em>
Come la nuova versione di ECMA SCRIPT andrà a influire sulla vita da sviluppatori.
<br>
A seguito lasceremo spazio alle vostre opinione!
</em>
</li>
<li>
<b>16th December 2014</b> - <em>7:00 pm</em>
</li>
<li>
<img src="images/cowo_login_logo.jpg" height="60" width="230" alt="">
<br>
<b>Coworking Login</b>
<br>
<em>
via Stefanardo da Vimercate 28
<br>
20128 Milano
</em>
</li>
</ul>
</section>
<section data-background="#F0DB4F">
<ul class="block">
<li>
<h3>Upcoming Meeting</h3>
</li>
<li>
<h2>ServiceWorker</h2>
<h4>
<em>Sandro Paganotti @MilanoJS</em>
</h4>
<img src="images/mijs.png" alt="">
<h4>9th December 2014</h4>
<h4>h 19.00</h4>
</li>
</ul>
</section>
<section>
<ul class="block">
<li>
<h3>Upcoming Meeting</h3>
</li>
<li>
<h2>Android: Estendere Material Design con l'uso dei sensori</h2>
<h4>
<em>Claudio Capobianco @Google Developer Group</em>
</h4>
<img src="images/GDGMilano.png" style="border: none;">
<h4>17th December 2014</h4>
<h4>h 19.30</h4>
</li>
</ul>
</section>
</section>
<section>
<h1>And now?</h1>
<h2>Share your ideas and thoughts...</h2>
<div class="separator"></div>
<h4>How to reach us:</h4>
<div class="social">
<a href="https://www.facebook.com/pages/MM-Mean-Milan/300405326814652" target="_blank">
<i class="fa fa-facebook"></i>
</a>
<a href="http://twitter.com/MM_MeanMilan/" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<a href="mailto:info@link-me.it">
<i class="fa fa-at"></i>
</a>
</div>
<div class="separator"></div>
<h4>Get this presentation:</h4>
<em>
<a href="https://github.com/MeanMilan/mm-presentation" target="_blank">https://github.com/linkmesrl/mean-milano-codemotion</a>
</em>
</section>
</div>
</div>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // none/fade/slide/convex/concave/zoom
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'bower_components/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'bower_components/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'bower_components/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'bower_components/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'bower_components/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'bower_components/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>