The MERN stack consists of MongoDB, Express, React / Redux, and Node.js. Given the popularity of React on the frontend and of Node.js on the backend, the MERN stack is one of the most popular stack of technologies for building a modern single-page application.
#mern #tutorial #mongodb #express #react #redux #node
#mern #tutorial #mongodb #express #react #redux #node
Medium
Getting Started with the MERN Stack
Introduction
Validation of data is an interesting topic, we tend to write code that looks really horrible in the sense that it contains a lot of checks. There are different situations when we need to perform these checks like validating a response from a backend endpoint or maybe verifying what goes into our REST API won’t break our code. We will focus on the latter, how to validate our API.
#validation #javascript #node #express #api
#validation #javascript #node #express #api
ITNEXT
Joi — awesome code validation for Node.js and Express
Validation of data is an interesting topic, we tend to write code that looks really horrible in the sense that it contains a lot of checks…