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.

               

What does rc mean in bashr, zshrc, vimrc etc?

2020-03-17 — One minute read
#unix  #linux  #cli 
What does rc even mean?

Make Vim Default Editor For Git and OS

2020-03-10 — One minute read
#vim  #git  #vcs  #linux 
I prefer to write my git commit messages in Vim instead of nano or emacs or anything. To set this

How to Exit Vim

2020-03-03 (Edited: 2020-10-30) — One minute read
#vim 
You are stuck and want to escape from Vim?

Ignore Directories in Tree

2020-02-25 — 2 minutes read
#bash  #zsh  #linux  #unix 
tree displays the structures of the given directory. To ignore directory/directories you can give

Test Environment Variables in Python

2020-02-18 (Edited: 2022-04-27) — 2 minutes read
#python  #test  #unittest  #pytest 
If you are working with environment variables you need to set, change or delete the values from the system for testing purposes