Articles tagged with: Development

Course Review: GCP Cloud Architect (Udemy)

Summary: A review of the course 'GCP Cloud Architect' on Udemy.


Talk: Python static typing with MyPy

Summary: A talk on Python type hints and static typing using MyPy presented at a Python-Madrid local meetup, with the slides available online.


Rate limits with Python

Summary: The importance of rate limiting in Python services to prevent system failures and abuse.


Migration of ticketea.com website to Python 3

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.


JSON-schema for REST API tests

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.