What If You Need Two ArgoCD Instances in One EKS Cluster?
Most ArgoCD tutorials start the same way: Deploy ArgoCD. Connect a Git repository. Create an Application. Done. But what happens when multiple teams s…
Tech news from the best sources
Most ArgoCD tutorials start the same way: Deploy ArgoCD. Connect a Git repository. Create an Application. Done. But what happens when multiple teams s…
Claude Opus 4.8 is showing up where developers work The most useful way to read the Claude Opus 4.8 news is not as a pure model launch. I would read i…
If you are building multi-agent AI systems in production, you are likely hitting a massive security and accounting wall: The API Key Nightmare. As AI …
Cross-posted from my infrastructure postmortem series at pavanbhatia.hashnode.dev . At 1:40 AM on Sunday, our 7 TB Oracle-to-Amazon RDS migration was …
I built a small AWS Bedrock AgentCore agent that pays for a paywalled API with real USDC on Arbitrum One. It asks for a report, gets back HTTP 402 Pay…
Per-token list prices hide the actual cost of running production LLM workloads. We measured a 340% variance between advertised pricing and real monthl…
When most CS students are building simple CRUD apps for their thesis, I decided to go a different route. I built SecurePath — an automated AWS cloud s…
You’ve decided to move your applications from on-premises to AWS and are looking at the cloud services that best meet your needs. When moving an appli…
AWS VPC (Virtual Private Cloud) Introduction If you are starting your AWS and Cloud journey, one of the most important concepts you will come across i…
Wild Rydes was an old project used by AWS hands-on labs to show how to deploy a serverless application using its services. It consists of a Uber-like …
We’ve all experienced the comfort of deploying to AWS EKS—it scales seamlessly, handles failovers, and takes the operational stress out of managing co…
We built MiniStack (a local AWS emulator) when LocalStack moved its core services behind a paywall. It runs on a single port at http://localhost:4566 …
Introduction In my previous IAM article we learnt basics of IAM and how to create Users, Groups and attach Policies. You can refer here: https://dev.t…
Why We Built JaisCloud — A Free, Single-Binary AWS Emulator in Go If you've ever tried to test AWS-dependent code locally, you've probably reached for…
I've looked at a lot of SAA-C03 failure patterns. The ones that show up again and again aren't from people who don't know AWS. They're from people who…
Choosing a cloud provider is rarely just a technical decision. More often, it is a security decision. The platform you pick will hold your customer da…
How generative AI on AWS helped me summarize feedback, squash bugs, and write better Python without leaving the console. Introduction I recently compl…
Serverless Function Tulis kode di laptop/Lokal nano lambda_function.py Isi Folder import json def lambda_handler(event, context): name = event.get('qu…
This article covers the initial setup and configuration for the Antigravity CLI on the AWS Cloud Shell. Why? Sometimes you need more than one Cloud! W…
Introduction In part 2 , we explained how to deploy and run our conference search application on the Amazon Bedrock AgentCore Runtime as the MCP serve…
Choosing between AWS, Azure, and Google Cloud isn't just about picking the cheapest hourly rate. All three providers offer scalable compute, storage, …
Deploy a Secure Containerized App on Amazon ECS Fargate Using ECR and Secrets Manager In this hands-on guide, you'll learn how to: ✅ Build and contain…
You're reviewing your AWS bill. $14,000 this month — up from the usual $3,200. You trace it back to a Copilot session from last Tuesday where a dev as…
Who Am I? Hello, my name is Maurice Murphy and I’m a self-taught full-stack developer. With nearly a decade of experience building React, React Native…
A few days ago, AWS DMS tasks in our environment unexpectedly stopped working due to an issue with AWS Secrets Manager integration. I identified the i…
Most serverless tutorials stop at a hello-world Lambda behind API Gateway. I wanted the opposite: build one real product end to end, run every command…
Most serverless tutorials teach you how to deploy a Lambda function. This article teaches you how to think about serverless, so you can make good arch…
👋 Hey there, tech enthusiasts! I'm Sarvar, a Cloud Architect who loves turning complex tech problems into simple solutions. I've worked with AWS, Azur…
If you've wired up an AWS CodeBuild project to pull source from GitHub via CodeConnections (formerly CodeStar Connections), you may have hit this erro…
Bifrost routes AWS Bedrock and Google Vertex AI alongside Gemini and Anthropic through one OpenAI-compatible API with shared auth, failover, and gover…