
Advanced usage of Python requests - timeouts, retries, hooks

Dani Hodovic
Feb. 28, 2020 8 min read
Kubernetes InitContainers are a neat way to run arbitrary code before your container starts. It ensures that certain pre-conditions are met before your app is up and running.
Adin Hodovic
Nov. 30, 2019 1 min read
When creating Django applications or using cookiecutters as [Django Cookiecutter](https://https://github.com/pydanny/cookiecutter-django) you will have by default a number of dependencies that will be needed to be created as a S3 bucket, …
Adin Hodovic
Oct. 3, 2019 8 min read