#web-development
Read more stories on Hashnode
Articles with this tag
As software developers, we have a limited 'performance' coins. It's up to us to decide where to spend it, either on 'security' or 'user experience.'...
First Class functions are just like objects. You can pass them as an argument to other functions or you can return them from another...
One of the best practices when using git is to keep histories on your main branch clean Sometimes, It's very hard. Here, I will share one situation...
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...