How I Learned Go and SvelteKit
Before building this open source PaaS, I spent some time learning both Go and SvelteKit…
My backend background mostly comes from building production apps with Laravel and Node.js with TypeScript, so Go felt a bit unfamiliar at first. I had never used it seriously before, so I started from the basics.
For Go, I learned from a few resources:
I also did a livestream while learning Go… which made the process feel more fun and more real :D

For Svelte and SvelteKit, the experience felt much more straightforward. I learned directly from the official Svelte tutorial:
What I like about it is how the learning path already feels clear… starting from Svelte basics, then advanced Svelte, and then continuing into SvelteKit basics and advanced topics. For me, learning directly from the official site was already more than enough.
So in a way…
- Go felt like learning a new backend mindset
- SvelteKit felt like finding a simpler way to build frontend apps
And now… both of them are coming together in this project.