Serhat Teker

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

2021-12-30 — 5 minutes read
#python  #django  #unittest  #mock 
Tesing created_at, updated_at, modified_at fields with auto_now and auto_now_add in Django

Restructure Your Modules in Python

2021-12-10 — 2 minutes read
#python 
How to restructure your modules and imports in your python

How to filter your query with params in Django REST - Part II

2021-11-12 (Edited: 2022-04-26) — 2 minutes read
#django  #djangorestframework  #filter  #queryset 
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

2021-11-05 (Edited: 2022-04-26) — 2 minutes read
#django  #djangorestframework  #filter  #queryset 
How to filter your queryset with query params in Django REST Framework - Part I

Postmortem Debugging in pytest

2021-10-15 — One minute read
#python  #pytest  #debug 
How to start python debugger automatically after a test error, a.k.a. postmortem debugging