-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtag-mappings.txt
More file actions
274 lines (241 loc) · 5.32 KB
/
Copy pathtag-mappings.txt
File metadata and controls
274 lines (241 loc) · 5.32 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
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
# Tag Consolidation Mappings
# Format: old-tag -> new-tag
#
# Special operations:
# tag -> DELETE (always remove the tag)
# tag -> DELETE_IF_NOT_ALONE (remove only if other tags exist)
#
# Case Inconsistencies (Easy Fixes)
spiffeid -> SPIFFE
ESO -> eso
# Capitalize Acronyms
spiffe -> SPIFFE
spire -> SPIRE
spike -> SPIKE
vcf -> VCF
# External Secrets Operator
eso -> external-secrets-operator
external-secrets-operator -> external-secret-operator
vault -> external-secret-operator
# SPIFFE/SPIRE
federation -> SPIFFE
spire-agent -> SPIRE
go-spiffe -> SPIFFE
zero-trust -> {SPIFFE;SPIRE}
token -> {SPIFFE;SPIRE}
mtls -> {SPIFFE;SPIRE}
# Go-specific
cgo -> go
concurrency -> go
cross-compilation -> go
defer -> go
slog -> go
slices -> go
sdk -> go
deadlocks -> go
http -> go
mutexes -> go
base64 -> go
microservices -> go
rest-api -> go
request -> go
# Secrets-related
secrets -> secrets-management
secret-management -> secrets-management
secret-sharing -> secrets-management
oidc -> secrets-management
# Security
certificates -> security
encryption -> security
shamir -> security
key-management -> security
pem -> security
sqlite -> security
# Memory-related
memory-management -> memory
memory-retention -> memory
# Identity-related
identity-management -> identity
identity -> SPIFFE
# Encryption/Crypto
ssl -> tls
decoding -> encoding
url-encoding -> encoding
decryption -> encryption
data-encryption -> encryption
age -> encryption
# Hashing
sha256 -> hashing
# Keys
KEK -> key-management
DEK -> key-management
# UX
user-experience -> ux
# Development
developer -> development
design-patterns -> development
error-handling -> development
refactoring -> development
database -> development
html -> development
glossary -> development
haskell -> development
rust -> development
destructuring -> development
hashing -> development
javascript -> development
logging -> development
system-design -> development
testing -> development
regexp -> {roadmap;development}
method-extraction -> development
strategy -> {tips;development}
# Hacker culture
hacker-ethic -> hacker-culture
hackers -> hacker-culture
hacking -> hacker-culture
guide -> hacker-culture
team -> hacker-culture
trust -> hacker-culture
# Workload domains
workload-domain -> workload-domains
# Git/Version Control
git-commands -> git
commit -> git
github -> git
gitlab -> git
gpg -> git
workflow -> {tips;git}
releases -> git
# Shell/Terminal
zsh -> shell
terminal -> shell
command-line -> shell
shell -> linux
# Unix/Linux
ubuntu -> linux
unix -> linux
bash -> linux
permissions -> linux
# Content/Writing
content -> writing
blogging -> writing
writing -> content-creation
documentation -> content-creation
streaming -> {content-creation;productivity}
# Design
color-theory -> design
ux -> design
typography -> design
# Networking
tcp-ip -> networking
network-communication -> networking
osi-model -> networking
tcp/ip -> networking
syslog -> {devops;networking}
# Creativity
reinvent -> creativity
creativity -> hacker-culture
# AWS
ecr -> aws
# Tips
environment-variables -> tips
bookmarking -> tips
loc -> tips
journaling -> {ponderings;tips;productivity}
redirect -> {tips;development}
time-management -> productivity
workspace -> productivity
vim -> {productivity;development}
shiori -> setups
reflection -> productivity
simplicity -> productivity
# VMware
vcsa -> VCF
vcenter -> VCF
esxi -> VCF
cloud-foundation -> VCF
aria-suite -> VCF
vsphere -> VCF
best-practices -> VCF
software-bundles -> VCF
sddc -> VCF
sddc-manager -> VCF
cloud -> VCF
cluster-management -> VCF
private-cloud -> VCF
deployment -> VCF
disaster-recovery -> VCF
host-comissioning -> VCF
host-commissioning -> VCF
host-expansion -> VCF
dns -> VCF
gpu -> VCF
configuration -> VCF
installation -> VCF
workload-domains -> VCF
lifecycle-management -> VCF
virtual -> VCF
modernization -> VCF
virtualization -> VCF
ntp -> VCF
storage -> VCF
vsecm -> VCF
vmware -> VCF
migration -> VCF
server -> VCF
# Infrastructure
o-ran -> infrastructure
infrastructure -> VCF
# Projects
aegis -> SPIKE
architecture -> SPIKE
# External Secrets Operator (continued)
debugging -> external-secret-operator
# Meta/Series tags to remove (have dedicated landing pages)
zero-to-prod -> DELETE
# Conditional removals (only remove if other tags exist)
automation -> DELETE_IF_NOT_ALONE
comparison -> DELETE_IF_NOT_ALONE
authentication -> DELETE_IF_NOT_ALONE
systemd -> DELETE_IF_NOT_ALONE
closure -> DELETE_IF_NOT_ALONE
programming -> DELETE_IF_NOT_ALONE
cli -> DELETE_IF_NOT_ALONE
memory -> DELETE_IF_NOT_ALONE
encoding -> DELETE_IF_NOT_ALONE
json -> DELETE_IF_NOT_ALONE
jwt -> DELETE_IF_NOT_ALONE
marshaling -> DELETE_IF_NOT_ALONE
mastodon -> DELETE_IF_NOT_ALONE
mac-os -> DELETE_IF_NOT_ALONE
learning -> DELETE_IF_NOT_ALONE
webhooks -> DELETE_IF_NOT_ALONE
ponderings -> DELETE_IF_NOT_ALONE
version-control -> DELETE_IF_NOT_ALONE
# DevOps/Kubernetes
docker -> devops
devops -> kubernetes
performance -> kubernetes
aws -> kubernetes
namespaces -> kubernetes
platform-development -> kubernetes
services -> kubernetes
scalability -> devops
nodejs -> devops
papertrail -> devops
# Category tags
catch-22 -> top-of-mind
drafts -> inbox
career -> top-of-mind
collaboration -> top-of-mind
reading-list -> roadmap
snippets -> inbox
startup -> roadmap
perception -> top-of-mind
# Meta tags to consolidate
volkan -> about
geyik -> about
backstory -> about
contact -> about
privacy -> about