testing

Testing JavaScript Code with Jest

Jest offers a complete and easy to set-up JavaScript testing solution and work out of the box for any React project. Isn’t that awesome?

Read
GraphQL

Build a Simple GraphQL API Server With Express and NodeJS

GraphQL is a query language for APIs that offers declarative data fetching. It enables clients to ask for the exact data they need from a web server and nothing more.

Read