One short Note
I first made this site bilingual because, back then, browser translations weren’t all that great. But they’ve come a long way since! So from now on, I’ll just stick to writing in German. Don’t worry though—today’s tech makes it super easy to translate, so go ahead and dive in!
Go on and switch to DE (German)...
WYSIWYG Package for Umbraco 15+
I've been a fan of What You See Is What You Get since my DTP days. Now I'm trying to implement this theme on the web as well.
For Umbraco 13, a community project demonstrated that the new block grid in the back office can be used to create an editable preview that almost matches the front-end display. The CSS required for this can be used on both sides.
However, a lot has changed with the new back office, Bellissima, and as far as I can tell, a comparable solution is currently not possible (version 15.4.0).

How I came to Umbraco
In 2009, I was working as a freelance web developer and saw content management systems as a way to develop sophisticated websites...
Store secrets with KeyPerFileConfigurationProvider
Umbraco Cloud offers a Secrets Management. You can add secrets to your Umbraco Cloud environments if you are on a Standard plan or higher. But what do you do on a Starter plan?
How do I use my localhost certificate with VS Code
Testing a website encrypted with Visual Studio under https works practically out-of-the-box. But how does that work with VS Code?
Create self-signed SSL certificate for development environment
In four manual steps to a local domain including a self-signed SSL certificate in the Internet Information Server (IIS) under Windows.