12 articles

📰 Dev.to · POTHURAJU JAYAKRISHNA YADAV

Articles from Dev.to · POTHURAJU JAYAKRISHNA YADAV · 12 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (12292) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Part 1: The Problem No One Solves — Building an IPL AI That Predicts AND Answers
Dev.to · POTHURAJU JAYAKRISHNA YADAV 2d ago
Part 1: The Problem No One Solves — Building an IPL AI That Predicts AND Answers
Most cricket apps give you stats OR predictions. I built one that does both. Here's how (and why it...
Terraform Modular EKS + Istio — Part 4
Dev.to · POTHURAJU JAYAKRISHNA YADAV 2w ago
Terraform Modular EKS + Istio — Part 4
EKS Node Groups (Where Your Cluster Actually Gets Compute) In the previous part, we...
Terraform Modular EKS + Istio — Part 3
Dev.to · POTHURAJU JAYAKRISHNA YADAV 2w ago
Terraform Modular EKS + Istio — Part 3
EKS Cluster Module (What Actually Creates Kubernetes) After setting up VPC and IAM, the...
Terraform Modular EKS + Istio — Part 2
Dev.to · POTHURAJU JAYAKRISHNA YADAV 2w ago
Terraform Modular EKS + Istio — Part 2
IAM Module (IRSA, OIDC, and Why This Controls Everything) In the previous part, we built...
Terraform Modular EKS + Istio — Part 1
Dev.to · POTHURAJU JAYAKRISHNA YADAV 2w ago
Terraform Modular EKS + Istio — Part 1
VPC Module (Complete Code + Real Explanation) Before touching EKS, Istio, or routing —...
🚀 Creating an EC2 Instance Using Python requests (Without boto3)
Dev.to · POTHURAJU JAYAKRISHNA YADAV 3w ago
🚀 Creating an EC2 Instance Using Python requests (Without boto3)
Most developers use boto3 to interact with AWS. But have you ever wondered… 👉 What actually happens...
🐳 Containerizing a Python FastAPI Application with Docker (and Solving ARM vs x86 Architecture Issues)
Dev.to · POTHURAJU JAYAKRISHNA YADAV 1mo ago
🐳 Containerizing a Python FastAPI Application with Docker (and Solving ARM vs x86 Architecture Issues)
When working with containerized applications, Docker usually makes deployments predictable and...
🚀 Real-Time Data Replication Using MySQL, Debezium, Kafka, and Docker (CDC Guide)
Dev.to · POTHURAJU JAYAKRISHNA YADAV 1mo ago
🚀 Real-Time Data Replication Using MySQL, Debezium, Kafka, and Docker (CDC Guide)
📌 Introduction Modern applications often need data to move between systems in real time —...