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.
Django REST Filtering Tutorial - Filter with Parameters(Part IV)
How to filter with query parameters in Django REST framework
Django REST Filtering Tutorial - Filter Against URL (Part III)
How to filter against the URL in Django REST framework
Automate Python Virtual Environment with a Script
How to automate creating and activating your python virtual environment with a shell script
Django REST Filtering Tutorial - Filter with Current User (Part II)
How to filter querysets with current user in Django REST framework
Django REST Filtering Tutorial - Intro (Part I)
How to filter and search in Django REST framework