A practical look at resolver-level caching in Graphene-Django: when it helps, what it hides, and why it should be treated as a tactical workaround rather than good API design.
Python
A collection of 4 posts
Django: Testing, Factories, and Data Seeding (Pytest, Mixer)
If you're a Django developer, you know how important it is to have a solid suite of tests to ensure that your code is working as expected. But what do you do when you inherit a huge codebase that has zero tests? That was the situation I found myself in earlier this year (2022)...
Investigating the TMDB movie dataset, part 2
Investigating the TMDB movie dataset, part 2
Investigating the TMDB movie dataset
Investigating the TMDB movie dataset
