Trending this week
Browse by domain
Categories
AWS
Amazon Web Services guides, tips and architectures.
Azure
Microsoft Azure services, deployments and best practices.
Google Cloud
GCP services, tools and hands-on tutorials.
DevOps Tools
CI/CD, Docker, Kubernetes, Terraform and more.
Programming Guides
Languages, frameworks, patterns and playbooks.
IT Tips
Sysadmin tricks, productivity and everyday IT wisdom.
Fresh from the lab
Featured Articles
ECS Part 3: Deploy to Fargate — Cluster, Task, Service
Create the cluster, define the task, run it as a service, open the security group — your container is live.
ECS Part 2: Create ECR Repository & Push Docker Image
Create a private image registry, authenticate Docker, tag & push. Four commands you'll use forever.
ECS Part 1: Write the Dockerfile & Configure AWS CLI
A minimal Apache Dockerfile + creating an IAM user with ECR permissions + configuring `aws configure`.
Deploy a Container on AWS: Dockerfile → ECR → ECS Fargate
The complete story of getting a Docker container to run on AWS with zero servers to patch — starts here.
CI/CD Project Part 5: Monitoring with Prometheus + Grafana
Add observability to the pipeline — download Prometheus, install Grafana, wire them together, dashboard the whole cluster.
CI/CD Project Part 4: The Complete Jenkinsfile (11 Stages)
The full annotated Jenkinsfile: checkout, test, scan, quality-gate, build, publish artifact, build image, scan image, push, deploy, notify.