jeevan

— Introduction

Experienced UI specialist in India, crafting seamless user experiences through software expertise.

JS | TS | React.js | Next.js | React-native | Ionic.js | Figma | Babel | Webpack | AWS

Read Blogs

Implementing Google Authentication with Node.js, Express, Passport.

Implement secure Google Authentication in your web apps with Node.js, Express, Passport. This concise guide covers backend setup and seamless client-side integration using React.

Solving the Three Sum Problem in JavaScript

The Three Sum problem is a classic coding challenge that often appears in technical interviews. It involves finding all unique triplets in an array of numbers that add up to a target sum. In this blog post, we'll explore how to solve this problem in JavaScript.

usePrevious hook using React.js.

Explore the fundamentals of custom hooks and dive into React's hook system. This tutorial will empower you to build reusable 'usePrevious' hooks for better state management in your React applications.

Implement Queue Using JS.

Learn how to implement a queue data structure in JavaScript, a fundamental concept for building various data structures and algorithms.

Implement stack using JS.

Learn how to implement a stack data structure in JavaScript, a fundamental concept for managing data in a Last-In, First-Out (LIFO) manner.

Implement Linked-list Using JS.

Learn how to implement a linked list data structure in JavaScript, a fundamental concept for building various data structures and algorithms.

useCounter hook using React.js.

Explore the fundamentals of custom hooks and dive into React's hook system. This tutorial will empower you to build reusable 'useCounter' hooks for better state management in your React applications.