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
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!
Tagged Template Literals
A lot of you might have already stumbled over a tagged template literal. It looks similar to a template literal, but with a name in front of the first `. But what exactly is this? And how do you create one?
Stop Using and Recommending React
I have used React for a long time. Trust me when I tell you: There is no reason to use it and a lot of reasons against it. This is going to be a long explanation, but bear with me!