Engineering DEV
Defeating the Fargate Cold Start Chaos with SOCI
If you've ever hit deploy on AWS Fargate and watched the task sit in PENDING forever, this one's for...
Full corpus search
6 matches for “aws”
Engineering DEV
If you've ever hit deploy on AWS Fargate and watched the task sit in PENDING forever, this one's for...
Engineering DEV
Forgotten AWS resources quietly cost you money, and the cleanup is the chore everyone puts off. Here's how I cleared out old CloudFormation stacks by chatting with an agent, worked around a stack that refused to delete, then had it scan my whole account for…
Intelligence DEV
What happened when I tried to deploy a CrewAI agent to AWS Bedrock AgentCore. Every error was a 200 OK. Every fix took hours to find. Here's the full debugging trail.
Engineering DEV
Eae gente bonita, beleza? Depois de um longo período, resolvi voltar aqui e continuar compartilhando...
Intelligence DEV
In the last entry I got Gemma-4's 128-expert MoE running on an inf2.24xlarge and signed off with...
Intelligence DEV
How gen_ai.invoke_agent spans revealed one tool was dumping 7x more output than its siblings. The fix: pagination + a token budget guard. 42% output reduction, 21% faster agent.