Latest blog posts
Read the latest posts about web development, design, and more.
Aleksi Koivu
December 9, 2023
Handling forms in SvelteKit using Superforms
Form handling and validation is a surprisingly difficult and complex topic. Fortunately in the modern web development landscape a lot of convenient libraries and platforms have emerged to ease the work of developers. This article goes through the steps of handling form data using the Superforms library in SvelteKit, and then processing that data in a database (Supabase) and eventually sending an email using Rebase.
6 min read
Aleksi Koivu
November 28, 2023
Getting Started with SvelteKit
SvelteKit is a powerful web framework built on top of Svelte, designed to streamline the development of web applications. This article will guide you through the process of getting started with SvelteKit, covering installation, project structure, and basic concepts.
5 min read