46 followers
Software Engineer | Front-End Developer | Technical Blogger | Brazilian 🇧🇷
Subscribe to my newsletter and never miss my upcoming articles
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...