Part 0 - Fundamentals of web apps
Core Concepts
- The basics of HTTP networking and traditional web applications
- HTML, CSS, and the DOM
- Ajax
- Single-page apps
- UML Diagrams
Libraries/Tools Learned
- Developer console in the browser
Projects
-
Created a UML diagram representing the network as the user creates and submits a note on the non-spa version of the example note app
-
Created a UML diagram representing the network as the user goes to the single page app version of the notes app
-
Created a diagram depicting the situation where the user creates a new note using the single page version of the app