Serhat Teker is the software engineer who wrote these articles.
I created this Tech Blog to help me remember the things I’ve learned in the past, so my future-self doesn’t have to re-learn them in the future.
Testing created/updated/auto_now fields in Django
Tesing created_at, updated_at, modified_at fields with auto_now and auto_now_add in Django
Restructure Your Modules in Python
How to restructure your modules and imports in your python
How to filter your query with params in Django REST - Part II
How to filter your queryset with query params in Django REST Framework - Part II
How to filter your query with params in Django REST - Part I
How to filter your queryset with query params in Django REST Framework - Part I
Postmortem Debugging in pytest
How to start python debugger automatically after a test error, a.k.a. postmortem debugging