Tag: cloud
Browse 12 practical software engineering resources tagged with "cloud". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving cloud. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Cloud Computing
Cloud computing provides on-demand compute, storage, and networking without owning physical infrastructure. It enables elasticity, global reach, and managed services, but requires cost, security, and architecture discipline.
The resources below cover cloud providers, compute, storage, networking, serverless, cost optimization, and security. Each guide helps you build cloud-native systems that are efficient and secure.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Load Balancing with HAProxy and Health Checks
Configure HAProxy as a high-performance load balancer with active health checks, sticky sessions,...
AWS CLI Automation with Bash
Automate AWS resource provisioning, tagging, and cleanup using Bash scripts wrapped around the AWS...
Cloud Cost Optimization Recipe
Reduce cloud infrastructure costs with right-sizing, reserved instances, spot instances, and...
Orchestrate Serverless Workflows with Step Functions and
How to coordinate complex serverless processes using AWS Step Functions, Temporal, and Durable...
Auto-Scaling Policy Template
A template for documenting scale-up and scale-down rules for cloud infrastructure.
Blob Storage: S3, GCS, and Azure Blob Patterns for Engineers
A practical guide to cloud blob storage: bucket design, access control, lifecycle policies,...
GCP Basics: Core Services for Developers
A practical guide to Google Cloud Platform core services for developers: compute, storage,...
Infrastructure as Code — Terraform and Pulumi
A practical guide to managing infrastructure as code: benefits of declarative vs imperative...
Multi-Cloud Strategies — Benefits, Pitfalls
A practical guide to multi-cloud architecture: when to adopt it, workload placement strategies,...
Complete Guide to AWS Cost Optimization
Reduce AWS cloud spend by 40%. Covers EC2 right-sizing, Spot instances, Reserved Instances, Savings...