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.

               

VSCode Recommended Extensions Script

2020-05-26 (Edited: 2020-09-04) — 2 minutes read
#vscode  #ide  #bash 
To generate your .vscode/extensions.json file and install them use this script

VSCode Recommended Extensions in Workspaces

2020-05-19 (Edited: 2020-09-04) — One minute read
#vscode  #ide 
To install automatically your VSCode extensions in workspaces

Vim-like Navigation in VSCode

2020-05-12 — One minute read
#vim  #vscode  #ide 
To navigate in Visual Studio Code like in Vim

Auto Add Date to Git Commit Messages

2020-05-05 — 2 minutes read
#git  #hook  #automation  #vcs 
If you want to prepend date to all your commits you can use below scripts.

Auto Add Git Commit Message

2020-04-29 — 2 minutes read
#git  #hook  #automation  #vcs 
If you want to append specific info to all your commits you can use below scripts.