56 followers
Software Engineer | Maintainer of fastapi-events
While numerous software options exist for building search features, they can often be overkill for simpler use cases, especially when dealing with...
Transforming Terraform Variable Types into JSON Schema ยท Introduction Several months ago, I embarked on a journey to accomplish a captivating project:...
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...