Discover JWTs as one-time tokens in secure authentication. Explore benefits, implementation, and real-world use cases. Explore Single-Use JWT!
Exploring a backup and recovery strategy for AWS DynamoDB, for optimal system performance and reliability
Infrastructure as code is great but AWS Cloudformation is not! Learn why JSON-based Cloudformation is bad and what alternatives exist. Devops โ AWS โ JSON โ
Keeping microservices micro is a must if you want to benefit from them. How to visualize git histories and what you can learn from it. Devops โ Git โ Gource โ
Python Docopt: How to convert a list of tuples into a dictionary in Python. A quick and easy solution for beautiful command-line interfaces โฆ