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.

               

Git cherry-pick From Another Repository

2022-08-18 — 2 minutes read
#git 
How to apply some patches from another repository or fork into your repository

Suppress Exceptions in Python

2022-08-12 — 4 minutes read
#python 
How to suppress exceptions in Python

Search and Surround in Neo(Vim)

2022-08-05 — 2 minutes read
#neovim  #vim 
How to search and surround in (Neo)Vim

Write command output to a searchable buffer in (Neo)Vim

2022-07-29 — One minute read
#vim  #neovim 
How to dump command outputs to a searchable buffer in (Neo)Vim

Undollar -$ Shell Commands

2022-07-22 — One minute read
#bash  #unix 
How to copy, paste and run bash shell commands without $ dollar sign