- Published on
TIL - The case with Uber Eats
- Authors
- Name
- Abhishek Shree
- @Abhishek
There has been a very interesting case highlighting how a backend system based on a functional language could outshine the object-oriented ones. The case can be found here.
TL;DR - Idempotency is a really essential component to consider while building backend systems.
Quick recap: Idempotency is a Web API design principle defined as the ability to apply the same operation multiple times without changing the result beyond the first try.
Hi, In case you want to discuss anything about this post, you can reach out to me over here.