#webdev
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...
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 the previous part of this tutorial, we learned how Harry and Hermione decided to build a SaaS app to allow people to build their own potions online...
In this tutorial, you will learn how to work in a team with a central repository on GitHub. You will work on issues, commits, pull requests, code...
GitHub Copilot has surprised me beyond what I could have ever expected. I guess artificial intelligence is more capable than I thought initially, and...
useReducer is a Hook that allows us to manage multiple states more efficiently, create complex state logic, and manage states that depend on previous...