The fastest way from zero to JavaScript apps!
Okay, the idea is to quickly get to a point when you can write full-stack web apps using JavaScript on both front-end (browser) and back-end (NodeJS). In order to do that, you need to learn the following things:
- JavaScript concepts
- DHTML - the hard way to manipulate the DOM
- AJAX - exchange data between the browser and the server
- Svelte - the easy way to manipulate the DOM and do much more
- Server-side JavaScript (NodeJS) to store/retrieve data
Modules
-
Getting Started
-
Language fundamentals
-
ES6 (modern javascript)
-
DHTML (Dynamic HTML)
-
AJAX
-
Svelte