This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
766 lines (705 loc) · 25.2 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
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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NUSMods v3.0 - The Next Gen</title>
<meta name="description" content="Slides for a NUSHackers talk about NUSMods">
<meta name="author" content="Li Kai">
<meta name="author" content="Yang Shun">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>NUSMods 3.0</h1>
<h3>Living on the cutting edge</h3>
<p>
By <a href="http://www.github.com/li-kai">Li Kai</a> and <a href="https://github.com/yangshun" target="_blank">Yang Shun</a>
</p>
</section>
<section>
<h2>Hi, I'm Li Kai</h2>
<p>I built <a href="https://www.modify.sg/">Modify.sg</a></p>
<iframe class="stretch" style="background: white" src="https://www.modify.sg/"></iframe>
</section>
<section>
<!-- Or do I introduce you? -->
<h2>And I'm Yang Shun</h2>
<p>I work at <a href="https://grab.careers/">Grab</a>, built <a href="https://nusmods.com/">NUSMods</a> and founded <a href="https://www.nuswhispers.com/">NUSWhispers</a>.</p>
</section>
<section>
<h2>Outline</h2>
<ul>
<li class="fragment">
Modify.sg
</li>
<li class="fragment">
NUSMods v3.0
<ul>
<li>New Application Architecture</li>
<li>Technical Challenges</li>
<li>Moving Forward</li>
</ul>
</li>
</ul>
</section>
<section>
<h2>Motivation</h2>
<p>
<div class="fragment">NUSMods doesn't work that well on phones.</div>
<div class="fragment">NTU has to use their proprietary planner.<img style="max-height: 70vh" src="./img/ntu_stars_planner.jpg"></div>
</p>
</section>
<section>
<h2>It's time for</h2>
<h3>A little <a href="https://www.modify.sg/">demo</a></h3>
</section>
<section>
<p>Modify was built with <a href="https://vuejs.org/">VueJS</a></p>
<img style="background: none; border: 0" src="./img/vue-logo.png">
</section>
<section>
<h2>Why Vue?</h2>
<p>
<strong>Easy to learn</strong>
<pre><code data-trim>
<div id="app-4">
<ol>
<li v-for="todo in todos">
{{ todo.text }}
</li>
</ol>
</div>
</code></pre>
</p>
</section>
<section>
<p>Don't just take my word</p>
<img style="background: none; border: 0" src="./img/gitlab-vue.png">
<p><a href="https://about.gitlab.com/2016/10/20/why-we-chose-vue/">Gitlab says it's easy too</a></p>
</section>
<section>
<p>It is fast.</p>
<img src="./img/vue-performance.png">
</section>
<section>
<p>It's getting increasingly popular</p>
<figure>
<blockquote cite="http://stateofjs.com/2016/frontend/">
“But if you look at percentages, it turns out the uncontested leader is instead React. What's more surprising is Vue's performance, coming second by both measures [Interest and Satisfaction].”
</blockquote>
<figcaption style="float:right; margin-right:2em;">- StateOfJS</figcaption>
</figure>
</section>
<section>
<h3>Just for Fun: Parsing NTU</h3>
<p>Crawling with Scrapy
<small style="transform: rotate(15deg) translateY(1em); font-size: 0.5em;">
I thought this was a Javascript talk?
</small>
</p>
</section>
<section>
<p>
NTU load their data in an iframe.
</p>
<img class="stretch" src="./img/ntu_info.png">
</section>
<section>
<h4>Steps:</h4>
<ol>
<li>Get the iframe url</li>
<li class="fragment">
<div>Url has a subject code search parameter </div>
<div style="color: yellow">"...&r_subj_code=<span style="color: aqua">CS</span>&boption=Search"</div>
</li>
<li class="fragment">
<div>How do we get all modules?</div>
<div class="fragment">Pass in nothing! <div style="color: lime">"...&r_subj_code=&boption=Search"</div></div>
</li>
</ol>
</section>
<section>
<h3>Modern HTML layout</h3>
<pre><code data-trim>
<li class="nav-dropdown-container">
<a class="nav-link">Community</a>
<span class="arrow"></span>
<ul class="nav-dropdown">
<li>
<a href="https://github.com/vuejs/vue" class="nav-link" target="_blank">GitHub</a>
</li>
</ul>
</li>
</code></pre>
<p>Easy to parse via selectors</p>
</section>
<section>
<h3>Layout using tables</h3>
<pre><code data-trim>
<TABLE>
<TR>
<TD WIDTH="100"><B><FONT SIZE=2 COLOR=#0000FF>AC2103</FONT></B></TD>
<TD WIDTH="400"><B><FONT SIZE=2 COLOR=#0000FF>RISK MANAGEMENT, CONTROL AND ETHICS</FONT></B></TD>
<TD WIDTH="100"><B><FONT SIZE=2 COLOR=#0000FF> 4.0</FONT></B></TD>
<TD WIDTH="100"><B><FONT SIZE=2 COLOR=#0000FF>ACC</FONT></B></TD>
</TR>
<TR>
<TD><B><FONT SIZE=2 COLOR=#FF00FF>Prerequisite:</FONT></B></TD>
<TD COLSPAN="2"><B><FONT SIZE=2 COLOR=#FF00FF>AC2101(Corequisite) & AC2401(Corequisite) & AC3101</FONT></B></TD>
</TR>
<TR>
<TD><B><FONT SIZE=2 COLOR=BROWN>Mutually exclusive with: </FONT></B></TD>
<TD COLSPAN="2"><B><FONT SIZE=2 COLOR=BROWN>AA205, AC3104</FONT></B></TD>
</TR>
</TABLE>
</code></pre>
<p>No well defined layers</p>
</section>
<section>
<h3>Solution?</h3>
<p class="fragment">Select using <span style="color:orange">color</span> tags</p>
<p class="fragment">Select using <span>&</span>nbsp that was in between each module somehow</p>
</section>
<section>
<h1>A brief introduction to NUSMods</h1>
</section>
<section>
<h2>What does NUSMods stand for?</h2>
<ul>
<li class="fragment">NUS Modules?</li>
<li class="fragment">NUS Moderators?</li>
<li class="fragment">NUS Modifications?</li>
</ul>
<p class="fragment">Naming is one of the hardest things in Computer Science.</p>
</section>
<section>
<img src="img/cs-hardest-things.png"/>
<a href="https://twitter.com/codinghorror/status/506010907021828096">https://twitter.com/codinghorror/status/506010907021828096</a>
</section>
<section>
<h2>Goals and Objectives</h2>
<ul>
<li class="fragment">Enhance the quality of lives and school experience of NUS students through technology</li>
<li class="fragment">Provide a platform to encourage students to experiment and create original community-engaging work via <a href="https://github.com/nusmodifications/nusmods-api">NUSMods API</a>.</li>
</ul>
</section>
<section>
<h2>Timeline</h2>
<ul>
<li class="fragment">2012 - Official timetable not usable. Unofficial version was Windows only. Beng built a jQuery version.</li>
<li class="fragment">2014 - Rebuilt by Beng and Yang Shun using Backbone and Marionette. Many features were added.</li>
<li class="fragment">2016 - Yang Shun and Li Kai rebuilding in React and Redux. Many features will be killed off.</li>
</ul>
</section>
<section>
<h1>Evolution of NUSMods</h1>
</section>
<section>
<h2>Version 0.1 - <a href="corset/">CORSet</a></h2>
<iframe class="stretch" src="corset/" style="background-color:white"></iframe>
</section>
<section>
<h2>Version 1.0 - <a href="NUSMods-Offline">NUSMods Beta</a></h2>
<iframe class="stretch" src="NUSMods-Offline/"></iframe>
<small>Refresh the page if it doesn't load</small>
</section>
<section>
<h2>NUSMods v3.0 collaboration</h2>
</section>
<section>
<h2>It started with a <a href="https://github.com/nusmodifications/nusmods/issues/294#issuecomment-240896761">Github issue</a></h2>
<img src="./img/github-issue.png"/>
</section>
<section>
<h3>Key Considerations</h3>
<ul>
<li class="fragment">Mobile first
<ul>
<li>Increased mobile penetration</li>
</ul>
</li>
<li class="fragment">Optimize for performance
<ul>
<li>Low end devices</li>
<li>Poor network connectivity</li>
</ul>
</li>
<li class="fragment">Maintainability</li>
</ul>
</section>
<section>
<h2>Engineering Philosophy</h2>
<p><em>Nimble but stable</em></p>
<ul>
<li>Easily understandable
<ul>
<li>Ease onboarding for new developers</li>
<li>Standardized coding style</li>
<li>Documented code</li>
</ul>
</li>
<li>Write future-proof code
<ul>
<li>Well-tested</li>
<li>Component/plugin-based architecture and workflow</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>Stack Evolution</h3>
<table>
<tr>
<th></th>
<th>v2.0</th>
<th>v3.0</th>
</tr>
<tr>
<td><small>Bundler</small></td>
<td>Grunt + Browserify</td>
<td>Webpack</td>
</tr>
<tr>
<td><small>Language</small></td>
<td>ES5</td>
<td>ES6 / Babel <small>By Facebook</small></td>
</tr>
<tr>
<td><small>Package Manager</small></td>
<td>NPM</td>
<td>Yarn <small>By Facebook</small></td>
</tr>
<tr>
<td><small>JS Framework</small></td>
<td>Backbone + Marionette</td>
<td>React + Redux <small>By Facebook</small></td>
</tr>
<tr>
<td><small>Type</small></td>
<td>N/A</td>
<td>Flow <small>By Facebook</small></td>
</tr>
<tr>
<td><small>Tests</small></td>
<td>N/A</td>
<td>Jest <small>By Facebook</small></td>
</tr>
</table>
</section>
<section>
<h2>V3.0 Client App Stack</h2>
</section>
<section>
<h3>View - React</h3>
<ul>
<li>Declarative
<ul>
<li>Describe what you want, instead of how you want</li>
<li>By looking at the template code, you know how the final result will look like</li>
<li>Fewer hops in logic required</li>
</ul>
</li>
<li>Predictable
<ul>
<li>UI is a function of state: <code>render(data) -> view</code></li>
<li>Given this set of data, A, the rendered output will definitely look like B</li>
</ul>
</li>
<li>Component-based</li>
</ul>
</section>
<section>
<h3>Logic - Redux</h3>
<ul>
<li>Flux architecture</li>
<li>Single, Global State Tree
<ul>
<li>Single source of truth. Data stays in sync for different parts of the application.</li>
<li>Undo/redo made easy</li>
</ul>
</li>
<li>Changes are made with pure functions
<ul>
<li>Reducers are pure functions that take the previous state and an action, and computes the next state.</li>
<li><code>reducer(state, action) -> nextState</code></li>
</ul>
</li>
<li>Good for interactive apps where changes to app state can be made from many places.</li>
</ul>
</section>
<section>
<h3>ADD_MODULE action</h3>
<pre><code data-trim>
function addModule(moduleCode, lessons) {
return {
type: 'ADD_MODULE',
payload: {
moduleCode: moduleCode,
lessons: lessons
}
};
}
</code></pre>
</section>
<section>
<h3>timetable reducer</h3>
<pre><code data-trim>
function timetable(state, action) {
switch (action.type) {
case 'ADD_MODULE':
var newState = Object.assign({}, state);
newState.modules.push(action.payload.moduleCode);
newState.lessons.push(action.payload.lessons);
return newState;
default:
return state;
}
}
</code></pre>
<p>Fire same action from different places.</p>
</section>
<section>
<h3>Types - Flow</h3>
<ul>
<li>Catches common bugs in JavaScript code before they even run</li>
<pre><code data-trim>
// @flow
function foo(x) {
return x * 10;
}
foo('Hello, world!');
</code></pre>
</li>
<li>Add gradually</li>
</ul>
</section>
<section>
<ul>
<li>Implicit form of documentation</li>
</ul>
<pre><code data-trim>
type Module = {
AcadYear: string,
CorsBiddingStats: Array<BiddingStat>,
Department: string,
ModuleCode: string,
ModuleCredit: string,
ModuleDescription: string,
ModuleTitle: string,
Preclusion?: string,
Prerequisite?: string,
Types: Array<string>,
Workload?: string
};
</code></pre>
<pre><code data-trim>
type Lesson = {
ClassNo: string,
DayText: string,
EndTime: string,
LessonType: string,
ModuleCode: string,
StartTime: string,
Venue: string,
WeekText: string
};
</code></pre>
</section>
<section>
<h2>Key Considerations Revisited</h2>
</section>
<section>
<h3>Mobile First</h3>
<p>Develop for the phone first, using Chrome/Firefox's mobile debugger</p>
<p>Use media queries intensively</p>
</section>
<section>
<h1>Courage</h1>
<p class="fragment">Drag n Drop too unintuitive</p>
<p class="fragment">Clicking is easier, faster and less technically challenging</p>
<h3 class="fragment">Good bye DnD</h3>
</section>
<section>
<h3>Theme Colors</h3>
<div style="float: left; background: #555; padding: 0.5em;">
<h4>Modify.sg</h4>
<ul>
<li>Picked from Material Design palette</li>
<li>Accessibility testing</li>
</ul>
</div>
<div style="float: right; background: #333; padding: 0.5em;">
<h4>V3</h4>
<ul>
<li>Killing of unpopular colors</li>
<li>The feature everyone wanted: Color pickers</li>
</ul>
</div>
</section>
<section>
<h3>Search Implementation</h3>
<div class="fragment" style="color: burlywood;">
<h5>Current</h5>
<p>All substrings are included, module codes' ranking come after descriptions</p>
</div>
<div class="fragment" style="color: aquamarine;">
<h5>V3</h5>
<p>Smarter rankings, less typing!</p>
</div>
</section>
<section>
<h3>Offline first</h3>
<img src="./img/liefi.png">
<p>Better experience for people</p>
<p>Especially important for mobile devices</p>
</section>
<section>
<h2>How?</h2>
<div class="fragment">
<h5>Service Workers</h5>
<p>No access to DOM but can intercept requests</p>
<p>Does much much more, but...</p>
</div>
</section>
<section>
<h4>Poorly supported in Safari</h4>
<iframe class="stretch" style="background: white" src="https://jakearchibald.github.io/isserviceworkerready/"></iframe>
</section>
<section>
<h3>Flexible start/end timings</h3>
<p class="fragment">We realised lessons that start at 6am exists</p>
<p class="fragment">So did lessons that ended at midnight</p>
<p class="fragment">So which hours do we present?</p>
</section>
<section>
<h4>Analysis!</h4>
<p class="fragment">Plot out all lessons' start and end time for this semester</p>
<p class="fragment">~90% of lessons lie between 10am and 7pm</p>
</section>
<section>
<h4>Graphs</h4>
<img src="./img/end-time-lessons.png">
</section>
<section>
<h4>More Graphs!</h4>
<img src="./img/start-time-lessons.png">
</section>
<section>
<img src="./img/nus-bus.jpg">
<p>Perhaps this is why the buses are so packed?</p>
</section>
<section>
<h3>Horizontal / Vertical Mode</h3>
<div style="text-align: left;">
<p>Problem arised when: </p>
<p style="color: tomato;" class="fragment">NTU people complained about horizontal mode.</p>
<p style="color: dodgerblue;" class="fragment">NUS people complained about vertical mode.</p>
</div>
<p class="fragment" style="float: right;">Solution: Toggle-able orientations</p>
</section>
<section>
<h2>Timetable Implementation</h2>
<p>A tale of tables, boxes and blocks</p>
</section>
<section>
<h3>Code for a simple timetable</h3>
<img src="./img/stack-of-books.jpg">
</section>
<section>
<h3>First Attempt</h3>
<h4>Tables</h4>
<p>Too difficult to work with. Tables are not responsive.</p>
</section>
<section>
<h3>Second Attempt</h3>
<h4>Flexbox</h4>
<p><i>Flexible</i>, but difficult to master.</p>
<p>Also, many cross browser bugs. <small class="fragment" style="transform: rotate(30deg) translateY(1.5em);">Curse you safari !</small></p>
</section>
<section>
<p style="font-size: 1.5em">You see where this is going</p>
<div class="fragment">
<img style="max-height: 70vh;" src="./img/excel-timetable.png">
<p>If only...</p>
</div>
</section>
<section>
<h3>Third to Eighth Attempt</h3>
<p>Different variations / rewrites</p>
<ul>
<li>Momomods</li>
<li>Mods+</li>
<li>V3 rewrite</li>
<li>V3 rewrite 2</li>
</ul>
</section>
<section>
<h3>Latest Attempt</h3>
<h4>Inline-block</h4>
<p>Finally getting close</p>
<p>Good browser support but has to depend on javascript for flexibility</p>
</section>
<section>
<h3>Future Attempts</h3>
<p>CSS Grids: the future?</p>
</section>
<section>
<h1>V3.0 Demo</h1>
<p><a href="http://v3.nusmods.com">http://v3.nusmods.com</a></p>
</section>
<section>
<h2>Timetabling Algorithm</h2>
<p>Series of data transformations</p>
<pre><code data-trim>
type Lesson = {
ClassNo: string,
DayText: string,
EndTime: string,
LessonType: string,
ModuleCode: string,
StartTime: string,
Venue: string,
WeekText: string
};
</code></pre>
<p>Starts with an array of <code>Lesson</code>s</p>
</section>
<section>
<h3>Group Lessons by Days</h3>
<pre><code data-trim>
// from
[LessonA, LessonB, LessonC, LessonD, ...];
// into
{
Monday: [LessonA, LessonB, LessonC],
Tuesday: [LessonD, ...]
};
</code></pre>
</section>
<section>
<h3>Arrange Lesson within each Day</h3>
<pre><code data-trim>
// from
{
Monday: [LessonA, LessonB, LessonC],
Tuesday: [LessonD, ...]
};
// into
{
Monday: [
[LessonA, LessonB],
[LessonC],
],
Tuesday: [
[LessonD, ...]
],
...
};
</code></pre>
<p>Generic useful timetable representation</p>
<p>Detailed explanation found <a href="https://gist.github.com/yangshun/ee7f1a4fee5b221a93ffb8a1b9f3de47">here</a></p>
</section>
<section>
<h2>NUSModerator.js Library</h2>
<p><a href="https://github.com/nusmodifications/nusmoderator">https://github.com/nusmodifications/nusmoderator</a></p>
<p><em>Utlity toolbelt for nus applications</em></p>
<ul>
<li>Academic week calculation</li>
<li>TBD: Timetable generation algorithm and various utility functions. You can build your own timetabling client</li>
<li>TBD: Matric number letter calculation</li>
<li>TBD: Wrapper for NUSMods API</li>
</ul>
</section>
<section>
<h2>The Future</h2>
<ul>
<li>Dominate timetabling for Singapore universities</li>
<li>React Native app making use of NUSModerator.js library</li>
</ul>
</section>
<section>
<h2>Advice for new blood</h2>
<p>JavaScript fatigue is real and it's here to stay.</p>
<p>Learn to embrace it.</p>
</section>
<section>
<img src="./img/js-fatigue.png"/>
<a href="https://twitter.com/thomasfuchs/status/708675139253174273">https://twitter.com/thomasfuchs/status/708675139253174273</a>
</section>
<section>
<h2>Back to basics</h2>
<ul>
<li>Write ES5, not ES6/ES2015.</li>
<li>jQuery + CSS, then MVC frameworks and Sass.</li>
<li>Start development without frameworks/libraries.</li>
<li>Don't learn frameworks, learn principles.</li>
</ul>
</section>
<section>
<h2>Wise Words</h2>
<ul>
<li><a href="https://medium.com/shopify-ux/how-to-learn-web-frameworks-9d447cb71e68#.upfusckp8">"It’s unrealistic for you to expect yourself to learn a framework that solves a problem you’ve never experienced."</a> - Tessa Thornton</li>
<li><a href="https://medium.com/@addyosmani/totally-get-your-frustration-ea11adf237e3#.w4o2gzyia">"I encourage folks to adopt this approach to keeping up with the JavaScript ecosystem: first do it, then do it right, then do it better."</a> - Addy Osmani</li>
</ul>
</section>
<section>
<h2>Open Source</h2>
<p><a href="https://github.com/nusmodifications/react-redux-starter">React Redux Starter</a></p>
<p><a href="https://github.com/nusmodifications/npm-starter">NPM ES6 Starter</a></p>
<p>Soon: ES7 GraphQL Backend Starter</p>
</section>
<section>
<h2>Acknowledgements</h2>
<img src="./img/acknowledgements.png"/>
<a href="https://nusmods.com/team">https://nusmods.com/team</a>
</section>
<section style="text-align: left;">
<h1>THE END</h1>
<p>
By <a href="https://github.com/nusmodifications">NUSModifications</a> <br>
</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>