-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtech.html
57 lines (55 loc) · 1.78 KB
/
tech.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title></title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<link href="https://cdn.jsdelivr.net/npm/katex-copytex@latest/dist/katex-copytex.min.css" rel="stylesheet" type="text/css">
<style>
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
</style>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/katex-copytex@latest/dist/katex-copytex.min.js"></script>
</head>
<body>
<p>WPA <br>
Componants <br>
Data flow redux <br>
RxJs <br>
Service worker</p>
<p>Javascrip API improvment:</p>
<ul>
<li>
<p>Now</p>
<ul>
<li>spread operator / rest operator</li>
<li>arrow funtion</li>
<li>array map flatMap</li>
</ul>
</li>
<li>
<p>Next</p>
<ul>
<li>Nullish operator</li>
<li>Dynamic import</li>
<li>Optional Chaining</li>
</ul>
</li>
</ul>
<p>CSS:</p>
<ul>
<li>Grid</li>
<li>Variable</li>
</ul>
<p>WebGl: 3D Models <br>
WebVR: Virtual reality</p>
</body>
</html>