#javascript
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...
Currently, I've been developing a TypeScript framework for creating single-page applications (SPAs). I decided to do it because I want to improve my...
Sometimes it does not matter if you write an ugly code - it will run anyway. But as your code grows, and more and more lines of code appear on the...