#apis
Read more stories on Hashnode
Articles with this tag
When it comes to API architecture and design, REST comes first in our minds. But, What is REST? REST stands for Representational State Transfer. It...
Many times, it is required to limit an API call to put some restriction on consumption of a particular resource. A nice example would be rate limiting...
Many of us have implemented JWT based authentication mechanism in our projects. In this post, I will share some of key points that would make sure...