Materials for the Advanced JavaScript + Node.js Hackerschool workshop on 9 March 2019.
- Slides (source)
- Advanced JavaScript code: A runthrough of selected JavaScript features that will be used in the Node.js server (next item) and React (covered in the next Hackerschool session). Also contains a demo of NPM.
- Node.js code: Covers Node.js and Express, culminating in a simple server assignment that uses the NUSMods API to countdown to any module's exam. The completed code can be found here.