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
How to connect a container from another container
django-environ with Lists Environment Varibles in .env Files
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
How to create automatic ssl certificates and dns records for your websites from your kubernetes ingress resource
How to Create Secret Tokens in Python
How to create secret tokens; API Keys, URL Tokens etc. in python
How to Create Secrets in Python
How to create secrets; passwords, database credentials, secret keys etc. in python