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.

               

Run Multiple Make Targets Concurrently

2021-02-25 — 2 minutes read
#make  #linux  #unix 
How to run multiple make targets concurrently

Unit Testing Basics - Go

2021-02-18 — 2 minutes read
#golang  #unittest 
How to write unit tests in Golang

Visualize Git Branch Tree

2021-02-11 (Edited: 2022-04-27) — One minute read
#git 
How to visualize your git branches with tree-like graph

Visualize Git Log Tree

2021-02-04 — One minute read
#git 
How to visualize your git commits/branches with tree-like graph

How to Check a File or Directory Exists in Python

2021-01-28 — 2 minutes read
#python  #basics 
This post covers how to check a file or directory exists in Python