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.

               

How to Change the Message of Older Git Commits

2020-10-23 — 2 minutes read
#git  #vsc 
How to change the message of older or multiple git commits

Connect PostgreSQL in Docker from Your Local Host

2020-10-16 (Edited: 2022-04-26) — 2 minutes read
#docker  #postgresql  #container  #database 
This brief tutorial shows how to create and connect PostgreSQL container in your local machine

How to Install Python 3.9 on Ubuntu

2020-10-09 (Edited: 2021-07-14) — 3 minutes read
#python  #linux  #ubuntu 
This brief tutorial shows how to install and configure Python 3.9 on Ubuntu.

How to get User in ipython - Django

2020-10-02 — 2 minutes read
#python  #django  #shell 
How to get UserModel in ipython while getting error: ‘ImproperlyConfigured: Requested setting AUTH_USER_MODEL, but settings are not configured.’

How to Run Django Shell in IPython

2020-09-24 — One minute read
#python  #django  #shell 
How to run django shell in ipython