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 Run Multiple Long Commands in Docker Compose

2022-02-03 — 3 minutes read
#docker  #docker-compose  #yaml 
How to run multiple or long commands in a Docker Compose file

Merge Upstream Pull Request into Your Fork

2022-01-27 — 2 minutes read
#git  #vcs 
How to apply unmerged upstream pull requests from other upstream into my fork

Convert Strings To Be URL Safe

2022-01-20 — One minute read
#python 
How to convert and use strings as URL safe

List Files Tracked by Git

2022-01-13 — One minute read
#git 
How to show files that tracked in a local git repository

How to Run External Commands Within Vim

2022-01-06 — 2 minutes read
#vim  #neovim 
How to run external commands within Vim/NeoVim