Former mechanical engineer, I switched careers in order to follow a dream of building digital products and touching thousands of people worldwide with my craft. I started as a React developer but worked my way to learn backend development with Node.js and its frameworks. Here I will share some of my side projects and my writings. I am based in Brazil and looking for a remote developer job that challenges me.











Introduction Testing is an important part of coding and in recent years testing has become more popular on the frontend side. Some efforts have been made to make writing tests more approachable to front-end developers, like creating more developer-fr...
Continue readingMaking API requests is a day-to-day task of a developer, depending on the technology we're working with on the client, that task may vary a little (or a lot). In this article, we'll learn how to perform the such task with Angular. If you want to code...
Continue readingIntroduction Dealing with form values is a common task faced by many developers as they're trying to track and store input values from a user to ultimately send them to the server, for example. Here I list four different ways we can use to tackle thi...
Continue reading