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 Encrypt and Decrypt Files and Data With GPG - Part I

2022-08-25 — 4 minutes read
#security  #gpg 
How to encrypt and decrypt files, directories, messages and your data with gpg

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