Summary: A review of the course 'GCP Cloud Architect' on Udemy.
Summary: A talk on Python type hints and static typing using MyPy presented at a Python-Madrid local meetup, with the slides available online.
Summary: The importance of rate limiting in Python services to prevent system failures and abuse.
Summary: The blog post discusses the migration of ticketea.com to Python 3, highlighting the author's lack of bias due to not having used Python 2 before. They fixed errors, conducted extensive testing, and expressed satisfaction with the outcome. The migration was prompted by the need to add rate limiting to an internal API.
Summary: How to use JSON-schema for building tests for REST API endpoints, providing examples for classless django views, pytest-django, and json-schema usage.