25 followers
Brazilian full stack developer, tale writer, and aspiring designer
Subscribe to my newsletter and never miss my upcoming articles
Sometimes, we can feel as if our professional life is completely stagnant, and that feeling is boring because you know your potential to be a great developer. However, in some cases, the problem is not in your current skills or even in your habits, b...
Introduction Hey guys! After some time, I am here to explain why I did not post new articles on my blog and how I am working to fix that. Three months ago I started working at an amazing company, which develops a very helpful application for managing...
Recently, I read an article that inspired me to write this one. That story was about an amazing library that allows you to add a theme switcher into your application with just one line of JavaScript. Therefore, today I will be sharing with you a repo...
Lately, I realized that I was using the same functionalities in different projects, so I decided to create an npm package to boost my development and make it easy for me to apply those utilities in my applications. In this article, I will be sharing ...
You can find the same content written in Portuguese here. In this article, I will show you the fundamentals of object-oriented programming (OOP) in the JavaScript language. Of course, it is supposed to be just an introduction to this subject, but y...
Perhaps after some time writing your HTML and style codes, you realized that it would be necessary to programmatically control some changes in the layout and appearance of your application, in addition to some actions that would respond to user inter...