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.

               

Decimal Precision and Rounding in Python

2021-05-13 (Edited: 2021-12-02) — 3 minutes read
#python 
How to get desired precision and rounding in python. How do I round to 2 decimals?

Postmortem Debugging in Python

2021-05-06 — One minute read
#python  #debug 
How to start python debugger automatically on error, a.k.a. postmortem debugging

How to Check if a Docker Container Running with Python

2021-04-29 (Edited: 2022-04-27) — One minute read
#docker  #python 
How to check if a docker container running with python

Type Hinting for Dictionaries in Python

2021-04-22 — One minute read
#python 
How to set type hinting for dictionaries in python

How to Delete Multiple Buffers in Vim/NeoVim

2021-04-08 — One minute read
#vim  #neovim 
How to delete multiple buffers in vim/neovim