-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
215 lines (201 loc) · 7.63 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
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Известия</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="shower/themes/ribbon/styles/screen-16x10.css">
</head>
<body class="shower list">
<header class="caption">
<h1>Известия</h1>
<p>
<script>
document.write(new Date(2017, 4, 4));
</script>
</p>
</header>
<section class="slide" id="cover">
<div>
<img src="pictures/1channel_main%20copy.jpg" alt="" class="cover">
</div>
</section>
<section class="slide">
<h2>
Стэнфорд учит основам на JavaScript
</h2>
<p>
Этой весной впервые принципы ООП, декомпозиции, инкапсуляции, абстракции и тестирования можно изучать на
JavaScript, а не на Java
</p>
<img src="pictures/snapshot.jpg" width="536"/>
<p>
<a target="_blank" href="http://www.stanforddaily.com/2017/02/28/cs-department-updates-introductory-courses/">Читать</a>
</p>
</section>
<section class="slide">
<h2>
Познаватель
</h2>
<p>
<b>Fathom</b>, JS-фреймворк от Mozilla, <br> позволит браузерам «оценивать» <br> веб-страницы с точки зрения
человека
</p>
<img src="pictures/AllNew_FATHOM-03b-EBas-Reserved.jpg" class="place right" height="400"
style="right: 100px;opacity: 0.6"/>
<p>
<a target="_blank" href="https://tproger.ru/news/mozilla-firefox-fathom-framework/amp/">Постичь</a>
</p>
</section>
<section class="slide">
<h2>Отзывчивое волокно</h2>
<h3><b>React Fiber</b></h3>
<ul>
<li>Технология постепенного рендеринга</li>
</ul>
<h3><b>Relay Modern</b></h3>
<ul>
<li>Оптимизации перед выполнением</li>
<li>Статические запросы</li>
<li>Автоматическая сборка мусора</li>
</ul>
<img src="pictures/fiber-example.gif" class="place right" style="width: 400px"/>
<p>
<a target="_blank"
href="https://techcrunch.com/2017/04/18/facebook-announces-react-fiber-a-rewrite-of-its-react-framework/">Читать</a>
</p>
</section>
<section class="slide">
<h2>
Планета на веб-компонентах
</h2>
<p>
<a target="_blank" href="https://twitter.com/ebidel/status/854366654741991424">
Миссия выполнена: 🌍 оно компонентизировано
</a>
</p>
<figure>
<img src="pictures/asciiprivateer.gif" height="257" width="343"/>
</figure>
</section>
<section class="slide">
<h2>
Не используйте CSS in JS<br> в веб-разработке
</h2>
<ul style="font-size: 16px;">
<li>Миф 1: Решает конфликты глобального пространства имен и стилей</li>
<li>Миф 2: Делает код компактнее</li>
<li>Миф 3: Заставляет вас больше думать о семантике</li>
<li>Миф 4: Упрощает расширение стилей</li>
<li>Миф 5: Упрощает условное оформление компонентов</li>
<li>Миф 6: Позволяет улучшить организацию кода</li>
<li>Миф 7: Дает потрясающий инструментарий!</li>
<li>Миф 8: Улучшает производительность, размер бандла меньше</li>
<li>Миф 9: Позволяет разрабатывать адаптивные компоненты</li>
</ul>
<p>
<a target="_blank" href="https://hackernoon.com/stop-using-css-in-javascript-for-web-development-fa32fb873dcc">
Читать
</a>
</p>
</section>
<section class="slide">
<h2>
Хотелки ECMAScript
</h2>
<ul>
<li>Observable</li>
<li>Frozen Realm API</li>
<li>Relationships</li>
<li>...</li>
</ul>
<p>
<a target="_blank" href="https://prop-tc39.now.sh/">Читать</a>
</p>
</section>
<section class="slide">
<h2>
Анонсирован TypeScript 2.3
</h2>
<ul>
<li>@ts-check</li>
<li>@ts-nocheck</li>
<li>@ts-ignore</li>
<li>
<mark>--checkJs</mark>
</li>
</ul>
<img src="pictures/ts_code.png" class="place right" width="536" style="right: 100px;"/>
<p>
<a target="_blank" href="https://blogs.msdn.microsoft.com/typescript/2017/04/27/announcing-typescript-2-3/">Что
нового</a>
</p>
</section>
<section class="slide">
<h2>Pointer Events API</h2>
<ul>
<li>pointerover</li>
<li>pointerout</li>
<li>pressure</li>
</ul>
<img src="pictures/pointer-events-browser-support.png" class="place right" style="right: 100px;"/>
<p>
<a target="_blank"
href="http://tutorialzine.com/2017/04/handle-mouse-and-touch-input-with-the-pointer-events-api/">Читать</a>
</p>
</section>
<section class="slide">
<h2>
TestCafe 0.15
</h2>
<p>
Свежий инструмент для end-to-end тестирования веб-приложений.
</p>
<img width="400" src="pictures/install-and-run-test.gif"/>
<p>
<a target="_blank" href="https://devexpress.github.io/testcafe/blog/testcafe-v0-15-0-released.html">Читать</a>
</p>
</section>
<section class="slide">
<h2>Ссылки</h2>
<ul>
<li><a target="_blank" href="https://codepaper.ru/article/8">npm cache: невоспетый герой</a></li>
<li><a target="_blank" href="http://gcanti.github.io/tcomb-form/">tcomb-form: библиотека для генерации форм</a>
</li>
<li><a target="_blank" href="http://lostgrid.org/">lostgrid: ванильная Grid библиотека</a></li>
<li><a target="_blank" href="http://mediatemple.net/blog/tips/different-logical-ways-group-css-properties/">Способы
группирования CSS свойств</a>
</li>
<li><a target="_blank" href="https://www.sitepoint.com/ultimate-css-survey-2017/">CSS-опросник 2017</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=hO7mzO83N1Q">JavaScript Patterns 2017 — Scott
Allen</a></li>
<li><a target="_blank" href="https://blog.codeship.com/webextensions-101/">Делаем браузерные расширения потому
что
можем</a>
</li>
<li><a target="_blank" href="http://airbnb.design/painting-with-code/">Рисуем на React'e в Sketch.app</a></li>
</ul>
</section>
<section class="slide">
<h2 class="shout">Спасибо</h2>
</section>
<section class="slide">
<h2 class="">Авторы</h2>
<div>
Ирина Митрофанова
</div>
<div>
Михаил Шатихин
</div>
</section>
<!--
To hide progress bar from entire presentation
just remove “progress” element.
-->
<div class="progress"></div>
<script src="shower/shower.min.js"></script>
<!-- Copyright © 2015 Yours Truly, Famous Inc. -->
<!-- Photos by John Carey, fiftyfootshadows.net -->
</body>
</html>