-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
46 lines (44 loc) · 2.16 KB
/
authors.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Official docs</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>
<h2 id="official-docs">Official docs</h2>
<p><a href="https://www.w3.org/blog/news/">https://www.w3.org/blog/news/</a> <br>
<a href="https://reactjs.org/blog/2020/02/26/react-v16.13.0.html">https://reactjs.org/blog/2020/02/26/react-v16.13.0.html</a> <br>
<a href="https://blog.angular.io/">https://blog.angular.io/</a></p>
<h2 id="javascript--css">Javascript \ CSS</h2>
<h3 id="twitter">Twitter</h3>
<p>Jake Archibald Google advocate <br>
Surma Google advocate <br>
Jen Simmons from Mozilla <br>
Rachel Andrew</p>
<h3 id="youtube-channel">Youtube channel</h3>
<p>Google dev summit <br>
Http 203 <br>
Fun fun function</p>
<h2 id="architecture">Architecture</h2>
<p>DDD: Eric Evans <br>
Lean startup: Eric Rise <br>
Head first design pattern, Design pattern : Eric Gamma, Richard Helm <br>
Event sourcing : Martin Fowler <br>
SOLID : Uncle bob</p>
</body>
</html>