7 followers
➡️ Sharing tips and knowledge on building efficient and scalable web applications.
In my opinion, coding represents only 10% of the equation, while debugging comprises the remaining 90%. If you excel at debugging, you can effectively...
Welcome to my blog on creating a custom GIF search feature in React. In this blog post, I'll be using the Giphy API to access a vast collection of...
The virtual DOM is a fundamental React concept. If you've written React code in the past few years, then you've probably heard of it. However, you may...
Part 1 can be found here if you haven't read it...
React hooks are a new feature in React that lets you use state and other React features without writing a class. They were introduced in React 16.8. ·...
Node.js is a runtime environment that allows you to execute JavaScript on the server side. It is built on top of the V8 JavaScript engine, which is...