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.

               

Undollar -$ Shell Commands

2022-07-22 — One minute read
#bash  #unix 
How to copy, paste and run bash shell commands without $ dollar sign

Service Account in GCP with Remote Terraform Module

2022-07-15 — 2 minutes read
#GCP  #IAM  #terraform  #hcl  #IaC 
How to create Storage Service Account with RSA key pairs in Google Cloud Platform (GCP) with remote Terraform module

Service Account in GCP with Terraform

2022-07-08 (Edited: 2022-07-15) — 7 minutes read
#GCP  #IAM  #terraform  #hcl  #IaC 
How to create Service Account with RSA key pairs in Google Cloud Platform (GCP) with Terraform

Git ignore files locally and temporarily

2022-07-01 — 2 minutes read
#git 
How to ignore some files locally and temporarily in git version control system

Delete Python’s __pycache__ directories

2022-06-23 — 4 minutes read
#python 
How to ‘remove’ Python’s __pycache__ directories and .pyc files