Testing is carried out when developing applications to ensure the code works as expected. There are different types of testing
Continue readingTag: tips
All you need to know about Higher Order Components in React
The concept of Higher Order Component (HOC) in React is an advanced technique that is used in reusing the component
Continue readingHow to use the data structures in JavaScript
A data structure can be defined as a format that developers can use to store, manage, and organize data in
Continue readingHow to Share API Changes with Your Team
If your team is developing or updating an API as part of your software project, you need to be careful
Continue readingHow to develop/design an API that developers want to use
If you are building an API, it is more than likely that it is going to be consumed by another
Continue reading