psitbdUser

Do You Need a Satellite Messenger?

On newer Apple iPhones (and Apple Watches,) the Emergency SOS safety net can still connect you to rescue crews even when you’re out of cellular service, though it’s limited to transmitting key information when you’re in a sticky situation: where you are, what condition you’re in, and what you need help with. Unlike a satellite…

Read More

When Your AI Agent Needs a Scalpel, Not a Sledgehammer: Claude Code SDK vs AWS Strands for Surgical Code Fixes

The Problem: When “Minimal Fix” Means “Complete Refactor” In my previous blog, I shared how I built a cloud engineer agent using AWS Strands that could automatically detect CloudWatch log errors and raise PRs with potential fixes. While the concept worked, I encountered a critical issue: the agent consistently made drastic changes when simple fixes…

Read More

Building React Apps with Bun: A Modern Development Experience

Bun has been making waves in the JavaScript ecosystem as an all-in-one runtime designed to be faster than Node.js while providing built-in bundling, testing and package management. For React developers, this presents an interesting opportunity to streamline the development workflow without sacrificing the tools and patterns we’re familiar with. Instead of juggling multiple tools like…

Read More

Automate Cloud Resource Management for Scheduled Events

Organizations across industries face operational challenges when managing planned high-traffic events. Business teams must create IT support tickets for each event, requiring DevOps teams to manually provision and scale resources. This process creates bottlenecks that impact customer experience and operational efficiency. The “Event Scheduling on AWS” implementation sample addresses these challenges by automating resource provisioning…

Read More