Automating Job Applications with Claude Code: A Hands-On Guide to career-agentJun 17, 2026·33 min read·114
Turning Bad LLM Responses into Regression Checks with LLMCheckCapture a bad response, turn it into a regression case, and check how the verdict is decided. Imagine a support assistant promising an instant refund, even though the policy requires manager approval Sep 23, 2026·27 min read·3
Avoiding Pitfalls in Amazon S3: Handling Case Sensitivity in Python WorkflowsNov 29, 2024·3 min read·232
CloudWatch Events vs. EventBridge: Which is Best for Your AWS Glue Jobs and Step Functions?Mar 28, 2023·4 min read·287
Getting Started with Workflows: An Introduction to State Machines for AWS Step FunctionsIntroduction📝 Looking to streamline your complex workflows and keep everything on track? Look no further than state machines - a powerful tool for precision and ease in process management. 💪🏼 And when it comes to implementing state machines, AWS S...Feb 27, 2023·4 min read·148
Automating Prometheus Monitoring on AWS with Ansible and Terraform👀 Are you tired of manually setting up and configuring Prometheus monitoring on AWS? Look no further than Ansible and Terraform. You can automate the process by utilizing these tools, from provisioning EC2 instances to deploying and configuring Prom...Feb 20, 2023·5 min read·331
🚀 Simplifying Serverless Development: A Comparison of Step Functions, Chalice and Python Async MethodsComparing Serverless Development with Step Functions, Chalice, and Python Async Methods Introduction📝 When it comes to building serverless applications, several options are available for coordinating and executing tasks. AWS Step Functions 🤖 and th...Jan 25, 2023·6 min read·246
Create Docker Containers Using Ansible 🐳🚀: Introduction🤔 Are you tired of manually setting up and configuring your Docker containers? 🙅♂️ Say no more! 🚀 With Ansible, you can automate the creation of Docker containers in just a few simple steps. But first, what is Ansible? 🤔 Ansible is an open-sourc...Jan 10, 2023·4 min read·125
Why is idempotency very critical in APIs?Idempotence is an essential concept in APIs; it allows clients to make similar requests without causing problems or changing the system's state💡. For instance, consider an API that has a "create user" endpoint. Suppose this endpoint is not idempoten...Jan 4, 2023·5 min read·141
Creating a Virtual Private Cloud (VPC) with AWS CloudFormation Provision infrastructure as code using AWS cloudformation and make your DevOps life easier in AWSJan 24, 2022·6 min read·79