Highly scalable and secure OST, Pepo, and Moxie REST APIs were built using Node.js. Non-blocking thread execution, cross-platform support, a vast set of open-source packages, and an extensive community give Node.js an edge over other programming languages.
In a fast-paced development environment, we often encounter various types of blocking dependencies within or between teams. One such dependency is getting the backend APIs ready to be integrated into consumer interfaces and
While working as a manual tester, I encountered a significant challenge in the realm of web application testing. The manual Smoke and Regression test cases proved to be a time-consuming and repetitive task
In day-to-day software development, we use so many open-source libraries. In fact, we cannot even imagine working without some of them. The developer in me is very much inclined to contribute to open-source
apply, call and bind are methods that can be called on any JS function and are used to call that function in a specified scope. this inside the function will refer to the
We launched Slackmin on Product Hunt on July 27th, 2022. Here is the launch post and the product page on Product Hunt. We achieved the “#1 Product of the Day” badge. Thanks to
A Promise can either resolve into a result or reject into an error. In this blog we will see how we can wait for multiple promises, depending on our requirements and use cases.
Problem Statement: If you are developing your own package, you would need to test it before publishing it to npm. One way to achieve it would be to require index.js file of
We, at True Sparrow, have found a very innovative way of using slack. Instead of developing a web interface for admins, they can perform CRUD functions on various entities via custom slack slash
Maintenance is a challenging problem to solve for an API test suite. With new parameters getting added to existing APIs in a fast-paced development environment, this problem becomes more difficult. Usually, when negative
As the APIs grow in number and complexity, documentation becomes a must-have. With time, changes in API parameters, response entities, and optional vs mandatory keys in both parameters and response entities are inevitable.