📰 Dev.to · Aisalkyn Aidarova
Articles from Dev.to · Aisalkyn Aidarova · 70 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9011)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Aisalkyn Aidarova
1d ago
NEXT LEVEL LAB — DevOps API Testing (AWS + Auth + CI/CD mindset)
🎯 Scenario You deployed a backend API (FastAPI / Node / Java — doesn’t matter) on: AWS...

Dev.to · Aisalkyn Aidarova
3d ago
advanced lab API test with ci/cd
What you will build A complete CI/CD pipeline that: Builds app (simulate) Deploys app...

Dev.to · Aisalkyn Aidarova
6d ago
7 labs that covers all topics of terraform cert, interview
Lab 1 — Remote Backend with S3 and DynamoDB What this lab teaches This lab...

Dev.to · Aisalkyn Aidarova
1w ago
LAB: Terraform EC2 with `user_data`
🎯 Goal Provision an EC2 instance that: Installs Nginx automatically Starts the...

Dev.to · Aisalkyn Aidarova
1w ago
LAB: Terraform Dependencies (Implicit vs Explicit)
📁 Project Structure terraform-dependency-lab/ │ ├── main.tf ├── variables.tf ├──...

Dev.to · Aisalkyn Aidarova
1w ago
LAB: Terraform Lifecycle (FULL HANDS-ON)
✅ What is lifecycle (quick recap) lifecycle block controls how Terraform handles resource...

Dev.to · Aisalkyn Aidarova
1w ago
Terraform Lab: Using `locals` (Real Project Style)
📁 Project Structure terraform-locals-lab/ ├── main.tf ├── variables.tf ├──...

Dev.to · Aisalkyn Aidarova
1w ago
LAB: Terraform Provisioners (EC2 + remote-exec + file)
Provision EC2 → upload script → execute script automatically 📁 Project...

Dev.to · Aisalkyn Aidarova
1w ago
LAB: Terraform Alias + Workspace + Import (Production Style)
📁 Project Structure (Skeleton) terraform-alias-workspace-import-lab/ │ ├──...

Dev.to · Aisalkyn Aidarova
1w ago
LAB: Terraform Workflow + Import (Production Style)
Create an AWS resource manually (outside Terraform) Import it into Terraform state Manage it fully...

Dev.to · Aisalkyn Aidarova
2w ago
TERRAFORM PRODUCTION LAB (SENIOR LEVEL)
🎯 Objective Build production-grade Terraform infrastructure with: Remote state (S3 +...

Dev.to · Aisalkyn Aidarova
2w ago
lab: centralized terraform module support
Real Production Idea A platform team maintains one Terraform repository. Application...

Dev.to · Aisalkyn Aidarova
2w ago
LAB: Production Terraform Modules (Local + GitHub + Registry + Multi-Env)
In real companies: You have multiple environments dev stage prod ❌ BAD: terraform...

Dev.to · Aisalkyn Aidarova
3w ago
Terraform Lab: Modules, Outputs, Root vs Child, Structure, Multiple Providers, Workspaces
In this lab you will learn how to build Terraform modules the way real organizations do. You will...

Dev.to · Aisalkyn Aidarova
3w ago
production-style infrastructure: ALB module infra-modules + infra-live separation environment-based deployment
🏗️ FINAL STRUCTURE terraform-production-lab/ │ ├── infra-modules/ │ ├── vpc/ │ ├──...

Dev.to · Aisalkyn Aidarova
3w ago
PRODUCTION TERRAFORM MODULES LAB
Build a real-world architecture using modules: VPC (network) Security Group EC2 (app layer) ALB...

Dev.to · Aisalkyn Aidarova
3w ago
Terraform Modules Lab (Beginner Intermediate Real-world)
Objective Build reusable Terraform modules and deploy infrastructure using them. You...

Dev.to · Aisalkyn Aidarova
3w ago
PRODUCTION LAB — Using `user_data` (BEST PRACTICE)
Instead of: Terraform → SSH → install nginx Enter fullscreen mode Exit...

Dev.to · Aisalkyn Aidarova
3w ago
Terraform Provisioners — FULL HANDS-ON LAB
STEP 1 — Create AWS Key Pair (IMPORTANT) Go to: AWS → EC2 → Key Pairs → Create Key...

Dev.to · Aisalkyn Aidarova
3w ago
Terraform Provisioners
🎯 Lab Goal You will: Create an EC2 instance Install NGINX using remote-exec Save EC2 IP...

Dev.to · Aisalkyn Aidarova
3w ago
Terraform at Scale + Advanced Concepts
🎯 Lab Goal You will build a modular Terraform project that: Creates IAM users + EC2 Uses...

Dev.to · Aisalkyn Aidarova
3w ago
functions, count, for_each, dynamic blocks, and production-style structure,
1. Project Structure (Production Style) terraform-devops-lab/ │ ├── main.tf ├──...

Dev.to · Aisalkyn Aidarova
3w ago
Advanced Terraform Concepts
Step 1 — Create Project Create a new project. mkdir terraform-functions-lab cd...

Dev.to · Aisalkyn Aidarova
4w ago
Terraform Lab 3: Build a Complete AWS Infrastructure
Goal Deploy a simple web infrastructure: Architecture Internet │ Internet Gateway │ Public...
DeepCamp AI