Link to home
Start Free TrialLog in
Avatar of Jimbo99999
Jimbo99999Flag for United States of America

asked on

Full Stack Diagram of How Technologies Fit Together

Hello Everyone

I am a recently converted vb.net developer taking a Full Stack Web developer Boot Camp.  It is moving very fast and we are seeing quite a bit of information/technologies.  I am having a bit of trouble where they all fit together in the diagram.  

First we did HTML/CSS. Then added javascript.  Then moved the javascript to server side.  Then Node, Express, Sequelize. ORM, MVC, React/Yarn, Firebase, Mysql, Mongo.

Is there any kind of diagram that could help me understand how all of this relates together?

Thanks,
jimbo99999
ASKER CERTIFIED SOLUTION
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jimbo99999

ASKER

Good reading lvl 35...thank you.
welcome glad to help as always.
Hello.  I have spent some time watching tutorials after reading the article.   Are there any diagrams you know of that include a middleware layer along with directory structure and folders for for standardizing how to design the view?    Is MVC just one type of pattern...meaning there are different patterns that have different initials? Or is MVC a high-level name for how javascript projects are structured?
In which technology you wanted to create the application.? For Angular 2 apps ,you can use angular-cli which will create complete folder structure for app. MVC is best practice that will segregate your code from view.
InJavascript you can use ModuleRevealingPattern or singleton pattern depending upon your need.