Git Product home page Git Product logo

mern_cheatsheet's Introduction

MERN_cheatsheet

MongoDB

What is MongoDB MongoDB is an open-source, NoSQL database that stores data in a flexible, JSON-like format called BSON (Binary JSON).

Difference between MongoDB and MySQL

  • MySQL : MySQL is a relational database management system (RDBMS) that organizes data into structured tables with predefined schemas.
  • MongoDB : MongoDB has a flexible schema. Each document in a collection can have a different structure, which allows for easy adaptation to evolving data requirements.

Express.js

What is Express

  • Express.js is a powerful web application framework for Node.js that provides a minimalistic yet robust set of features for building web and mobile applications.
  • It offers flexibility, routing capabilities, middleware support, and integration options, making it a popular choice among developers

React.js

What is React

  • React.js is a JavaScript library for building user interfaces using either javascript or typescript.
  • It allows developers to create interactive and dynamic web applications by breaking down the user interface into reusable components.
  • There are many other frameworks like Next.js, Vue.js, Swelte, Angular etc

Node.js

What is Node - Node is an open source , runtime environment to run JavaScript code in server instead in browser , it is used to write server side applications.

Difference between vanilla Js and Node Js - Node runs in server as it is used for server side applications and vanilla js runs in browser as it is used for developing client side application - node use global object instead of window object

mern_cheatsheet's People

Contributors

tk-ed avatar

Watchers

 avatar

Forkers

karan7773

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.