DevOpsHarden SSH on Ubuntu with Keys, UFW, and Fail2Ban
Lock down Ubuntu SSH with Ed25519 keys, UFW, and Fail2Ban while avoiding remote lockouts, with verification and recovery steps.
Engineering notes
DevOpsLock down Ubuntu SSH with Ed25519 keys, UFW, and Fail2Ban while avoiding remote lockouts, with verification and recovery steps.
BackendBuild a production-aware asynchronous FastAPI API with PostgreSQL, SQLAlchemy sessions, bounded connection pools, transactions, migrations, and cleanup.
Cloud & InfrastructureDesign reusable Terraform modules for AWS with clear boundaries, validated inputs, stable outputs, version pinning, automated tests, and safe refactoring.
DevOpsRun Laravel Horizon reliably on Ubuntu with Redis, Supervisor, queue balancing, safe retries, metrics, monitoring, and graceful deployments.
Frontend DevelopmentBuild a resilient offline-first web app with Workbox using safe precaching, route-specific cache strategies, update handling, and practical testing.
Cloud & InfrastructureConfigure Kubernetes startup, readiness, and liveness probes with honest health endpoints, measured timing, graceful shutdown, and production diagnostics.