Topic · 23 articles
DevOps & AWS
Shipping, running, and observing services in the cloud.
Writing the service is half the job; running it is the other half. This hub covers the operational side — containerizing with Docker, wiring up CI/CD, deploying to AWS, and adding the observability you need to debug a system you cannot see.
It connects the application work in the Node.js and System Design hubs to what production actually demands.
Frequently asked questions
What does the DevOps and AWS content focus on?
The operational side of shipping software — containerizing with Docker, setting up CI/CD, deploying to AWS, and adding the observability needed to debug a running system.
Do I need AWS specifically to follow this?
No. AWS is the example cloud, but the practices — containers, pipelines, health checks, logging, and metrics — carry over to other providers with minor changes.