Skip to content

All Posts

2025

Translating the Ghost Source Theme

Published on

The official Ghost CMS Source theme is only available in English, but Ghost has a built-in translation system that makes it easy to translate the theme.

The View Transition API

Published on

Learn how to create smooth cross-document and single-page transitions using the new View Transition API. This comprehensive guide covers CSS animations, JavaScript implementation, staggered effects, and framework support with practical examples.

Light and Dark Scheme for Modern Websites

Published on

Learn how to implement dark and light modes on your website using pure HTML and CSS—no JavaScript required! This guide covers automatic color scheme switching based on the user's system preferences, custom toggles with JavaScript, storing preferences in local storage, and best practices for Astro sites.

2024

The Weekly IT Maintenance Day

Published on

I recently started to have a weekly maintenance day where I keep my home devices up to date and in a good working condition.

My Minimalist Blog Redesign

Published on

In the latest update to the code of my blog, I refocused on the essential elements and made the page smaller, lighter and faster, whilst improving the reading experience.

100 Days of Swift

Published on

This is a story about how photography got me into learning the Swift programming language. I write about the goals and rules of my 100-Days-Of-Swift project.

2023

The Array Data Structure

Published on

Arrays are a common data structure and can be found in some form or another on all programming languages. This post will give you a high level overview of arrays.

The Taxing Road to Responsive Images

Published on

Todays browsers support responsive images out of the box and for the best user experience it is necessary to serve images responsively. It's not trivial to implement a more advanced solution. This is the story about why and how I serve a multitude of formats and sizes for images on this blog.

We Are Going on an Adventure

Published on

This is the first post of my new blog. I write about my reasons and motivation for blogging, what to expect from this blog in the future and some offtopic things.

More