Writing

My Blog

Thoughts and articles on software development, architecture, and the craft of building things.

  1. How to create a local gitignore file

    In stead of carefully avoiding to stage some experimental files, we can let git ignore them locally without changing the repo's gitignore!

    Read here
  2. Switching up your Spotify experience with microfrontends and Blazor

    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.

    Read on dev.to
  3. My experiences creating a Netflix clone using microfrontends

    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.

    Read on dev.to