-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (214 loc) · 19 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
<!doctype html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>Coding Terms | ALL TERMS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Coding Terms | ALL TERMS">
<meta name="description" content="Explanation of programming and tech terms. Coding terms dictionary Coding terms dictionary in programming">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://codingterms.com/">
<meta property="og:title" content="Coding Terms | ALL TERMS">
<meta property="og:description" content="Explanation of programming and tech terms. Coding terms dictionary in programming">
<meta property="og:image" content="">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://codingterms.com/">
<meta property="twitter:title" content="Coding Terms | ALL TERMS">
<meta property="twitter:description" content="Explanation of programming and tech terms. Coding terms dictionary in programming">
<meta property="twitter:image" content="">
<meta charset="utf-8">
<meta name="author" content="Eddymens">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/site.webmanifest.html">
<meta name="google-site-verification" content="6vzv3E5M2knCHb09ihdXyAo3NUZWGAQQjGjY0RQ740M" />
<link href="assets/main.min.css" rel="prefetch" >
<link href="assets/main.min.css" rel="stylesheet">
<!-- Custom styles -->
<link href="assets/style.css" rel="prefetch">
<link href="assets/style.css" rel="stylesheet">
<link href="index.html" rel="prefetch" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<link rel="preconnect" href="https://www.googletagmanager.com">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K7K2MR150P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K7K2MR150P');
</script>
</head>
<a href="_redirects" style="display: none;" ></a>
<body>
<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-md-3 col-lg-2 me-0 w-xs-100 text-center" href="index.html">
<h3>Coding Terms</h3>
</a>
<link href="term/abstract-syntax-tree.html" rel="prefetch" />
<input class="form-control form-control-dark w-70 w-xs-100" type="text"
placeholder="Search for a term" aria-label="Search" id="search" onkeyup="search()">
<div class="navbar-nav w-xs-100">
<div class="nav-item text-nowrap">
<a class="btn bg-danger btn-lg w-xs-100" target="blank" href="https://easybiz.typeform.com/to/TznHJjSn">Find tech jobs</a>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row">
<main class="col-md-12 ms-sm-auto col-lg-12 px-md-12">
<div class="flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
<p class="term-title text-center text-capitalize">all terms</p>
</div>
<div class="container">
<div class="row">
<div class="col-1"></div>
<div class="col-10 card">
<article class="term-body">
<p><a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/abstract-syntax-tree.html">abstract syntax tree</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/abstraction.html">abstraction</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/acceptance-testing.html">acceptance testing</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/anti-pattern.html">anti pattern</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/api.html">api</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/argument.html">argument</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/ascii.html">ascii</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/authentication.html">authentication</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/authorization.html">authorization</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/backlog.html">backlog</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/boilerplate.html">boilerplate</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/bug.html">bug</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/cache.html">cache</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/callback.html">callback</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/casting.html">casting</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/closed-source.html">closed source</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/cloud.html">cloud</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/cloud-computing.html">cloud computing</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/code.html">code</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/code-smell.html">code smell</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/code-snippet.html">code snippet</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/command-line-interface-cli.html">command line interface cli</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/comment.html">comment</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/compiler.html">compiler</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/concatenation.html">concatenation</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/concurrency.html">concurrency</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/configuration.html">configuration</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/continuous-integration-ci.html">continuous integration ci</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/cookie.html">cookie</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/cronjob.html">cronjob</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/crud.html">crud</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/dark-pattern.html">dark pattern</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/data-type.html">data type</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/database.html">database</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/deadlock.html">deadlock</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/debugging.html">debugging</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/deployment.html">deployment</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/deprecate.html">deprecate</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/design-pattern.html">design pattern</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/developer.html">developer</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/documentation.html">documentation</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/domain-specific-language-dsl.html">domain specific language dsl</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/duck-punching.html">duck punching</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/dynamically-typed-languages.html">dynamically typed languages</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/feature-creep.html">feature creep</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/frontend-web-framework.html">frontend web framework</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/function.html">function</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/general-purpose.html">general purpose</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/graphic-user-interface-gui.html">graphic user interface gui</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/high-level.html">high level</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/immutability.html">immutability</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/integrated-development-environment-ide.html">integrated development environment ide</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/interpreter.html">interpreter</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/json.html">json</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/just-in-time-compiler-jit.html">just in time compiler jit</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/jwt.html">jwt</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/key-value-pair.html">key value pair</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/keyword.html">keyword</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/lazy-loading.html">lazy loading</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/library.html">library</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/load-balancing.html">load balancing</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/local-storage.html">local storage</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/locale.html">locale</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/localization.html">localization</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/long-term-support-lts.html">long term support lts</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/loop.html">loop</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/low-level.html">low level</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/macro.html">macro</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/minimum-viable-product-mvp.html">minimum viable product mvp</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/model-view-controller-mvc.html">model view controller mvc</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/monkey-patching.html">monkey patching</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/object-relational-model-orm.html">object relational model orm</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/open-source.html">open source</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/operating-system.html">operating system</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/outsource.html">outsource</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/parameter.html">parameter</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/parser.html">parser</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/payment-processor.html">payment processor</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/pixel-tracking.html">pixel tracking</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/preprocessor.html">preprocessor</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/primary-key.html">primary key</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/program.html">program</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/programmer.html">programmer</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/programming-language.html">programming language</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/proxy-server.html">proxy server</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/pseudocode.html">pseudocode</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/refactor.html">refactor</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/regression-testing.html">regression testing</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/runtime.html">runtime</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/sandbox.html">sandbox</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/schema.html">schema</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/semantic.html">semantic</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/semver.html">semver</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/separation-of-concern-soc.html">separation of concern soc</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/server.html">server</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/session-storage.html">session storage</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/shell-scripting.html">shell scripting</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/sitemap.html">sitemap</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/software.html">software</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/software-developer.html">software developer</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/software-development-kit-sdk.html">software development kit sdk</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/software-engineer.html">software engineer</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/software-patch.html">software patch</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/source-code.html">source code</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/spaghetti-code.html">spaghetti code</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/stateless.html">stateless</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/statically-typed-languages.html">statically typed languages</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/stress-testing.html">stress testing</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/syntax.html">syntax</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/tech-stack.html">tech stack</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/technical-debt.html">technical debt</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/terminal.html">terminal</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/test-coverage.html">test coverage</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/testing.html">testing</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/timestamp.html">timestamp</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/transpiler.html">transpiler</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/unit-testing.html">unit testing</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/user-agent.html">user agent</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/variable.html">variable</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/version-control.html">version control</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/versioning.html">versioning</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/web-framework.html">web framework</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/webhook.html">webhook</a>
<a class="badge bg-secondary custom-badge mt-2 term-link text-capitalize" href="term/work-in-progress-wip.html">work in progress wip</a></p>
</div>
<a href="https://github.com/EDDYMENS/coding-terms-markdown" target="__blank" class="center-it"><b>Github</b></a>
</div>
<div class="col-1"></div>
</article>
</div>
</html>
</div>
</main>
</div>
</div>
</body>
<script>
function search(){var e,t,n;for(e=document.getElementById("search").value.toLowerCase(),t=document.getElementsByClassName("term-link"),n=0;n<t.length;n++){var a=t[n];(a.textContent||a.innerText).toLowerCase().indexOf(e)>-1?a.style.display="":a.style.display="none"}}
</script>
<!--hidden links-->
<template>
<a href="404.html" href="sitemap.xml"></a>
</template>
</html>