Latest posts

Personal blog

Posts written on a variety of topics related to the world of technology and programming.

React and NestJS logos
Share DTOs between NestJS and React
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. →
2021 in review
2021 in review
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. →
Vue and Stylelint logos
Integrate stylelint in Vue project
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. →
Vue, Typescript, ESLint and, Prettier logos
Setting up StandardJS
In this post, we will cover the setup of StandardJS in VSCode to fix all the errors when saving a file automatically. →
Vue, Typescript, ESLint, Prettier logos
Vue 3 with Typescript, ESLint and Prettier
vue
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. →
Laptop, tablet and smartphone on a desktop
Responsive images in Hugo
In this post I will share a very useful shortcode that will allow us processing images automatically with Hugo. →