My initial setup for mac Finally, I decided to purchase a Mac, specifically the Mac Mini M2 Pro. →
Latest posts
Personal blog
Posts written on a variety of topics related to the world of technology and programming.
PlantUML PlantUML is an application that allows you to quickly write different kind of diagrams (UML and non-UML). →
Over the past two years, I have been heavily involved in working on projects that utilize a monorepo architecture, with NestJS as the backend and React for the frontend. →
In this post, we are going to dive into an approach for literals management in a React project using react-intl. →
In my current job, I have had to configure a monorepo with git hooks, ESLint, Prettier and some custom actions. →
I have never done this before, but I think having my own blog is a good opportunity to start reviewing my year, in personal and professional environment. →
In this article, we are going to cover how to restore grub after installing Windows. →
Stylelint is to CSS the equivalent to ESLint to Javascript. Until today, I was using CSS validation integrated in VSCode, but if we want to go further preventing errors or getting a better style consistency, a linter to CSS is the best option. →
I have created a VSCode dark theme called Oceanic Wind, but, why did I do that? →
In this post, we will cover the setup of StandardJS in VSCode to fix all the errors when saving a file automatically. →
At the beginning of this year I started learning Vue 3, I had worked with version 2 before and the new version allows us to still use the same syntax, besides we can use the new Composition API, which is more powerful and customizable when creating reusable elements. →
In this post I will share a very useful shortcode that will allow us processing images automatically with Hugo. →