Recently, I had to write some tests for functions that called AWS services in Python. I found the 'moto' library which provides mocks for a lot of the AWS services for your tests. This is a basic example of using moto to test DynamoDB operations.
Phase 3 of #CloudResumeChallenge where I develop a small application to handle a visit counter. This one was a huge learning curve for me and I share how I attempted to complete the task.
Preparing your machine for dev work is always a time consuming thing. It sometimes gets in the way of trying to do the actual thing you set out to do. I want to share how I got started with learning a new language, framework etc without having to spend much time setting things up.