Lusitos Tech Blog

This is a blog on all the tech things I'm interested in, mostly focused on web- and game technologies. Feel free to leave comments on blog-posts via GitHub
Latest Post
Markdown Code Blocks With a Title / Filename
Learn what progressive enhancement is based on a real world example within this blog post.
Dead Code Removal With Knip
We all know the problem: The codebase keeps growing and you end up with lots of code that isn't actively used anymore. Find out how to manage this easily.
Merging Git Repositories Including Their Histories
Some of you know the problem: You want to merge multiple repositories into a single mono-repo. But how can you do that without losing the history of one of them? The solution is actually quite simple!