📰 Dev.to · Aisalkyn Aidarova
Articles from Dev.to · Aisalkyn Aidarova · 70 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10494)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Aisalkyn Aidarova
1mo ago
Terraform Lab 2 – Deploy Multiple Servers Using for_each
Goal Instead of using count, deploy multiple servers using a map configuration. Each server will...

Dev.to · Aisalkyn Aidarova
1mo ago
Terraform Infrastructure as Code (IaC) Lab – Multi Environment Deployment
task to learn: variables tfvars data source locals functions count outputs Step 1 —...

Dev.to · Aisalkyn Aidarova
1mo ago
Advanced Terraform Lab (Production Style)
Topics covered: for_each map variables locals dynamic blocks terraform workspaces multi-environment...

Dev.to · Aisalkyn Aidarova
1mo ago
Terraform Lab: Count, Variables, Conditional Expressions
Lab Goal Terraform variable data types How to use count How to use count.index How to...

Dev.to · Aisalkyn Aidarova
1mo ago
Part 7: Decoupled Architecture
1. Goal of Today’s Architecture Today we enhanced an existing serverless architecture by...

Dev.to · Aisalkyn Aidarova
1mo ago
AWS ECS Lab
Deploy Nginx Container Using Amazon ECS (Fargate) Objective In this lab we will...

Dev.to · Aisalkyn Aidarova
1mo ago
Lab: Create Kubernetes Cluster in Azure (AKS)
Architecture we will create: Internet │ Azure Load Balancer │ AKS Cluster │ Pods /...

Dev.to · Aisalkyn Aidarova
1mo ago
Azure VM Deployment & Web Server Lab
Objective Deploy an Ubuntu Virtual Machine in Azure, resolve quota issues, connect via...

Dev.to · Aisalkyn Aidarova
1mo ago
Lab: Build, Run, and Debug a Basic Dockerized Node.js App
0) Prerequisites Docker Desktop installed and running (whale icon in menu bar) Terminal...

Dev.to · Aisalkyn Aidarova
1mo ago
Part 6: Decoupled Architecture
Target Architecture Client authenticates with Cognito → gets JWT token Client calls API...

Dev.to · Aisalkyn Aidarova
1mo ago
final work for batch #2: ENTERPRISE DEVOPS GOVERNANCE LAB
enterprise-grade DevOps strategy, not tools. our focus is: Shared pipelines Version control...

Dev.to · Aisalkyn Aidarova
1mo ago
Decoupled Architecture High-Level Architecture Overview
1️⃣ Start With The Problem (Always Start Here) The problem was to design a system that...

Dev.to · Aisalkyn Aidarova
1mo ago
Part 5: Decoupled Architecture
Lab: Enterprise Upgrade — CloudFront + SQS DLQ for Serverless Upload Pipeline ...

Dev.to · Aisalkyn Aidarova
1mo ago
Part 4: Decoupled Architecture
Lab: Serverless “Web + Worker” File Pipeline (API Gateway + Lambda + S3) ...

Dev.to · Aisalkyn Aidarova
1mo ago
lab part 3: legacy system production-grade Terraform modules + GitLab
🎯 Goal When you push to GitLab: CI runs terraform plan for envs/legacy It uses remote...

Dev.to · Aisalkyn Aidarova
1mo ago
lab part 2: legacy system production-grade Terraform modules + GitLab
🎓 Case Study: Onboarding 5-Year Legacy EKS into Terraform (Enterprise Practice) ...

Dev.to · Aisalkyn Aidarova
1mo ago
Lab: Multi-Environment GitOps Platform
Goal Build a production-ready platform that: Provisions infra with...

Dev.to · Aisalkyn Aidarova
1mo ago
PROJECT: “DevOps Pulse” – Enterprise GitOps Deployment on EKS
1️⃣ Project Overview We are building: A Node.js microservice Dockerized Built in GitLab...

Dev.to · Aisalkyn Aidarova
1mo ago
AWS Integration & Messaging using SNS + SQS
Lab: SNS → SQS Fanout Part A — Create SNS Topic (Standard) 1) Open...

Dev.to · Aisalkyn Aidarova
1mo ago
FULL DEVOPS CI CD LAB gitlab
🏗️ FINAL ARCHITECTURE Developer (Mac) ↓ GitLab CI Runner ↓ GitLab Container...

Dev.to · Aisalkyn Aidarova
1mo ago
LAB: GitLab CI/CD Docker Deploy to AWS EC2
🎯 Lab Objective Build a full CI/CD pipeline that: Connects GitLab to Mac terminal Builds...

Dev.to · Aisalkyn Aidarova
1mo ago
gitlab lab
Lab prerequisites AWS account access with permissions for EKS kubectl, eksctl, helm...

Dev.to · Aisalkyn Aidarova
1mo ago
canary procedure
1) Install Argo Rollouts on the cluster kubectl create namespace argo-rollouts kubectl...

Dev.to · Aisalkyn Aidarova
1mo ago
How ArgoCD Deploys Dev Staging Prod in Real Companies
🔹 What Is argocd Namespace For? When you installed ArgoCD, you did: kubectl create...
DeepCamp AI