Difference between revisions of "YouTube channel"
Jump to navigation
Jump to search
(Created page with "ImpVis has a YouTube channel: https://www.youtube.com/channel/UCCWiTDeqBPSsUks0jFrhEKQ This is where we upload our recordings. Most of our recordings are of experienced ImpVi...") |
|||
Line 3: | Line 3: | ||
This is where we upload our recordings. Most of our recordings are of experienced ImpVis students explaining coding concepts to other students. Some of the playlists you may want to look at: | This is where we upload our recordings. Most of our recordings are of experienced ImpVis students explaining coding concepts to other students. Some of the playlists you may want to look at: | ||
* [https://youtube.com/playlist?list=PLJ6YNaPgRUmGjgqIbnPE26PyiiCZW0mYj Getting started with Vue.js in the ImpVis template] - a tutorial for new joiners ready to start coding their first visualisation. | * [https://youtube.com/playlist?list=PLJ6YNaPgRUmGjgqIbnPE26PyiiCZW0mYj Getting started with Vue.js in the ImpVis template] - a tutorial for new joiners ready to start coding their first visualisation. Find the associated materials in [https://github.com/Imperial-visualizations/Vue-guidance-for-developers this GitHub repo]. | ||
* [https://youtube.com/playlist?list=PLJ6YNaPgRUmHO596mso3ZVi9YCoGgxhmi JavaScript fundamentals] - comparing how JavaScript objects work compared to Python. | * [https://youtube.com/playlist?list=PLJ6YNaPgRUmHO596mso3ZVi9YCoGgxhmi JavaScript fundamentals] - comparing how JavaScript objects work compared to Python. | ||
* [https://youtube.com/playlist?list=PLJ6YNaPgRUmGI6GqKQxKFhHIOJsBPGu7N Basics of VueJs] - useful for people who know how to code but are new to Vue.JS and wish to get a good understanding. | * [https://youtube.com/playlist?list=PLJ6YNaPgRUmGI6GqKQxKFhHIOJsBPGu7N Basics of VueJs] - useful for people who know how to code but are new to Vue.JS and wish to get a good understanding. |
Latest revision as of 09:27, 29 September 2021
ImpVis has a YouTube channel: https://www.youtube.com/channel/UCCWiTDeqBPSsUks0jFrhEKQ
This is where we upload our recordings. Most of our recordings are of experienced ImpVis students explaining coding concepts to other students. Some of the playlists you may want to look at:
- Getting started with Vue.js in the ImpVis template - a tutorial for new joiners ready to start coding their first visualisation. Find the associated materials in this GitHub repo.
- JavaScript fundamentals - comparing how JavaScript objects work compared to Python.
- Basics of VueJs - useful for people who know how to code but are new to Vue.JS and wish to get a good understanding.
- Advanced concepts - in-depth concepts in Vue.js for those who are likely to create their own components.
- VueJS examples - an example of creating an app in Vue.js.