Skip to content
Tag

#DevOps

6 articles tagged #DevOps.

Docker

Docker in Production: Images, Volumes, Networks & Compose

Containers, images, volumes, networks, Dockerfiles, Compose stacks, private registries, and the troubleshooting playbook for production containers.

Intermediate
DevOps

Git Branching Strategies: Git Flow vs. Trunk-Based Development

Git Flow's branch model compared against trunk-based development with short-lived feature branches and feature flags — with a decision framework.

Beginner
DevOps

Docker Compose for Multi-Container Applications

compose.yaml services, networks, volumes, environment files, healthchecks, and dependency ordering for a real app + database + cache stack.

Intermediate
DevOps

Kubernetes Pods, Deployments & Services Explained

The Pod as the atomic unit, Deployments for replica management and rollouts, and Services (ClusterIP/NodePort/LoadBalancer) for stable networking.

Intermediate
DevOps

Terraform State Management & Remote Backends

Why state exists, the danger of local state on a team, S3 + DynamoDB remote backends with state locking, and recovering from state drift.

Advanced
Resume Lab

DevOps Resume: Structure, Keywords & Examples

Section order for a DevOps/SRE resume, which tools and metrics recruiters scan for first, and a before/after bullet-point rewrite.

Beginner