Bogdan N.
Bog's tech

Bog's tech

Follow
Follow
homeSpring BootMERN StackData Structures and AlgorithmsWordPressSoftware Engineeringnewsletter
Series

MERN Stack

This series is about how to make a full stack web app using the MERN tech stack that consists of MongoDB, Express, React and Node. At the end of it you will be able to deploy on Docker.

Articles in this series

MERN stack: how to build a RESTful API with Node.js and Express

Apr 3, 20229 min read4.4K views

Learn how to CREATE, READ, UPDATE and DELETE with JavaScript · MERN stack introduction MERN stack stands for MongoDB, Express, React and Node. It's...

MERN stack: how to build a RESTful API with Node.js and Express

MERN Stack: use MongoDB with Node.js and Express through a RESTful API

Apr 5, 20228 min read1.1K views

Intro You will learn how to make a full RESTful API that connects with a real database. The endpoints contain all the CRUD operations and you will...

MERN Stack: use MongoDB with Node.js and Express through a RESTful API

MERN Stack: test Node.js and Express with Jest

Apr 8, 20228 min read3.0K views

JavaScript backend testing · Introduction We will be using the code from the 2nd part of this series. You can find the code in this Github repository,...

MERN Stack: test Node.js and Express with Jest

NodeJS auth: JWT, cookies, express, mongoose and more!

Jul 25, 202222 min read4.9K views

Tutorial to learn about auth, tokens and cookies · Intro Here is the source code of the project from my Github. This post is part of the MERN series,...

NodeJS auth: JWT, cookies, express, mongoose and more!