Thoughts on software Svelte

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.

SvelteCareers is now SvelteJobs!

We're excited to announce that SvelteCareers has acquired SvelteJobs.com and is rebranding to better serve the Svelte community.

Optimizing Code Imports with tRPC and SvelteKit

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.

How to embed Sanity.io V3 Studio into SvelteKit

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.