- Hashan Hemachandra
- 27 Sep, 2024
Understanding JavaScript's Variable Hoisting, Temporal Dead Zone (TDZ), and How the Engine Works: A Comprehensive Guide
JavaScript is one of the most widely used programming languages in the world, yet its inner workings are often misunderstood. Concepts like hoisting, the Temporal Dead Zone (TDZ), and the **d ...
- Hashan Hemachandra
- 20 Sep, 2024
How to integrate Neon DB with Next js: A better Planetscale alternative
In the dynamic landscape of web development, choosing the right technologies can make or break your ...
- Hashan Hemachandra
- 30 Mar, 2024
How to create a waterfall like animation for table rows in React using Framer Motion
Creating interactive and visually appealing web applications is an integral part of delivering a me ...
- Hashan Hemachandra
- 24 Mar, 2024
Practical usage of JavaScript Set Object
Tables are a staple in web development for displaying structured data. However, enhancing user inte ...
- Hashan Hemachandra
- 18 Mar, 2024
Mastering Refs in React: Practical Guide with useRef and forwardRef
Hi everyone 🖖, hope you are doing well. Welcome to an in-depth tutorial where we explore the prac ...