SvelteCareers is now SvelteJobs!
We're excited to announce that SvelteCareers has acquired SvelteJobs.com and is rebranding to better serve the Svelte community.
Most of the content on this blog is about Svelte. I'm a huge fan of the framework and I love sharing what I'm learning with others.
We're excited to announce that SvelteCareers has acquired SvelteJobs.com and is rebranding to better serve the Svelte community.
SvelteCareers, a job site dedicated to Svelte(Kit) developers, is now live!
Learn how to configure your SvelteKit server to handle requests from the Chrome Privacy Preserving Prefetch Proxy bot and prevent ./well-known/traffic-advice 404 errors in your application
In this guide I’m going to show you how to get authentication up and running with Lucia. Where we will be using PlanetScale for our database needs, and Upstash Redis to handle sessions.
In this article, I'll show you how to implement rate limiting in a serverless environment with SvelteKit and tRPC.
tRPC is a great tool for managing server-side procedures. However, it can be a bit tedious to import it in every `+page.server` file. In this article, I will show you how to optimize your code imports and avoid unexpected errors.
Learn how you can accomplish side by side content editing with SvelteKit and Sanity.io
When I was working on a new project that involved Sveltekit and Sanity I got curious and wanted to know whether I could directly embed Sanity Studio V3 into a SvelteKit app. I was able to do it and I am sharing my findings here.