Published onFebruary 8, 2024Quality Docker Starters With Docker initdockerLets use the new docker init commands to create great Dockerfile starters.
Published onJanuary 14, 2024Docker Compose makes life easierdockerdocker-composeLets go into the details of Docker Compose and learn to use it effectively. The ease of it will make you smile.
Published onJanuary 7, 2024Subprocesses in PythonpythonsubprocessLets learn about python subprocess module
Published onDecember 29, 2023Load Testing With LocustpythonloadtestingLocust has became one of my favourite load testing tool
Published onDecember 21, 2023Consuming Recharge Payments Webhooks through AWS API GatewayserverlessAWS-API-GatewayAWS-Lambda-FunctionWebhooksAVTLRecently, I worked on consuming a webhook from Recharge Payments and opted to deploy it using an API Gateway + Lambda combination. Here are the key takeaways.