95 followers
Software Engineer | Front-End Developer | Technical Blogger | Brazilian 🇧🇷
Subscribe to my newsletter and never miss my upcoming articles
When I first started coding, what most caught my attention was the code pattern that is commonly used by Front-End developers, especially React developers. One of the things that I worked on the most was understanding how to architecture my entire pr...
The art of problem-solving using... functions! Functional Programming is a programming paradigm that relies on the use of functions whether they are pure or isolated functions, avoiding changing-state and mutable data. In general, the use of functio...
When we enter the world of computing, there are so many packages, options and paths to follow that it is normal to feel a little lost. For example, when we are making HTTP requests, which way should we go? In this post, I will cover the Axios libra...