Latihan membuat aplikasi Blog dengan Svelte Kit dan Strapi CMS
https://strapi.medium.com/how-to-create-a-blog-with-sveltekit-and-strapi-778be53d918a
#strapi #cms #svelte #blog
https://strapi.medium.com/how-to-create-a-blog-with-sveltekit-and-strapi-778be53d918a
#strapi #cms #svelte #blog
Medium
How to Create a Blog with SvelteKit and Strapi
In this tutorial, you’ll learn the basics of SvelteKit and create a blog website using the SvelteKit framework and using Strapi
Membuat fungsi CRUD dengan Svelte JS dan Firebase
https://blog.logrocket.com/building-crud-application-svelte-firebase/
#firebase #svelte
https://blog.logrocket.com/building-crud-application-svelte-firebase/
#firebase #svelte
LogRocket Blog
Building a CRUD application using Svelte and Firebase - LogRocket Blog
Using Firebase with Svelte can get a bit tricky, but this tutorial makes it easy with a step-by-step guide to building a CRUD application.
Melakukan testing aplikasi Svelte dengan Vite JS testing
https://blog.logrocket.com/testing-svelte-app-vitest/
#svelte #vitest #testing
https://blog.logrocket.com/testing-svelte-app-vitest/
#svelte #vitest #testing
LogRocket Blog
Testing a Svelte app with Vitest - LogRocket Blog
Vitest has become the first choice dev tool for Svelte. Learn about its features and integrations and how it compares to Jest.
Menggunakan Tailwind CSS pada Svelte Kit
https://medium.com/codingthesmartway-com-blog/how-to-use-tailwind-css-with-sveltekit-84f51ffd06c9
#tailwind #css #svelte
https://medium.com/codingthesmartway-com-blog/how-to-use-tailwind-css-with-sveltekit-84f51ffd06c9
#tailwind #css #svelte
Medium
How To Use Tailwind CSS With SvelteKit
This tutorial guides you through the process of setting up Tailwind CSS in a SvelteKit project
Memperkenalkan Skeleton UI, yang terbuat dari Svelte dan Tailwind CSS
https://www.smashingmagazine.com/2022/08/skeleton-svelte-tailwind-reactive-uis/
#svelte #skeleton #tailwind
https://www.smashingmagazine.com/2022/08/skeleton-svelte-tailwind-reactive-uis/
#svelte #skeleton #tailwind
Smashing Magazine
Meet Skeleton: Svelte + Tailwind For Reactive UIs — Smashing Magazine
The power of framework-specific UI libraries, such as Skeleton, can lead to more productivity using the combined ability of Svelte and Tailwind to build modern web-based apps.
Latihan panjang dari James Quick membuat aplikasi URL Shortener dengan Sveltekit
https://youtu.be/5AUUSZ5wv10
#svelte #url #shortener #sveltekit
https://youtu.be/5AUUSZ5wv10
#svelte #url #shortener #sveltekit
YouTube
Build a Link Shortener App with SvelteKit, TypeScript, and Directus.io
This is the most beautiful Headless CMS I've ever seen! Let's use Directus.io along with SvelteKit and TypeScript to build a link shortener app. We'll create a new project in Directus along with define a data model (collection) that we'll use to store information…
Latihan panjang dari Freecodecamp tentang pengenalan Svelte JS
https://www.freecodecamp.org/news/learn-svelte-complete-course/
#svelte #freecodecamp
https://www.freecodecamp.org/news/learn-svelte-complete-course/
#svelte #freecodecamp
freeCodeCamp.org
Learn Svelte in 23 Hours
Svelte is a front-end JavaScript framework for making interactive webpages. Svelte has grown in popularity quite a bit over the last few years. We just published a free 23-hour course on the freeCodeCamp.org YouTube channel that will teach you how to use…
Latihan dari Beyond Fireship tentang membuat aplikasi real time dengan Svelte dan Firebase
https://www.youtube.com/watch?v=UbOaAtHWidc
#svelte #firebase #realtime
https://www.youtube.com/watch?v=UbOaAtHWidc
#svelte #firebase #realtime
YouTube
The easiest realtime app I’ve ever built
I built a library called SvelteFire to make building realtime apps with Svelte and Firebase even easier https://github.com/codediodeio/sveltefire
#webdevelopment #javascript #sveltekit #firebase
#webdevelopment #javascript #sveltekit #firebase
Latihan dasar menggunakan Svelte Kit
https://css-tricks.com/getting-started-with-sveltekit/
#svelte #svelteKit
https://css-tricks.com/getting-started-with-sveltekit/
#svelte #svelteKit
CSS-Tricks
Getting Started With SvelteKit | CSS-Tricks
SvelteKit is the latest of what I'd call next-gen application frameworks. It, of course, scaffolds an application for you, with the file-based routing,
Pengenalan Svelte Kit dalam 100 detik dari Fireship
https://www.youtube.com/watch?v=H1eEFfAkIik
#svelte #fireship
https://www.youtube.com/watch?v=H1eEFfAkIik
#svelte #fireship
YouTube
SvelteKit in 100 seconds
Learn the basics of the SvelteKit - a metaframework that can fetch data and render Svelte web applications on the server. Find out how it compares to other fullstack tools like Next.js for React and Nuxt for Vue.
#webdevelopment #javascript #100secondsofcode…
#webdevelopment #javascript #100secondsofcode…
Latihan membuat aplikasi Calculator dengan Svelte
https://www.freecodecamp.org/news/how-to-build-a-calculator-app-with-svelte/
#svelte #calculator
https://www.freecodecamp.org/news/how-to-build-a-calculator-app-with-svelte/
#svelte #calculator
freeCodeCamp.org
How to Build a Calculator App with Svelte
Svelte is an open-source front-end JavaScript framework used for building web applications, designed to make developing interactive user interfaces more efficient and performant. Compared to other front-end frameworks like React, Vue, or Angular, it focuses…
Latihan menggunakan Svelte Kit dan Tailwind CSS untuk web portfolio
https://www.freecodecamp.org/news/learn-sveltekit-and-tailwind-css-by-building-a-web-portfolio/
#svelte #tailwind #portfolio
https://www.freecodecamp.org/news/learn-sveltekit-and-tailwind-css-by-building-a-web-portfolio/
#svelte #tailwind #portfolio
freeCodeCamp.org
Learn SvelteKit and Tailwind CSS by Building a Web Portfolio
Whether you're a seasoned developer or just starting your journey in the world of web development, keeping up with the latest tools and frameworks is essential. And you can learn about two popular web dev tools in the new course we just posted on the...
Fetching Data in a Svelte Application with Axios
https://www.youtube.com/watch?v=CvokjM2qRaY
#svelte #axios
https://www.youtube.com/watch?v=CvokjM2qRaY
#svelte #axios
YouTube
Fetching Data in a Svelte Application with Axios with Blair Googer, Senior IBM engineer
Curious about the ins and outs of fetching data in a Svelte application using Axios? Join us in this enlightening video tutorial featuring Blair Googer, a senior IBM engineer, as he unravels the complexities and provides actionable insights.
👉 Access the…
👉 Access the…
Learn SvelteKit – Full Course for Beginners
https://www.youtube.com/watch?v=vb7CgDcA_6U
#svelte #course
https://www.youtube.com/watch?v=vb7CgDcA_6U
#svelte #course
YouTube
Learn SvelteKit – Full Course for Beginners
Learn everything you need to know about SvelteKit & TailwindCSS by building a beginner friendly landing page (that also looks awesome!).
💻 Code: https://github.com/jamezmca/gym-app-landingpage
✏️ Course developed by @Smoljames
🔗 Resources 🔗
Init SvelteKit…
💻 Code: https://github.com/jamezmca/gym-app-landingpage
✏️ Course developed by @Smoljames
🔗 Resources 🔗
Init SvelteKit…
Learn SvelteKit and Tailwind CSS by Building a Web Portfolio
https://www.freecodecamp.org/news/learn-sveltekit-and-tailwind-css-by-building-a-web-portfolio/
#svelte #tailwind #portfolio
https://www.freecodecamp.org/news/learn-sveltekit-and-tailwind-css-by-building-a-web-portfolio/
#svelte #tailwind #portfolio
freeCodeCamp.org
Learn SvelteKit and Tailwind CSS by Building a Web Portfolio
Whether you're a seasoned developer or just starting your journey in the world of web development, keeping up with the latest tools and frameworks is essential. And you can learn about two popular web dev tools in the new course we just posted on the...
SvelteKit & Supabase Project Build #1 - Intro & Setup
https://www.youtube.com/watch?v=JZRzP5QFXV8&list=PL4cUxeGkcC9hjkchG2akxmjP0Bw2fyWgO&index=1
#svelte #supabase
https://www.youtube.com/watch?v=JZRzP5QFXV8&list=PL4cUxeGkcC9hjkchG2akxmjP0Bw2fyWgO&index=1
#svelte #supabase
YouTube
SvelteKit & Supabase Project Build #1 - Intro & Setup
In this SvelteKit & Supabase tutorial series, you'll make a Pokemon team-selection app from scratch, including authentication.🚀🥷🏼Get access to premium cou...
Implementing Role Based Access Control in SvelteKit
https://dev.to/permify/implementing-role-based-access-control-in-sveltekit-56hf
#svelte #rbac
https://dev.to/permify/implementing-role-based-access-control-in-sveltekit-56hf
#svelte #rbac
DEV Community
Implementing Role Based Access Control in SvelteKit
Table Of Contents Understanding Role-Based Access Control (RBAC) Setting Up the SvelteKit...
Learn SvelteKit and Tailwind CSS by Building a Web Portfolio
https://www.freecodecamp.org/news/learn-sveltekit-and-tailwind-css-by-building-a-web-portfolio/
#svelte #portfolio
https://www.freecodecamp.org/news/learn-sveltekit-and-tailwind-css-by-building-a-web-portfolio/
#svelte #portfolio
freeCodeCamp.org
Learn SvelteKit and Tailwind CSS by Building a Web Portfolio
Whether you're a seasoned developer or just starting your journey in the world of web development, keeping up with the latest tools and frameworks is essential. And you can learn about two popular web dev tools in the new course we just posted on the...