Mohd Ashraf

JS

Encryption and Hashing in JavaScript

In today's digital landscape, the need to secure data is more critical than ever. Whether you're transmitting sensitive information or storing user credentials, understanding the mechanisms that protect this data is essential. In the world of JavaScript, encryption and hashing are two key techniques that developers can leverage to...

17-Sep-2024

JS

Data fetching in ReactJS/NextJS with useSWR

"Steve Jobs once said, 'Innovation distinguishes between a leader and a follower.' The same applies to web development." So let’s go beyond useEffect and learn a new way of data fetching using useSWR. Before diving deep into the working of useSWR you first need to understand what useSWR is and why you need to use it over useEffect. ...

26-Aug-2024