Recently we realized something. Some companies just move differently, when they figure out this whole DevOps automation thing before everyone else did. As, one of our clients just pushed their fourth feature update this week. Fourth! And we're thinking... their main competitor is still stuck planning some big quarterly release that...
Nowadays, every org wants to migrate to a microservices architecture; the idea sounds great on paper. But when you're staring at an 8-year or decade-old monolith that processes millions of transactions and somehow never breaks, suggesting a complete rewrite feels... well, insane. I've been down this road more times than I care to admit....
Automation is the backbone of DevOps as it streamlines our work, reduces repetitive tasks, and helps us scale. However, automating every task indiscriminately can be more costly than beneficial. The key lies in understanding what to automate and when not to, plus also understanding that sometimes, the manual way is actually the best...
Introduction The main goal of this blog is to provide production-grade best practices for Microservices Infra in a way to implement the entire system easily on your own. You’ll see what an end-to-end solution looks like, including how to combine Kubernetes, AWS VPCs, data stores, CI/CD, secrets management, and a whole lot more to...