https://github.com/timendus/js-workshop
Code used to give JavaScript workshops. If you want, you can use them for your own workshops too.
https://github.com/timendus/js-workshop
Last synced: about 1 year ago
JSON representation
Code used to give JavaScript workshops. If you want, you can use them for your own workshops too.
- Host: GitHub
- URL: https://github.com/timendus/js-workshop
- Owner: Timendus
- License: gpl-3.0
- Created: 2020-11-10T09:44:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T16:11:16.000Z (over 4 years ago)
- Last Synced: 2025-06-12T20:03:32.510Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
These snippets of code are used to give a JavaScript workshop. If you want, you
can use them for your own workshops too.
## Part one: JavaScript the language
* [Slides](https://docs.google.com/presentation/d/1sU2TI29m-bA4dDtkDN0jwR_BNeqyEHthSravgczTT90/edit?usp=sharing)
* [Videos of the workshop](https://www.youtube.com/playlist?list=PL2Mw2Bc1JCHfF9KFEqvFIofkiSFGrEeRU) (in Dutch)
## Part two: JavaScript and the browser
Work in progress 😉
* [Slides](https://docs.google.com/presentation/d/1RxYUsCfFCf29Q21tlpxWnxyGpPOBjkkXAlFXE4t6Elg/edit?usp=sharing)
* Event server
* [Documentation](./server#readme)
* Demos:
* [Puppets](https://timendus.github.io/js-workshop/JavaScript%20and%20the%20browser/demos/puppets/example.html)
* [Rock, Paper, Scissors](https://timendus.github.io/js-workshop/JavaScript%20and%20the%20browser/demos/rock-paper-scissors/example.html)