Backend - terrytaylorbonn/auxdrone GitHub Wiki
25.0104
#261_(OK)_mern_DAVE_v08_24.1229.docx COMPLETE STACK
https://en.wikipedia.org/wiki/Solution_stack#Full-stack_developer
" In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications.1(https://en.wikipedia.org/wiki/Solution_stack#cite_note-CDESolution15-1) Applications are said to "run on" or "run on top of" the resulting platform.
Web stack
(https://en.wikipedia.org/wiki/Solution_stack)
For example, to develop a web application, the architect defines the stack as the
- target operating system,
- web server,
- database, and
- programming language.
OS-agnostic web stacks
- ME-N
- MongoDB (database)
- Express.js (application controller layer)
- Node.js (JavaScript runtime)
- MEAN10(https://en.wikipedia.org/wiki/Solution_stack#cite_note-FramptonComplete18-10)
- MERN25(https://en.wikipedia.org/wiki/Solution_stack#cite_note-WilsonMERN18-25)
- React.js (web application presentation)
- MEVN26(https://en.wikipedia.org/wiki/Solution_stack#cite_note-26)
- Vue.js (web application presentation)
NODEJS
- #209_(OK)_(61.X)_ts_express_node_STEELE_v01_24.1006.docx (24.1030 from 62) (really good video, javascript) https://www.udemy.com/course/pro-javascript/?couponCode=LEARNNOWPLANS
- #264_()_nodejs_express_mongo_DAVE_v01_24.1230.docx
xxxx#### Not-web stack (https://en.wikipedia.org/wiki/Solution_stack)
Another version of a software stack is
- operating system,
- middleware,
- database, and
- applications. 2(https://en.wikipedia.org/wiki/Solution_stack#cite_note-2) Regularly, the components of a software stack are developed by different developers independently from one another.