Under the Hood
This category contains articles that delve into the technical aspects of my projects and how they were built. All of them feature detailed explanations of real-world examples, including code snippets, architecture diagrams, and more.
There are currently 4 articles in
this category.
Building an Astro Integration
After building a custom loader for Astro to load content from PocketBase, I wanted to make the developer experience even better. In this post, I show you how I built an integration with a custom toolbar for viewing and refreshing PocketBase entities, complete with realtime updates.
- Published on
- Reading time
- 16 min read
- Category
- Under the Hood
Building an Astro Loader
With Astro 5, you can now load content from any source using custom loaders. In this post, I show you how I built a custom loader to load content from PocketBase, how you can use it in your own projects and how you can build your own.
- Published on
- Reading time
- 15 min read
- Category
- Under the Hood
Building a modern e-learning website
Roughly 2 years ago I was asked to build a website for latin teaching material in cooperation with the department of classical philology at the university of Würzburg. In this article I want to share my experiences in building it, show you the tech stack behind it and what else was needed to make it work.
- Published on
- Reading time
- 19 min read
- Category
- Under the Hood