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.

               

Show Today’s Git Commits

2021-04-01 — One minute read
#git 
How to show today’s git commit history logs

Git Pull/Push From Another Directory

2021-03-25 — One minute read
#git 
How to git pull or push from another directory

How to Debug Key Mappings in Vim

2021-03-18 — One minute read
#vim 
How to debug key mappings in Vim

Random Select for Sequences in Python

2021-03-11 — One minute read
#python 
How to select items randomly for sequences in Python

Get Environment Variables From a File into Makefile

2021-03-04 — One minute read
#make  #linux  #unix 
How to get environment variables from a file into Makefile