A public repository of things I know I will want to reference later, and you π§βπ§ may find useful too.
Hiding generated flutter files in Android Studio
| 1 minute read
Generated files files can be hidden in Android Studio to be out of the way during the day to day work. See how to do it.
Read more βΆ
N+1 query problem in Django ORM
| 4 minute read
What is N+1 problem π€· and how you can solve it in Django ORM π§βπ§
Read more βΆ
Breaking Django ORM migrations
| 2 minute read
Make breaking Django ORM migration not that breaking. Allowing uninterrupted deployments and a blue/green deployments.
Read more βΆ