January 18, 2024
GooseBerry, an open source Twitch livestream companion app
I've started yet another new personal coding project :) GooseBerry is an open source Twitch livestream companion app. It's a cross-platform desktop application built with Electron and React.
September 4, 2023
Published @fastone/eslint-config npm package
In my journey to learn more about TypeScript and locking in a personal development stack I decided to publish my own ESLint config package, to be used in all my projects.
July 20, 2023
Building a simple blockchain network application in Javascript / NodeJS
As part of my 'Coding without a purpose...' brainfart, I finally started a project that has been on my mind for ages. Building a simple blockchain network application in Javascript.
February 25, 2023
Generate a simple sitemap.xml on your Astro.build website
Without adding an external dependency to your project, I worked out a simple solution to generate a sitemap.xml on your Server-Side-Rendered Astro.build website. I'm using this on my websites hosted on Netlify
February 24, 2023
Implemented TinaCMS
Since I started working with Astro.build I was looking for a really simple CMS system that could publish Markdown (.md) files to GitHub and found that TinaCMS could do the job...
February 19, 2023
Website layout updates
Decided to redo the website a bit, wasn't too happy with the previous black/white theme. Also simplified things a bit and started working with the Astro.build Content Collection feature.
January 29, 2023
Category pages added
Categories are now clickable and link to post per category pages..
January 2, 2023
Built with Astro.build
I started to build simple websites like this one with Astro.build, a static html generator framework.