Runar Kristoffersen
Writings of Runar

Writings of Runar

Follow
homebadges

Rewriting older React-SPA to fast SSR: Comparing SvelteKit and NextJS

Aug 20, 20238 min read

This is part two of my blog posts on rewriting an older React-app into an SSR framework to make it feel a lot faster for the user, while also...

Rewriting older React-SPA to fast SSR: Comparing SvelteKit and NextJS

Upcoming: Comparing Sveltekit vs NextJS by rewring lagacy app

Aug 12, 20237 min read

UPDATE: [the comparison-post is published is now...

Upcoming: Comparing Sveltekit  vs NextJS by rewring lagacy app

Improving performance in golang

Nov 6, 20225 min read

This post is about my experience with improving performance of a golang-application I write, by us of analysis with golangs pprof. Although I go into...

Improving performance in golang