July 31st, 2023 · 3min read
Creating Portfolios
Creating a portfolio is hard—even harder when it’s a static PDF as opposed to a website. Here are some of my thoughts on the struggle.
June 25th, 2023 · 4min read
The Web is the Future
I love the web and I firmly believe that it is the future for all sorts of applications. And with recent announcements from Apple, the web is getting even better—or at least, even better for Apple users, which have been left out for the past few years. Some thoughts.
May 27th, 2023 · 5min read
Creating Custom Sitemaps in Astro
Ever wanted per-page lastmod entries for the sitemaps of your websites built with Astro? Or more freedom and flexibility in the sitemap generation process for i18n? Then this tutorial is for you!
April 28th, 2023 · 6min read
Deploying Websites with GitLab CI and Uberspace
I documented my way of setting up automatic deployments to Uberspace via rsync with GitLab CI. Hopefully it’ll be useful to others as well!
March 26th, 2023 · 5min read
Am I Turning Into a Mac User?
A bit of a reflection on my recent computing habits and the creeping insertion of the Apple ecosystem into my life.
February 18th, 2023 · 10min read
Auto-Generated SVG Sprites in Vite
In this tutorial, I share my current method of creating SVG sprites containing icons automatically from the contents of a folder by using a custom Vite plugin, including how to optimize them with SVGO
January 18th, 2023 · 5min read
Mastodon Migration, Among Other Things
I moved Mastodon instance at the end of last year. Here’s some thoughts on my experience, as well as a couple of little other things that have already happened in 2023.
December 26th, 2022 · 4min read
2022: A Year in Review
Here’s my look back at what happened in my life in the past twelve months and where I see things going in 2023.
November 27th, 2022 · 8min read
Reaching for the Stars with Astro
My go-to static site generator hasn't had a release for two years, so I'm looking at alternatives. One of them: Astro, a new static site generator powered by Vite, Vue support and some fresh ideas…
October 23rd, 2022 · 6min read
Pure CSS Input with Shrinking Label
It’s been a while since my last tutorial! So here’s one on how to build a modern input field with a shrinking label in pure CSS, hope you’ll like it!