RKRunar Kristofferseninblog.runar.dev·Jul 17, 2024 · 5 min readSpeeding up any and all js-projects with a single, global makefileTLDR: Jump to complete markdown-file When working on various projects, you often need to install dependencies. When switching branches, it's easy to forget this, which can lead to bugs. Consider a branch where one of the dependencies is updated. Eac...00
RKRunar Kristofferseninblog.runar.dev·Aug 20, 2023 · 8 min readRewriting older React-SPA to fast SSR: Comparing SvelteKit and NextJSThis 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 increasing readability and DevEX. For details about the existing application, and the need for a rewrite, se...00
RKRunar Kristofferseninblog.runar.dev·Aug 12, 2023 · 7 min readUpcoming: Comparing Sveltekit vs NextJS by rewring lagacy appUPDATE: [the comparison-post is published is now live](https://blog.runar.dev/rewriting-older-react-spa-to-fast-ssr-comparing-sveltekit-and-nextjs?showSharer=true) Lately, I've been wanting to compare SvelteKit with NextJS, as they are being conside...00
RKRunar Kristofferseninblog.runar.dev·Nov 6, 2022 · 5 min readImproving performance in golangThis 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 some detail of my specific application, the general approach should apply to any golang-application....00