#2articles1week
Read more stories on Hashnode
Articles with this tag
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...
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...
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...
Perhaps after some time writing your HTML and style codes, you realized that it would be necessary to programmatically control some changes in the...
You may have already found a decorator in some Python code. For example, the following is commonly used to create static methods within a class: class...
Introduction Angular is a front-end framework developed by the Google team and it allows you to create amazing multiplatform applications writing less...