Skip to content

Commit 0057df8

Browse files
authored
feat: aws certifications (#12)
1 parent 8d17b53 commit 0057df8

21 files changed

+1441
-4
lines changed

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install gem dependencies
1717
run: gem install mdl
1818
- name: Test (mdl)
19-
run: mdl *.md -s .mdl_style.rb
19+
run: mdl **/*.md -s .mdl_style.rb
2020
# Check for grammar and spelling inconsistencies within the repository.
2121
spellcheck:
2222
runs-on: ubuntu-latest

.mdl_style.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
# Line length is disabled as I write according to https://sembr.org
1313
exclude_rule 'MD013'
1414

15-
# Allow headers to have the same content in different nesting contexts
16-
rule 'MD024', :allow_different_nesting => true
15+
# Would prefer to allow headers to have the same content in different nesting contexts, but unfortunately even with
16+
# `allow_different_nesting` set, this does not consider parent-siblings as "different", so this rule must be disabled for now.
17+
# rule 'MD024', :allow_different_nesting => true
18+
exclude_rule 'MD024'
1719

1820
# Allow trailing question marks in headers
1921
rule 'MD026', :punctuation => '.,;:!'

.wordlist.spellcheck.txt

Lines changed: 146 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,200 @@
1+
ACL
12
Addendums
23
AltStore
4+
AMI
5+
AMIs
6+
analytics
37
APIs
8+
artifact
9+
Artifacts
10+
ASG
11+
ASGs
12+
Authenticator
413
autosigning
14+
AZs
15+
Balancer
16+
balancer
17+
balancers
18+
Bitwarden
19+
Blockchain
20+
blockchain
21+
Blockchains
522
blocklists
623
brotli
724
Brotli
25+
Catalog
26+
catalog
27+
CDK
28+
CDN
29+
centric
830
CIDR
31+
CLI
32+
clientside
933
CloudFlare
34+
CloudFormation
35+
CloudFormation's
1036
CloudKeys
37+
CloudShell
38+
CloudTrail
39+
CloudWatch
40+
CodeArtifact
41+
CodeBuild
42+
CodeCommit
43+
CodeDeploy
44+
CodePipeline
45+
CodeStar
1146
Configurator
47+
coprocessors
48+
CPUs
49+
CRR
50+
cryptographic
51+
cryptographically
52+
CSV
53+
CUDA
54+
datasets
55+
DataSync
56+
DAX
1257
deregister
1358
DHCP
59+
distractor
60+
DMS
1461
DNR
1562
DNS
63+
DocumentDB
1664
dropdown
1765
DSL
66+
EBS
67+
ECR
68+
ECS
69+
EFS
70+
ElastiCache
71+
ElasticBeanstalk
72+
ELB
73+
EMR
74+
Ethereum
75+
ETL
76+
FaaS
77+
failover
78+
Fargate
79+
filesystem
80+
FSx
1881
FTL
1982
GbE
83+
GCP
84+
GiB
85+
GovCloud
2086
GPG
87+
Greengrass
88+
gRPC
89+
GWLB
90+
hoc
91+
HPC
92+
HTTP
93+
HTTPS
94+
Hyperledger
95+
IaaS
96+
IAM
97+
IDEs
98+
IIS
99+
integrations
100+
IOPS
101+
IoT
21102
ipa
22103
iPadOS
23104
iPhones
24105
IPs
106+
IPv
107+
js
108+
JSON
25109
keychain
110+
latencies
111+
lifecycle
112+
Lightsail
26113
lookups
27114
macOS
28115
macOS's
116+
MapReduce
29117
microSD
118+
middleware
30119
MIMO
120+
MPP
31121
Multicast
122+
natively
32123
netmask
124+
NFS
33125
Nginx
34126
Nginx's
127+
NIST
128+
NLB
129+
NoSQL
130+
NTFS
131+
NVMe
132+
OLAP
133+
OLTP
134+
OpsHub
135+
PaaS
136+
PBs
137+
performant
35138
PiHole
36139
PiHole's
37140
PoE
38-
Programmatically
141+
Postgres
142+
preprocessing
39143
procedurally
144+
Programmatically
145+
QLDB
146+
QuickSight
147+
RDP
148+
recreatable
149+
RedShift
40150
regexes
41151
regexpFilter
152+
Rekognition
42153
ruleset
43154
rulesets
155+
runtime
156+
runtimes
157+
SaaS
158+
scalability
159+
scalable
160+
schemas
161+
SDK
162+
serverless
163+
serverside
164+
SFTP
44165
sideload
45166
Sideloading
46167
SideStore
168+
signup
169+
SMB
170+
Snowcone
171+
SQS
172+
SRR
173+
SSD
47174
SSHing
175+
SSL
176+
SSM
48177
StackOverflow
49178
subnet
50179
Subnet
180+
SurePassID
51181
symlink
182+
TBs
183+
TCP
52184
Teleporter
185+
Terraform
186+
TiB
187+
tiering
188+
TLS
189+
TODO
190+
TOTP
191+
transcoding
53192
tvOS
54193
Ubiquiti
194+
Udemy
55195
UDID
56196
UDM
197+
UDP
57198
UDR
58199
UI
59200
unarchived
@@ -62,11 +203,15 @@ UniFi
62203
unsandboxed
63204
updatable
64205
uYouEnhanced
206+
vCPUs
65207
vDev
66208
visionOS
67209
VLAN
210+
VM
211+
VPC
68212
watchOS
69213
WebExtension
70214
WebExtensions
71215
WebKit
216+
WebSocket
72217
Xcode

0 commit comments

Comments
 (0)