This week we talk with Adam Johnson, Python developer / consultant, Django steering counsel member and prolific book author. Listen here: Or check it out on our YouTube channel: We start off with some wins, then we dive into his new Boost your Git DX book. We also discuss:• Adam’s focus on DX or “developer experience”… Continue reading Maximizing Your Developer Experience (DX) with Adam Johnson: Git Mastery, Django and Open Source
Articles on freezegun
Freezegun – Real Joy for Fake Dates in Python
By AJ Kerrigan on 14 August 2020
Freezegun is a library for mocking Python datetimes. It does one thing, does it well, and lets you get on with your life.
How to Cleanup S3 Objects and Unittest it
By Giuseppe Cunsolo on 2 September 2019
In this guest post Giuseppe shares what he learned having to cleanup a large number of objects in an S3 bucket. He introduces us to some boto3 as well as moto and freezegun he used to test his code. Enter Giuseppe …