🔥 Join our free  SvelteKit Workshop on June 28 - only 9 seats remaining ! 💨 Save Your Spot!

Blog

Tuesday, May 16, 2023

Conditional Classes in Svelte

Discover how conditional classes in Svelte can streamline your app design process. Includes a detailed guide on managing active navigation links in SvelteKit.

Monday, May 15, 2023

How to upload files to Cloudflare R2 in SvelteKit

Dive into our step-by-step guide to master file uploads in Cloudflare R2 with SvelteKit. Learn about the R2 service, set up projects, and optimize your cloud storage experience!

Tuesday, April 4, 2023

How to implement file upload with SvelteKit

Looking to implement file uploading in your Svelte project? Check out this tutorial for an easy-to-follow guide and start uploading files like a pro.

Friday, February 10, 2023

I want to know more about you

Become a part of the conversation on Svelte and SvelteKit. Connect with like-minded developers and learners.

Friday, January 20, 2023

Svelte and CSS

Learn how Svelte handles CSS and styles, and how you can take advantage of that for your Svelte and SvelteKit applications.

Tuesday, December 6, 2022

Introducing the "SvelteKit Internals" series

Get practical advice on using SvelteKit from a developer who has built projects with the framework. This blog series provides tips and insights to help you succeed with SvelteKit projects.

Sunday, November 27, 2022

Build a SvelteKit application with Docker

One of the most interesting pieces of software in modern web development is Docker. It allows building, shipping, and running applications in a container. In this article, we will learn how to build a SvelteKit application with Docker.

Tuesday, November 1, 2022

Understanding environment variables in SvelteKit

Environment variables are an important feature of NodeJS applications. In this article, we will learn how SvelteKit makes use of them and how to use them effectively.

Sunday, June 19, 2022

The case about Astro

This article describes what I learned, what I like about Astro, the static site generator, and what makes it an interesting tool to consider.