Cloud and DevOps
Cloud and DevOps covers the major cloud platforms, containerization, and the automation (CI/CD, infrastructure as code) that gets code from a laptop to production reliably.
Who this is for: Developers moving from writing code to deploying and operating it.
Suggested starting point: AWS
Technologies (8)
AWS
The largest cloud platform, offering compute, storage, and managed services.
Azure
Microsoft's cloud platform, closely integrated with the .NET ecosystem.
CI/CD
Automating testing and deployment on every code change.
Docker
Packages an application and its dependencies into a portable container.
GitHub Actions
GitHub's built-in CI/CD automation, triggered by repository events.
Google Cloud
Google's cloud platform, known for data/ML services and Kubernetes origins.
Kubernetes
Orchestrates and scales containerized applications across many machines.
Terraform
Defines cloud infrastructure as version-controlled code.