Articles tagged with: Development

MVP: Minimum Viable Product

Summary: The concept of Minimum Viable Product (MVP) and its application in tech startups. Three examples from my experience where simplifying and avoiding over-engineering led to successful MVPs.


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.