#javascript
Read more stories on Hashnode
Articles with this tag
Mutability Mutability refers to the ability of a value or data structure to be changed after it has been created. Primitive values are...
๐ชฒ Find that bug and squash it! ยท Introduction Since I started working as a software developer, I find myself spending the majority of the day debugging...
A guide about how to solve problems and not die trying ยท I have been facing some tough code monsters at work lately. I guess I'm out of shape and my...
I guess Santa came a bit early this Christmas! ๐ In one of my last posts, Using Notion to organise programming topics, a lot of people asked me to...
In this blog post, I'll be discussing why you shouldn't trust on new year's resolutions, how overrated motivation is, tools to help you succeed in the...
When I first started working with React, I mostly used function components, especially because I read that class components were old and outdated. But...