Cloudflare
DNS, CDN, and WAF in front of production traffic.
Prerequisites
Related Articles
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.
DevOpsDocker Compose for Multi-Container Applications
compose.yaml services, networks, volumes, environment files, healthchecks, and dependency ordering for a real app + database + cache stack.
DevOpsKubernetes Pods, Deployments & Services Explained
The Pod as the atomic unit, Deployments for replica management and rollouts, and Services (ClusterIP/NodePort/LoadBalancer) for stable networking.
DevOpsRelated Projects
AWS Static Website Hosting
Production-grade static site delivery pipeline using S3 origin storage, CloudFront edge caching, ACM-issued TLS, Route53 DNS, and Cloudflare in front for extra security and performance.
BeginnerAWS Dynamic Website Hosting
Full dynamic web application stack on EC2 with an RDS-backed database, CloudFront + S3 for static assets, ACM TLS, Route53 DNS, and Cloudflare protection in front of the origin.
Intermediate