GraphQL Fieldname deprecation- the right way.

29 March 2023

Being Careful with ORMs

It is hard to represent databases as object-oriented code. Therefore ORMs, which seek to simplify, can have an adverse effect: more naive interactions with your database.

Creating a mindset for effective debugging with ipdb

27 September 2022

GraphQL: The Devil's API

Learn about GraphQL, when to use it, and how to make it fast!