Parse is the popular backend as a service platform that Facebook owned but recently shutdown. However, before doing so, they released Parse Server, an open source version of the Parse backend that can
One of the most important aspect of monitoring your application for errors is to instantly get notified when a hiccup occurs. Getting access to this information quickly can help you and your team
Lodash is a powerful utility library that makes your life easier when manipulating arrays, strings, objects, and much more. You have most likely used it in your projects before (and if not, you
If you ever had to write a complex application (and I use the word complex very loosely here), you've most likely had to run asynchronous operations. A couple of years ago, the de-facto