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.

               

Connect Redis from Another Container

2021-10-08 (Edited: 2022-04-27) — 2 minutes read
#docker  #redis  #network 
How to connect a container from another container

django-environ with Lists Environment Varibles in .env Files

2021-10-01 — One minute read
#django  #python  #environment  #config 
How to get list environment variables like ALLOWED_HOSTS from .env files with django-environ

Create Automatic SSL and DNS from Cloudflare for Kubernetes Ingress Resources

2021-08-26 (Edited: 2022-05-08) — 4 minutes read
#kubernetes  #ingress  #ssl  #cloudflare 
How to create automatic ssl certificates and dns records for your websites from your kubernetes ingress resource

How to Create Secret Tokens in Python

2021-08-11 — One minute read
#secret  #python  #security 
How to create secret tokens; API Keys, URL Tokens etc. in python

How to Create Secrets in Python

2021-08-05 — 2 minutes read
#secret  #python  #security 
How to create secrets; passwords, database credentials, secret keys etc. in python