Avoiding Pitfalls in Amazon S3: Handling Case Sensitivity in Python WorkflowsNov 29, 2024·3 min read·186
Automating Job Applications with Claude Code: A Hands-On Guide to career-agentAutomating the boring stuff in job applications, while keeping the final decision in your hands.Jun 17, 2026·33 min read·6
CloudWatch Events vs. EventBridge: Which is Best for Your AWS Glue Jobs and Step Functions?Mar 28, 2023·4 min read·285
Getting Started with Workflows: An Introduction to State Machines for AWS Step FunctionsFeb 27, 2023·4 min read·128
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·328
🚀 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·245
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
Simple queues system in Nodejs 🚀Modern applications grow to require expensive processing, asynchronous operations, necessary tasks delays before completions, logging, and triggering processes from initiated application/user events. Why queue system? A queue system would thus, eff...Nov 6, 2021·4 min read·622