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.

               

Enable Partial Updates in Django REST

2020-09-17 (Edited: 2022-04-26) — 3 minutes read
#python  #django  #djangorestframework  #rest  #api 
How to enable partial updates in django rest api

How to Remove Dashes in UUID

2020-09-10 — 2 minutes read
#python  #utils  #uuid 
How to remove dashes in an uuid string

Deployment Django on Heroku with a Different Branch

2020-09-03 — 4 minutes read
#django  #heroku  #deployment  #production 
Deployment Django on Heroku With a Different Branch other than master

How to Remove Docker Images Based on Names

2020-07-17 — One minute read
#docker 
How to delete docker images with provided names

General Naming Conventions for Python

2020-07-10 — One minute read
#python  #pep8 
Basic Style Guide for Python Code - PEP 8