2 Stacks and frameworks - terrytaylorbonn/auxdrone GitHub Wiki
25.0123 Doc URLs Stack URLs Lab notes (Gdrive), Git
What's Actually Happening With JS Frameworks Awesome https://www.youtube.com/watch?v=aTXdXIEFx6c
Section "1 APIs/API-docs" covers APIs/API-docs for the backend. These need to be integrated into a complete stack.
Thus, this part (2; need to renumber) focuses on (web) stacks/frameworks, the "home" for the APIs/API-docs.
- 2.0 Concepts. My own attempt to explain the core concepts (historically).
- 2.1 Base (HTML,CSS,JS). The basics for multi-page (no "windows" on a page) apps.
- 2.2 Frontend (React, Vue, Angular). Section "1 APIs/API-docs" covers APIs/API-docs for the backend. This subsection covers frontends (and deployment).
- 2.3 Stack (MERN). Now create tightly integration full stacks.
- 2.4 Backend (server side) (JS,Py). Includes any "leftover" backend/server-side topics/examples.
- 2.5 Auth/security