home
blog
projects
about
4 Ways to Destructure Array in JavaScript & make your code look clean
8/11/2024
•
21 views
•
3 min read
•
0 likes
javascript
web development
tips
webdev
programming blogs
Learn four methods to destructure arrays in JavaScript for cleaner, more readable code
Authenticated Protected Routing using NextJS Middleware and NextAuth
6/18/2024
•
107 views
•
4 min read
•
3 likes
next.js
middleware
javascript
typescript
react
nextauth.js
routing
authentication
authorization
validation
Enhancing Next.js Security with NextAuth.js and Custom Middleware Validate user path access on edge with NextAuth & Next.js Middleware
Authenticated Protected Role-based Routing using Next.js and HOC
12/8/2022
•
4,639 views
•
3 min read
•
4 likes
next.js
react
software engineering
javascript
typescript
Implementing Authenticated Protected Role-based Routing using Next.js and HOC
JavaScript Closures: A Simple Guide
12/12/2021
•
271 views
•
2 min read
•
9 likes
javascript
closure
programming blogs
code
programming tips
JavaScript Closures: A Simple Guide: Lets tackle and get familiar with JavaScript Closures
React Lifecycles in Functional Components
11/22/2021
•
313 views
•
5 min read
•
6 likes
react
javascript
reacthooks
javascript library
What is the equivalent of lifecycle methods of Class components in functional? Let's find out.