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.

               

(Neo)Vim Syntax Highlight for Hugo HTML Templates

2022-06-16 — 3 minutes read
#neovim  #vim  #hugo 
How to set up your (n)vim editor for editing Hugo HTML Template files

How to Resize Tmux Panes

2022-05-05 — 2 minutes read
#tmux 
How to resize tmux panes within windows

Python f-string Debug Tip

2022-04-28 — 2 minutes read
#python 
Python f-string expression logging, printing.

How to Extract Tar Files in Linux

2022-04-21 — 3 minutes read
#linux  #bash  #zsh 
How to extract/unpack/unzip .tar.gz, .tgz and .tar.xz files in Linux

Django REST Filtering Tutorial - Filter with Parameters(Part IV)

2022-04-14 — 6 minutes read
#django  #djangorestframework  #filter  #search 
How to filter with query parameters in Django REST framework