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

Dev.to · Aisalkyn Aidarova
1mo ago
Developer CI Dev Stage Production
explained: Why each exists What happens in each Who is responsible How Argo CD handles it ...

Dev.to · Aisalkyn Aidarova
1mo ago
final job of students:Enterprise Microservices Platform on AWS
After 7 months of DevOps training, students should build something real, production-style,...

Dev.to · Aisalkyn Aidarova
2mo ago
LAB: From Code Docker GitHub Jenkins Kubernetes
🔹 Architecture Overview (What Talks to What) Flow: Developer pushes code to...

Dev.to · Aisalkyn Aidarova
2mo ago
Argo CD – Full Power Demonstration (Already Deployed App)part#2
GIT VS HUMAN (DRIFT & SELF-HEALING) 🧩 Task 1: Prove Humans Cannot Change...

Dev.to · Aisalkyn Aidarova
2mo ago
Argo CD Dashboard — Complete Explanation (GitOps Control Center)
1️⃣ As a DevOps engineer — what do we actually do in Argo CD? DevOps does NOT push...

Dev.to · Aisalkyn Aidarova
2mo ago
CKA-SIMULATION STANDARD 100 labs
📦 LAB FORMAT Every lab will look like this: lab-XX/ ├── README.md # exam-style...

Dev.to · Aisalkyn Aidarova
2mo ago
HELM — COMPLETE CORE CONCEPTS & CHART EXPLANATION
Production-grade, based on existing chart 1. What Helm Is (CORE IDEA) Helm is...

Dev.to · Aisalkyn Aidarova
2mo ago
Origin of GitOps — What Was Formalized and Why It Matters
1. Introduction In modern cloud-native systems, especially Kubernetes-based...

Dev.to · Aisalkyn Aidarova
2mo ago
production-style, fully working MySQL StatefulSet (primary + replicas) with headless + ClusterIP
0) Folder structure (clean, production-friendly) mysql-statefulset-prod/ ...

Dev.to · Aisalkyn Aidarova
2mo ago
🔐 Kubernetes Security Project
RBAC + ServiceAccounts + NetworkPolicy (End-to-End) 🎯 Goal Understand who can...

Dev.to · Aisalkyn Aidarova
2mo ago
Project: Resource Limits & OOMKill in Kubernetes
Architecture User → Pod (stress container) ├─ CPU stress └─ Memory...

Dev.to · Aisalkyn Aidarova
2mo ago
project: StatefulSet with replica's
statefulset-read-write-lab/ │ ├── 01-mysql-headless.yaml ├── 02-mysql-init-configmap.yaml ├──...

Dev.to · Aisalkyn Aidarova
3mo ago
terraform certificate #5
Terraform Team Collaboration – Git-Based Workflow 1. Why This Topic Matters In...

Dev.to · Aisalkyn Aidarova
4mo ago
GitHub
At a high level, GitHub is a website and cloud-based service that helps developers store and manage...

Dev.to · Aisalkyn Aidarova
4mo ago
Understanding Kafka Architecture, Schema Registry, ksqlDB, PostgreSQL, Couchbase, and Microservices
Modern companies (Uber, Lyft, Airbnb, Amazon) need: real-time data historical data fast...

Dev.to · Aisalkyn Aidarova
4mo ago
Introduction to the Confluent REST Proxy
1. Why Do We Need the REST Proxy? Kafka works best with Java (JVM-based languages). Kafka...

Dev.to · Aisalkyn Aidarova
4mo ago
Why We Need Schema Registry in Kafka
1. The Big Picture: Who is Who? Think of your system like this: Kafka → the messaging...

Dev.to · Aisalkyn Aidarova
4mo ago
Why Couchbase Is the NoSQL Solution for Demanding Applications
1. What Couchbase does in your architecture Your architecture: Kafka → streaming...

Dev.to · Aisalkyn Aidarova
4mo ago
KAFKA REAL-TIME MICROSERVICES PROJECT
Kafka is a real-time event streaming platform. Think of Kafka like: A post office for...

Dev.to · Aisalkyn Aidarova
5mo ago
Git install
Windows — Install Git (step by step) Option A — Easiest (official...

Dev.to · Aisalkyn Aidarova
5mo ago
Project: Serverless Orders + Profiles
What you’ll build (final output) Public API (GET /health) to verify the...

Dev.to · Aisalkyn Aidarova
5mo ago
Serverless overview from a Solution Architect Perspective
What is Serverless? (Simple Explanation) Serverless does NOT mean there are no servers. It...
DeepCamp AI