Single-Use JWT: Unlocking the Power of Stateless One Time Token
I delve into the transformative potential of JWTs as one-time tokens, exploring their advantages, implementation considerations, and real-world use cases.
I delve into the transformative potential of JWTs as one-time tokens, exploring their advantages, implementation considerations, and real-world use cases.
In this article, I outline a DynamoDB backup and recovery strategy based on Datapipelines, S3 & AWS Lambdas.
Infrastructure as code is great but AWS Cloudformation is not! Learn why JSON-based Cloudformation is bad and what alternatives exist …
Keeping microservices micro is a must if you want to benefit from them. I take a deep dive into the evolution of a microservice …
How to convert a list of tuples into a dictionary in Python. A quick and easy solution for beautiful command-line interfaces …