DevOps
15 packages, each available for 11 model families.
aws
Running on AWS safely — IAM least privilege, network layout, encryption defaults, cost control, and the misconfigurations that cause breaches and…
backups
Backing up infrastructure and state — what is actually stateful, immutability against ransomware, cross-account isolation, and restore drills.
cicd
Pipelines that catch real problems fast — stage ordering, caching, build-once promotion, secrets handling, and gates that are worth blocking a merge…
cloudflare
Cloudflare as CDN, WAF and edge platform — DNS and proxying, cache rules that actually cache, origin protection, Workers limits, and rate limiting.
deployment
Shipping without downtime — rolling, blue/green and canary strategies, graceful shutdown, backward-compatible changes, and verifying before declaring…
disaster-recovery
Planning and rehearsing recovery from a major failure — RTO and RPO, failure scenarios, runbooks, incident roles, and drills that find the gaps.
docker
Container images that are small, reproducible and safe — multi-stage builds, layer caching, non-root users, signal handling, and what never goes in…
docker-compose
Compose for local development and small deployments — service dependencies and health, volumes, environment handling, and why it is not production…
environments
Managing dev, staging and production — configuration injected not baked, parity that matters, environment variable validation, and safe test data.
github-actions
GitHub Actions workflows that are fast and not exploitable — trigger safety, OIDC over static keys, pinning, caching, concurrency and reusable…
kubernetes
Running workloads on Kubernetes — resource requests and limits, probes, disruption budgets, security context, and the configuration that decides…
logging
Log infrastructure — collection from stdout, structured pipelines, retention tiers, PII handling, and controlling the largest observability bill.
monitoring
Infrastructure monitoring — what to collect from hosts, clusters and dependencies, SLO-based alerting, dashboards people use, and controlling the…
rollback
Reversing a bad release quickly — what makes a deploy reversible, database changes that block rollback, feature flags, and rehearsing the procedure.
vercel
Deploying to Vercel — environment configuration, serverless and edge constraints, connection pooling, caching, preview deployments and cost control.