Hands-on labs covering core Azure, AWS, Linux, Git, and workflow-automation skills — provisioning infrastructure, hosting a static site, and building a simple AI agent.
Each folder is self-contained: a short write-up plus runnable scripts/templates, not just screenshots.
| Folder | What it covers |
|---|---|
azure-vm/ |
Provisioning an Azure VM via Bicep + Azure CLI |
aws-static-site/ |
Hosting a static website on S3 (CLI + CloudFormation) |
aws-iam/ |
IAM users, groups, and least-privilege policies |
linux-commands/ |
Core Linux file/directory commands cheatsheet |
git-commands/ |
Core Git workflow cheatsheet |
ai-agent-n8n/ |
Building a conversational AI agent in n8n (Gemini + memory) |
Cloud platforms are usually taught by clicking through a console. The goal here was to redo each task as code — Bicep/CloudFormation templates and CLI scripts — so the steps are reviewable and repeatable instead of a one-time click-through.