-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (197 loc) · 5.61 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>nerds-jargon-jungle</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="description" content="Crunch the syntax-heavy jungle of tech terms">
<meta name="author" content="Ivan Prytula">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/dracula.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<section>
<h3><code>nerds-jargon-jungle</code></h3>
<p>
Learning & memorizing of programming (mostly Python related), computer and other fancy words:
abbreviations, acronyms, initialisms, contractions, jargon, shorthands, etc.
</p>
<br />
<br />
<br />
<br />
<h4>Also check <a href="https://ivanprytula.github.io/py-tips-n-tricks">Python Tips-n-Tricks</a>
slides</h4>
<hr>
<small>Made with <a href="https://revealjs.com/">reveal.js</a></small>
</section>
<section>
<h3>Note</h3>
<ul class="r-fit-text">
<li>Hold down the <strong>alt</strong> key (<strong>ctrl</strong> in Linux) and click on any
element to zoom towards it.
Click again to zoom back out.</li>
<li>Press <strong>Shift + ← / →</strong> Jump to first/last slide</li>
<li>Press <strong>CTRL + Shift + F</strong> Search on all slides. Found words/phrases will be
highlighted. Press Enter to jump between slides with found words/phrases.
</li>
<li>
<em>At any time press `Shift+?` to see the help overlay with keyboard shortcuts</em>
</li>
</ul>
</section>
</section>
<!-- Slides are separated by regexp matching newline + three dashes + newline, vertical slides identical but two dashes -->
<section data-markdown>
<script type="text/template">
## OOP / OOD
- Object-Oriented Programming (paradigm)
- Object-Oriented Design
---
## SOLID
- S - Single Responsibility Principle (SRP)
- O - Open-closed Pripciple (OCP)
- L - Liskov Substitution Principle (LSP)
- I - Interface Segregation Principle (ISP)
- D - Dependency Inversion Principle (DIP)
---
## KISS
Keep it simple, stupid
---
## DRY
Don't repeat youself
---
## YAGNI
You Aren't Gonna Need It
---
## HTTP/HTTPS
- HyperText Transfer Protocol (port :80)
- HyperText Transfer Protocol Secure (port :443)
---
## ISPs
Internet service providers
---
## OSI
Open Systems Interconnection
---
## TCP/IP
Transmission Control Protocol/Internet Protocol
- Ports
- Sockets
- Connections
- Data transfer
---
## SSL/TLS
Secure Sockets Layer/Transport Layer Security
- Certificates: Certificate Authority (CA) or self-signed
- Handshake
- Encryption
<hr/>
<ul class="r-fit-text">
<li>Ensure that your application is designed to use SSL/TLS when transmitting sensitive data</li>
<li>Ensure that you obtain and maintain valid SSL/TLS certificates for your servers</li>
<li>Follow best practices for configuring and securing your SSL/TLS connections</li>
</ul>
---
## DHCP
Dynamic Host Configuration Protocol
---
## DNS
Domain Name System
</script>
</section>
<section>
<h2>FTP</h2>
File Transfer Protocol
</section>
<section>
<h2>SLIs, SLOs & SLAs</h2>
<ul>
<li>Service level indicators</li>
<li>Service level objectives</li>
<li>Service level agreements</li>
</ul>
</section>
<section>
<h2>SSO</h2>
Single Sign On
</section>
<section>
<h2>OAuth</h2>
Open Authorization
</section>
<section>
<h2>JWT</h2>
JSON Web Token
</section>
<section>
<h2>LLMs</h2>
Large language models
</section>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<section>
<h2>NLP</h2>
Neuro-linguistic programming
</section>
<section>
<h2></h2>
</section>
<section>
<h2></h2>
</section>
<section>
<h2></h2>
</section>
<section>
<h2></h2>
</section>
<section>
<h2></h2>
</section>
<section>
<h2></h2>
</section>
<section>
<h2></h2>
</section>
<section>
<h2></h2>
</section>
<section>
<h2>GoF</h2>
Gangs of Four Design Patterns
</section>
<section data-background="http://i.giphy.com/90F8aUepslB84.gif">
<h2>WOW, cool job, bro!</h2>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/zoom/zoom.js"></script>
<script src="plugin/search/search.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
slideNumber: true,
mouseWheel: true,
transitionSpeed: "fast",
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealZoom, RevealSearch]
});
</script>
</body>
</html>