Skip to content

This is an easy and useful guide to learn how to develop MERN stack project, with real-world problem solving solutions and documentations, step by step.

Notifications You must be signed in to change notification settings

dreamcatcher0101/mern-sample-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great MERN Stack Sample Guide

1. Why use this guide

1) Not just for studying, but also to be like seniors

There are several guides and tutorials to help you study MERN stack. But they only help you to learn syntax and some other basic knowledges, not the real problem-solving, or infrastructure. This guide is for the developers who wanna be seniors. This helps you not only how to code like seniors, but how to write reusable, scalable and well-tested codes.

2) To learn how to build infrastructure

There are thousand ways to build their own infra. But working 9+ years with MERN stack, I've came with the idea of great infrastructure how to handle requests & responses, errors & messages and so on. This guide helps you to learn that infrastructure. Once you build it, you don't need to worry about those things. This handles all of the things you should have to take care, automatically.

3) Things you can learn from here

This sample guide is written in typescript, that can help you learn easily. If you are not familiar with typescript, don't worry. Read it as javascript, only without the type.