53 followers
Software Engineer | Maintainer of fastapi-events | Find me on Twitter @melvinkcx2 😁
Subscribing to Stripe webhook events to be notified when payments are done? After implementing your code, it's time to make sure it works perfectly by...
Memoisation is a common technique applied to reduce unnecessary repeated calculations in programming. This technique is frequently brought up as one...
Your app is running happily on its own without major glitches. What happens when business requirements changed and you are now required to update your...
While there are plenty of Python libraries available for data manipulation, they can be overkill for simple data transformation. Python standard...
Docker, along with Docker Compose are the most used tools under the DevOps category, according to The State of Developer Ecosystem 2019 survey by...
In "Concurrent Programming in Python is not what you think it is", I wrote about the notorious GIL in Python and did a simple experiment on existing...