Add Svelte & SvelteKit Resources (#9758)
* add svelte resources * add SvelteKit section * swap course for alphabetical orders * fix spacing on SvelteKit section * add space to fix lint error * space in interactive tutorials * no affiliations for books Co-authored-by: Eric Hellman <eric@hellman.net> * remove affiliation Co-authored-by: Eric Hellman <eric@hellman.net> * remove interactive tutorial from book section * remove sveltekit section and move the resources to svelte - removing sveltekit section - moving all resources to svelte - can confirm the individual youtube video has more than 1 hour length and provide course-like materials --------- Co-authored-by: Eric Hellman <eric@hellman.net>pull/9837/head
parent
9c77ba19b9
commit
b9402eb28d
|
@ -1384,6 +1384,7 @@ Books on general-purpose programming that don't focus on a specific language are
|
||||||
|
|
||||||
#### Svelte
|
#### Svelte
|
||||||
|
|
||||||
|
* [Beginner SvelteKit](https://vercel.com/docs/beginner-sveltekit) - Steph Dietz
|
||||||
* [Getting started with Svelte](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started) - MDN Web Docs
|
* [Getting started with Svelte](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started) - MDN Web Docs
|
||||||
* [Svelte Tutorial](https://svelte.dev/tutorial/basics) - Svelte.dev
|
* [Svelte Tutorial](https://svelte.dev/tutorial/basics) - Svelte.dev
|
||||||
* [The Svelte Handbook](https://flaviocopes.com/page/svelte-handbook/) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
|
* [The Svelte Handbook](https://flaviocopes.com/page/svelte-handbook/) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
|
||||||
|
|
|
@ -1004,8 +1004,18 @@
|
||||||
|
|
||||||
#### Svelte
|
#### Svelte
|
||||||
|
|
||||||
|
* [Beginner SvelteKit](https://www.youtube.com/playlist?list=PLtgYhHmUIr3qDB2eTzY-nuBH1W5tOK8a4) - Steph Dietz
|
||||||
|
* [Learn How To Build Modern Web Apps With SvelteKit](https://www.youtube.com/watch?v=MoGkX4RvZ38) - Joy of Code
|
||||||
|
* [Learn Svelte](https://www.youtube.com/playlist?list=PLA9WiRZ-IS_ylnMYxIFCsZN6xVVSvLuHk) - Joy of Code
|
||||||
|
* [Learn Svelte Full Course](https://www.youtube.com/watch?v=UGBJHYpHPvA) - Lihau Tan, freeCodeCamp
|
||||||
* [Learn the Svelte JavaScript Framework](https://www.youtube.com/watch?v=ujbE0mzX-CU) - Noah Glaser, freeCodeCamp
|
* [Learn the Svelte JavaScript Framework](https://www.youtube.com/watch?v=ujbE0mzX-CU) - Noah Glaser, freeCodeCamp
|
||||||
|
* [Svelte Crash Course](https://www.youtube.com/watch?v=3TVy6GdtNuQ) - Traversy Media
|
||||||
* [Svelte Tutorial](https://www.youtube.com/watch?v=vhGiGqZ78Rs) - Beau Carnes, freeCodeCamp
|
* [Svelte Tutorial](https://www.youtube.com/watch?v=vhGiGqZ78Rs) - Beau Carnes, freeCodeCamp
|
||||||
|
* [Svelte Tutorial for Beginners](https://www.youtube.com/playlist?list=PLC3y8-rFHvwiYZOsc2D8AO1MYwLjZQrKx) - Codevolution
|
||||||
|
* [Svelte Tutorial for Beginners](https://www.youtube.com/playlist?list=PL4cUxeGkcC9hlbrVO_2QFVqVPhlZmz7tO) - The Net Ninja
|
||||||
|
* [SvelteKit For Beginners](https://www.youtube.com/playlist?list=PLA9WiRZ-IS_zXZZyW4qfj0akvOAtk6MFS) - Joy of Code
|
||||||
|
* [SvelteKit Tutorial](https://www.youtube.com/playlist?list=PLC3y8-rFHvwjifDNQYYWI6i06D7PjF0Ua) - Codevolution
|
||||||
|
* [SvelteKit Tutorial (Crash Course)](https://www.youtube.com/playlist?list=PL4cUxeGkcC9hpM9ARM59Ve3jqcb54dqiP) - The Net Ninja
|
||||||
|
|
||||||
|
|
||||||
#### Three.js
|
#### Three.js
|
||||||
|
|
|
@ -270,6 +270,11 @@
|
||||||
* [Front End Development Libraries: Redux](https://www.freecodecamp.org/learn/front-end-development-libraries/redux) - freeCodeCamp
|
* [Front End Development Libraries: Redux](https://www.freecodecamp.org/learn/front-end-development-libraries/redux) - freeCodeCamp
|
||||||
|
|
||||||
|
|
||||||
|
#### Svelte
|
||||||
|
|
||||||
|
* [Interactive Svelte Tutorial](https://learn.svelte.dev/tutorial/welcome-to-svelte) - svelte.dev
|
||||||
|
|
||||||
|
|
||||||
### Kotlin
|
### Kotlin
|
||||||
|
|
||||||
* [Kotlin tutorial](https://kotlinlang.org/docs/tutorials/)
|
* [Kotlin tutorial](https://kotlinlang.org/docs/tutorials/)
|
||||||
|
|
Loading…
Reference in New Issue