Logo

🚧 Site under construction

I decided to rebuild this website using Gatsby so if you are reading this some things are still in development, I'm in the transition phase of the projects and blog posts

Read all

The importance of project setup

At every project there is things that can make the developer experience and the code standards way better, the 3 most common tools are Prettier Eslint Editor config 1. Configuring Prettier Add to the file just open curly bracket { } meaning that you want to use just the default mode for prettier So…

Read all

Adding storybook to react project

Storybook is this incredible tool that provides a playroom for creating react components, it facilitates the tests and interactions between design and development and is highly recommended to design systems. How to setup storybook in a React project Add the library The NPM script Storybook main file…

Read all