Tag: SvelteKit

Storing Sensitive Information in SvelteKit using .env (without a hustle)

You’re a developer who embarked on a journey to build a fantastic web application with SvelteKit. As you delve into your project, you come across the challenge of securely storing sensitive information like API keys. Without hesitation, you create an account, copy the secret key, and, with a...

Build a poll-making website using SvelteKit, Turso, Drizzle, and deploy it to Vercel.

According to StackOverflow’s 2023 Developer Survey, Svelte is the most admired JavaScript web framework. To understand why many developers seem to admire this framework, we are going to examine how easy it is to deliver a regular web application experience using its streaml...