2d ago · 9 min read · AI agents are becoming more than just chatbots. A chatbot usually responds to a user’s question. But a real AI agent can connect with tools, analyze data, remember context, and perform useful tasks ac
Join discussion
3d ago · 4 min read · Yesterday, we learned how to package our Kubernetes applications using Helm. But how do we actually deploy and update them automatically when our code changes? Enter GitOps and ArgoCD — the modern sta
Join discussion
May 10 · 3 min read · By default, Kubernetes Pods are "stateless." If a Pod dies, any data saved inside its container is lost forever. For databases or file uploads, this is a nightmare. Today, we solve this by diving into
Join discussion
May 9 · 3 min read · Yesterday, we learned about Services. But if you have 20 microservices, do you really want to create 20 separate Cloud Load Balancers? (Spoiler: Your AWS bill says "No"). Welcome to Kubernetes Ingress
Join discussion
May 8 · 5 min read · Modern digital platforms rarely operate within a single environment. Most systems today span multiple deployment locations, operational regions, institutional infrastructures, and interconnected runti
GTEMILORUN commented
May 8 · 18 min read · Submission for #BreakingAppsHackathon. There are two ways to know if your end-to-end tests are any good. You can write them, watch them go green, and trust the green dot. Or you can take the same sui
Join discussion