© 2023 Hashnode
#wemakedev
Introduction Everything in Linux is a file Everything in Linux is a file. So, by changing some files we can tweak Linux as we like. There are a plethora of ways you can customize your Linux such as …
Understanding Dynamic Programming Dynamic Programming (DP) is a powerful algorithmic technique used to solve optimization problems by breaking them down into smaller subproblems and storing the solutions to those subproblems to avoid recomp…
In JavaScript, bubbling and capturing are two event propagation mechanisms that describe how events are processed in the DOM (Document Object Model) hierarchy. Event propagation Event propagation is t…
learn and contribute contribute and learn What is open source? Open source software has become a vital component of the technology industry. It has changed the way software is developed, distributed,…
Computer networking is a complex and essential part of modern communication systems. One of the most fundamental components of computer networking is the Data Link Layer. In this blog, we will explore…
Why Linux? While there are numerous reasons to learn Linux, my personal motivation was to explore cybersecurity. I started with the basic command line and gradually expanded my knowledge. Here are som…
The this keyword in JavaScript refers to the context in which a function is executed. The value of this can be different in different situations, such as global context, object context, constructor co…
Introduction In React Router, URLs represent different states of the application. To access the parameters from the URL, we can use the useParams() hook. In this article, we have explained how to use …
In this article, we'll explore the useContext() hook in detail. I'll cover what it is, how to use it, and why we use it. I'll also provide examples to help you understand how to implement it in your c…
Hello everyone👋, I am Hitesh Mishra, a beginner in the world of ReactJS. I have decided to document my learnings and share this newfound knowledge with the world. Please leave comments and insights t…