Terraform Basics
Learn Infrastructure as Code fundamentals with Terraform.
Terraform Basics
Learn Infrastructure as Code fundamentals with Terraform.
What are the main Terraform workflow steps?
Write → Init → Plan → Apply → Destroy. Write configuration, initialize providers, preview changes, apply infrastructure, and optionally destroy resources.
More flashcard decks
API Design
Designing Rate Limiting for APIs
Token bucket, leaky bucket, fixed and sliding window algorithms, plus the patterns for building rate limiters that work in distributed systems without falling over.
20 minutes
GitOps
ArgoCD Fundamentals
Master GitOps principles and ArgoCD essentials including app deployment, sync policies, multi-cluster management, and security best practices.
20 minutes
Serverless
AWS Lambda Cold Start Optimization
How cold starts actually work in AWS Lambda and the techniques that cut them down: runtime and memory choices, code and package tuning, provisioned concurrency, and SnapStart.
18 minutes
Also worth your time on this topic
Terraform Repository Structure Checklist
Best practices for organizing and structuring your Terraform projects for maintainability and scalability.
30-45 minutes
Complete Web Server Automation with Ansible
Build a comprehensive Ansible playbook to automate web server deployment, configuration, and security hardening across multiple environments.
75 minutes
Designing Rate Limiting for APIs
Token bucket, leaky bucket, fixed and sliding window algorithms, plus the patterns for building rate limiters that work in distributed systems without falling over.
20 minutes