Security
# AppSec, DevSecOps, secure configuration & maintenance.
❯ cat documents/
-
AppSec fundamentals
Concept
2026-08-08
The attacks every developer must know — injection, XSS, CSRF, SSRF, deserialization — and the defensive habits that neutralize them.
-
Authentication & authorization
Concept
2026-08-08
Who you are vs. what you may do — sessions, JWTs, OAuth2/OIDC flows, MFA, and authorization models that scale.
-
TLS/HTTPS & certificate management
Concept
2026-08-08
How SSL/TLS actually works — the handshake, the certificate/PKI trust architecture, and operating certificates in practice.
-
Threat modeling
Concept
2026-08-08
Finding what can go wrong before building it — assets, trust boundaries, STRIDE, and keeping the practice lightweight.
-
Secrets management
Concept
2026-08-08
Keeping credentials out of code and alive in production — vaults, rotation, short-lived credentials, and the leak-response playbook.
-
Cryptography for engineers
Concept
2026-08-08
What to use, not how to build it — the primitive families, the misuse traps, and the boring right answers.
❯ tree collections/
-
Articles/
2 items
saved external articles on security topics.
-
Exercises/
4 items
curated build projects that drill the security concepts hands-on.