sunde.dev tech blog
Setup Echo web server to serve a Single Page Application (SPA)
3 min read
Go, Golang, Echo, SPA, React, Single Page Application, Webserver
Are you using Echo webserver and experience issues with your Single Page Application's (SPA) routing? There is an easy fix for that. Simply add this code to your Echo server and it will serve the correct files and handle your SPA routing correctly!

Per Sunde
More blogs
Beautify your markdown Nextjs blog with Highlightjs
5 min read
Next.js, markdown, beautify code, code highlighter
Do you want to add code beautifier to your markdown blogg? By using Highlight.js with React-Markdown you can easily make your markdown blog shiner.

Per Sunde
How to create a free static website with Github Pages
8 min read
Github, hosting
Now you can make your own website, all for free with Github Pages

Per Sunde