Microservices are all the rage these days, and for good reason. They offer a more flexible and scalable way to build applications compared to the old...
Continue reading...CloudComputing
How many pods fit on an AWS EKS node?
Managing Kubernetes workloads on AWS EKS (Elastic Kubernetes Service) is much like managing a city, you need to know how many “tenants” (Pods) you can fit...
Continue reading...Container deployment in AWS with ECS, EKS, and Fargate
How do the apps you use daily get built, shipped, and scaled so smoothly? A lot of it has to do with the magic of containers....
Continue reading...Helm or Kustomize for deploying to Kubernetes?
Choosing the right tool for continuous deployments is a big decision. It’s like picking the right vehicle for a road trip. Do you go for the...
Continue reading...Understanding and using AWS EC2 status checks
Picture yourself running a restaurant. Every morning before opening, you would check different things: Are the refrigerators working? Is there power in the building? Does the...
Continue reading...AWS Secrets Manager as a better solution than .env files for protecting sensitive data
Have you ever hidden your house key under the doormat? It seems convenient, right? Everyone knows where it is, and you can access it easily. Well,...
Continue reading...AWS and the new gold rush in the data landscape
We often hear the phrase, “Data is the new gold.” But why is that? Think about it: data drives decisions, shapes businesses, and helps us understand...
Continue reading...Architecting AWS workflows, when to choose EventBridge or Batch
Selecting the right service for your workflow can often be challenging when building on AWS. You might think of it as choosing between two powerful tools...
Continue reading...Design patterns for AWS Step Functions workflows
Suppose you’re leading a dance where each partner is a different cloud service, each moving precisely in time. That’s what AWS Step Functions lets you do!...
Continue reading...Building a serverless image processor with AWS Step Functions
Let’s build something awesome together, an image-processing application using AWS Step Functions. Don’t worry if that sounds complicated; I’ll break it down step by step, just...
Continue reading...