Writing
My Blog
Thoughts and articles on software development, architecture, and the craft of building things.
-
How to create a local gitignore file
Read here →In stead of carefully avoiding to stage some experimental files, we can let git ignore them locally without changing the repo's gitignore!
-
Switching up your Spotify experience with microfrontends and Blazor
Read on dev.to →In this article, I will share my experiences creating a microfrontend web app with Blazor and Piral. I'll also give a little behind-the-scenes look at how this was made possible, highlight some of the quirks of using Blazor in a microfrontend solution, and explain how the combination of Piral and Blazor has improved.
-
My experiences creating a Netflix clone using microfrontends
Read on dev.to →In this article, I will go over what microfrontends are, why they are useful, and what frameworks exist to make implementing them easier. I'll also share my experiences creating a project by myself using React and Piral: two technologies I had previously never touched. I will cover what I did, and how I did it. Finally, I will present some closing thoughts, opinions, and personal notes about this endeavor.