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
How to run multiple make targets concurrently
Unit Testing Basics - Go
How to write unit tests in Golang
Visualize Git Branch Tree
How to visualize your git branches with tree-like graph
Visualize Git Log Tree
How to visualize your git commits/branches with tree-like graph
How to Check a File or Directory Exists in Python
This post covers how to check a file or directory exists in Python