-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesh.buzzwords.html
More file actions
104 lines (99 loc) · 3.21 KB
/
esh.buzzwords.html
File metadata and controls
104 lines (99 loc) · 3.21 KB
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
<!-- BEGIN esh.buzzwords.html -->
<div id="buzzwords" class="mb-3"> </div>
<main>
<section class="container py-5">
<div class="row">
<div class="col">
<h1 class="text-center text-md-start text-primary border-bottom">Buzzwords</h1>
</div>
</div>
<div class="row g-4 py-5">
<p id="buzzwords-list">
<strong>#api</strong>
<strong>#apple</strong>
<strong>#architecture</strong>
<strong>#artifacts</strong>
<strong>#aws</strong>
<strong>#babel</strong>
<strong>#backend</strong>
<strong>#bash</strong>
<strong>#cd</strong>
<strong>#cdk</strong>
<strong>#ci</strong>
<strong>#cloud</strong>
<strong>#cloudformation</strong>
<strong>#cloudnative</strong>
<strong>#concurrency</strong>
<strong>#crossplatform</strong>
<strong>#curl</strong>
<strong>#darwin</strong>
<strong>#datalake</strong>
<strong>#design</strong>
<strong>#desktop</strong>
<strong>#deterministic</strong>
<strong>#devops</strong>
<strong>#distributed</strong>
<strong>#docker</strong>
<strong>#documentation</strong>
<strong>#electron</strong>
<strong>#emacs</strong>
<strong>#erlang</strong>
<strong>#eslint</strong>
<strong>#eventdriven</strong>
<strong>#faulttolerant</strong>
<strong>#gdpr</strong>
<strong>#git</strong>
<strong>#gitops</strong>
<strong>#gnu</strong>
<strong>#grammar</strong>
<strong>#highavailability</strong>
<strong>#homebrew</strong>
<strong>#http</strong>
<strong>#hypermedia</strong>
<strong>#iac</strong>
<strong>#iam</strong>
<strong>#infrastructure</strong>
<strong>#integration</strong>
<strong>#javascript</strong>
<strong>#jsonschema</strong>
<strong>#lambda</strong>
<strong>#lead</strong>
<strong>#linux</strong>
<strong>#log</strong>
<strong>#lowlevel</strong>
<strong>#management</strong>
<strong>#monitoring</strong>
<strong>#nativebindings</strong>
<strong>#nodejs</strong>
<strong>#observability</strong>
<strong>#openapi</strong>
<strong>#peg</strong>
<strong>#performance</strong>
<strong>#pipeline</strong>
<strong>#product</strong>
<strong>#pubsub</strong>
<strong>#queues</strong>
<strong>#realtime</strong>
<strong>#reliable</strong>
<strong>#reproduceable</strong>
<strong>#rest</strong>
<strong>#reusable</strong>
<strong>#sandbox</strong>
<strong>#scalable</strong>
<strong>#secrets</strong>
<strong>#serverless</strong>
<strong>#statemachines</strong>
<strong>#tdd</strong>
<strong>#team</strong>
<strong>#terraform</strong>
<strong>#typescript</strong>
<strong>#vuejs</strong>
<strong>#webextension</strong>
<strong>#webrtc</strong>
<strong>#windows</strong>
<strong>#wsl</strong>
</p>
</div>
</section>
</main>
<!-- END esh.buzzwords.html -->