From b9402eb28d2406818ac801e3358bf59bb4948556 Mon Sep 17 00:00:00 2001 From: Chrisna Adhi Pranoto Date: Thu, 5 Oct 2023 08:45:49 +0700 Subject: [PATCH] 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 * remove affiliation Co-authored-by: Eric Hellman * 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 --- books/free-programming-books-langs.md | 1 + courses/free-courses-en.md | 10 ++++++++++ more/free-programming-interactive-tutorials-en.md | 5 +++++ 3 files changed, 16 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 46a3ac622..7d0e7ee90 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1384,6 +1384,7 @@ Books on general-purpose programming that don't focus on a specific language are #### 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 * [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)* diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 4c3058d81..733b9cbf0 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -1004,8 +1004,18 @@ #### 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 +* [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 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 diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index ab279d905..f643402a9 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -270,6 +270,11 @@ * [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 tutorial](https://kotlinlang.org/docs/tutorials/)