INIgor Neves Faustinoinigornfaustino.hashnode.dev·Jul 2, 2023 · 3 min readSet up Storybook in a Stencil projectSetup Storybook in a Stencil project was not as easy as I expected. So I documented here the main steps I took to setup my project. Hope this can be useful to others in need. Beginning with a Stencil application created, run the init script for the S...01J
INIgor Neves Faustinoinigornfaustino.hashnode.dev·Mar 14, 2022 · 4 min readHow to start with TDDWhen I initially started coding, I felt TDD didn't work because I wouldn't be able to code the test if I didn't know what to do. After some time has passed, I've come to a different conclusion. When I'm not sure how to handle a problem, I find that c...00