Simple python client for a SQS emulator

Introduction This is a post about how to write a simple python client for a sqs emulator, for the purpose of functional testing. How to run the queue emulator Pre-requisites: docker docker-compose The easiest way to run a queue emulator in a...

Learn from Your Bugs and Move On

I can talk openly about making mistakes and introducing bugs. Because any issue I created in software was done unwillingly and unknowingly. Show me a software engineer that hasn't created any bug and I will show you a liar! In the past, I used to...