Recent Posts

Nesting Rounded Corners in CSS
1 min read
Consistency in rounded corners is something I came upon every now and again. It would really bother me...
Intercepting a Fetch Request
4 min read
A stumbled upon a nice script that helped a lot of people to book a train in Sweden, and got interested...
Convert a SVG file to PNG and serve it in Express
2 min read
I tend to use SVG:s a lot, however, sometimes I feel like it simpler to render them as PNG:s for some...
A Simple Hook for React Context
3 min read
It is often quite nice to use Context in React, I tend to use this hook to simplify it.
My Custom Svelte Boop Component
8 min read
Creating a Boop component might be a bit tricky with the spring effect. This is my component I tend to...
Create A Resposive Grid with CSS Flexbox
2 min read
Even though CSS Grid is more or less designed to create grids with, flexbox can actually be used to create...