Keyur Paralkar

Keyur Paralkar @keyurparalkar

About: Front-end developer👨‍💻; Book enthusiasts📖; Actively looking for frontend developer job opportunities.

Location:
India
Joined:
Sep 16, 2020

Keyur Paralkar
articles - 21 total

Hey folks, I wrote about website localization and its importance. Do give it a read!

What is Website Localization? Keyur Paralkar ・ Nov 25 ...

Learn More 0 0Dec 15 '24

What is Website Localization?

Introduction Have you ever seen some advertisements that are catered around your current...

Learn More 2 0Nov 25 '24

Master TypeScript: Let's Do Math In Type System

Introduction In our day to day lives we do Mathematical operations without any hassle...

Learn More 5 0Jul 28 '24

Mastering TypeScript: Implementing Push, Pop, Shift, and Unshift in Tuples

Introduction So, here's a wild thought! What if I told you that we can use JS array...

Learn More 2 2Jun 18 '24

Mastering Mapped Types in TypeScript and it's Practical Applications

Introduction When I was new to typescript, I used to write basic interfaces and object...

Learn More 2 0Jun 4 '24

How to Simplify Your Code with TypeScript Discriminated Union Types

Introduction This will be my first time writing about TS. There are multiple tutorials out...

Learn More 6 0May 26 '24

Build a Realtime Collaborative Whiteboard with Supabase & React

Have you guys every tried to use figma or miro? If you have used it then I am pretty sure you might...

Learn More 13 1May 11 '24

Rendering a Million Rows in React by Drawing

Introduction A couple of weeks ago, I stumbled upon a challenge known as the one billion...

Learn More 102 11Mar 23 '24

Recursive elements in React

Introduction A couple of days back I was wondering how components like these are...

Learn More 5 0Mar 4 '24

How I build a YouTube Video Player with ReactJS: Add chapters to the video

Introduction If you are into online learning/education or an unboxing video of a gadget on...

Learn More 10 0Feb 21 '24

How I build a YouTube Video Player with ReactJS: Building FrameTooltip component

Introduction I am pretty sure you guys might have used OTT/Streaming platforms like...

Learn More 8 4Jan 31 '24

How I build a YouTube Video Player with ReactJS: Build the Seekbar control

Introduction In the previous blog, we discussed the volume slider and how it utilizes the...

Learn More 7 0Jan 17 '24

How I build a YouTube Video Player with ReactJS: Building the Volume Control

Introduction In this blog post, we are going to implement the volume control component....

Learn More 9 0Jan 8 '24

How I build a YouTube Video Player with ReactJS: Building the Play Button

In the previous blog post, we dug deep into the architecture of the Project, if you haven't read it...

Learn More 5 0Dec 15 '23

How I build a YouTube Video Player with ReactJS: Building the Project Architecture

Introduction Hey, folks so I am starting this new series of blog posts that explains how...

Learn More 11 2Nov 25 '23

Create a Timeline component with the help of web components

Introduction Have you ever wondered what these components are and how components like...

Learn More 4 1Aug 28 '23

Create a passcode component from scratch in React

Introduction Have you ever wondered how the one-time password screens on an app or webpage...

Learn More 107 20Jul 16 '23

Handling errors gracefully in react with error boundaries

Prerequisites to implement Error boundaries in React Understanding of error types such as...

Learn More 8 0Jun 23 '21

Creating custom hook for fetching data in react

Prerequisite to implement the customHooks Knowlegde of functional components, and react h...

Learn More 189 7Jun 7 '21

How to center content with HTML and CSS

I encounter this scenario of positioning the content to the center of the page or viewport or relativ...

Learn More 4 0Apr 10 '21

What I learned from publishing my First NPM React package

Introduction I published my first React UI Wrapper on NPM. You can find the package below:...

Learn More 8 0Dec 13 '20