Avoiding Pitfalls in Amazon S3: Handling Case Sensitivity in Python WorkflowsNov 29, 2024Β·3 min readΒ·189
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Β·41
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 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Β·329
π 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