Node.js: Practical mini-projects in Node.js, slides, video and code available
Last updated: 3rd December 2020Slides, a video & code examples for the talk Practical Mini-Projects in Node.js I gave at Scotland JS 2018 are now available.
- Video: youtube.com/watch?v=qIWNoJv4Lyc (23 minutes long)
- Slides: umaar.github.io/node-mini-projects-talk
The talk goes over the following:
- Web scraping with Puppeteer: code / video: 58 seconds
- Markov Chains to generate text: code / video: 2:45s
- Alfred Workflow creation: code / video: 4:33s
- Bitbar Plugin creation: code / video: 7:35s
- Bluetooth in Node.js: video: 9:36s
- Demokit: code / video: 11:23s
- Interacting with third-party APIs: demo / video: 13:07s
- Blood tracking: code / video: 17:42s / demo
- Wikipedia Edits WebGL Globe Visualisation: code / video: 19:37s / demo
Extra
Some other talks of mine:
- Chrome DevTools: An Animated Journey
- Performance Debugging with DevTools
- Chrome DevTools: A Modern Front-End Workflow
- Chrome DevTools: Optimise your web development workflow
- Node.js: Practical mini-projects in Node.js (these slides)