Rahul Sharma

Rahul Sharma @devsmitra

About: Passionate JavaScript Developer 🚀 | Crafting Web Magic ✨ | Code Enthusiast 💻

Location:
Bangalore, India
Joined:
Mar 14, 2022

Rahul Sharma
articles - 45 total

🚀 Boosting Page Load Times: Practical Strategies for a Faster Website

No one likes a slow website. Whether it’s a potential customer, a returning user, or a search engine...

Learn More 2 0May 16

Streaming HTML: Client-Side Rendering Made Easy with Any Framework

You’ve built a beautiful frontend. It works. It’s snappy on localhost. But when you ship it? Users...

Learn More 3 0Apr 19

What's New in Deno 2

When Deno first came out, it shook up the JavaScript and TypeScript world with some fresh ideas. It...

Learn More 6 0Oct 20 '24

Speech-to-Text Application In Few Lines of JavaScript and HTML

In this article, we will create a speech-to-text application with just a few lines of code using...

Learn More 27 1Oct 19 '24

10 Steps to Create a Custom ESLint Plugin

Ever get frustrated with confusing or inconsistent function names in your code? In this article,...

Learn More 4 0Jun 28 '24

20+ Handy JavaScript Functions to Simplify Your Code | JavaScript Tutorial

JavaScript is a functional programming language, and functions play a crucial role. They allow you to...

Learn More 117 11May 12 '24

JavaScript Proposal: Signals API

Must Read If you haven't Maximizing...

Learn More 3 0May 1 '24

What, When, Where, Backend For A Frontend (BFF) Architecture Pattern

Dive into Headless and MACH technologies with my latest YouTube video: What, When, Where, Backend For...

Learn More 0 0Jan 27 '24

CREATE A LIBRARY WITH JSX & CUSTOM STATE

CREATE A LIBRARY WITH JSX & CUSTOM STATE Rahul...

Learn More 0 0Dec 30 '23

CREATE A LIBRARY WITH JSX & CUSTOM STATE

The core of any JavaScript framework is the state, which plays a vital role in web application...

Learn More 1 2Nov 28 '23

Interview Question: Priority Queue for Promises in JavaScript

Implementing a Priority Queue for Promises in JavaScript Imagine a scenario where you have...

Learn More 2 0Nov 8 '23

Building Text to Speech App in Javascript using Speech Synthesis API

Welcome to this quick tutorial on using the browser Speech Synthesis API for Text to Speech! In this...

Learn More 142 3Nov 7 '23

Simplify JavaScript's Async Concepts with One GIF

Have you ever wondered how JavaScript manages to handle asynchronous tasks while ensuring smooth and...

Learn More 10 0Nov 2 '23

VSCode Settings for Developers | Boost Productivity

Try these 3 lines of code in your VSCode settings.json file and save a lot of time. ...

Learn More 2 2Oct 27 '23

Maximizing Performance: How to Memoize Async Functions in JavaScript

What is Memoization? Memoization is a smart way to make your functions faster by storing...

Learn More 69 8Oct 20 '23

What, Why and How Javascript Static Initialization Blocks?

ES2022 introduces a new feature called static initialization blocks. With static initialization...

Learn More 10 2Jan 20 '23

Create an HTTP server using 1 command

Today we will learn how to create an HTTP server for the local development of sites, it is a very...

Learn More 1 0Jan 8 '23

Exploring the Power of new.target in JavaScript

In JavaScript, the new.target property is a meta-property that can be used to determine whether a...

Learn More 4 0Dec 27 '22

TypeScript Advanced Concepts: How to Use Utility Types Like a Pro

Must Read If you haven't 3 steps to create custom state management...

Learn More 2 0Dec 23 '22

The Complete Guide to Micro-Frontends for 2023

What is a micro frontend? The Micro Frontend style of architecture design does for the frontend of...

Learn More 6 0Dec 10 '22

What's new in Node.js version 19?

What's new in Node.js 19? A week ago, Node.js 19 was released Which includes the update...

Learn More 2 0Nov 25 '22

How to create JSX template engine from scratch

What is JSX and How Does it Work? JSX is an XML-like syntax extension to JavaScript. It is...

Learn More 16 4Nov 23 '22

Javascript: No More callbacks use promisify to convert callback to promise

Post: Javascript: No More callbacks use promisify to convert callback to promise — Rahul...

Learn More 6 0Nov 20 '22

Javascript Promise Methods with polyfill example: A Cheat Sheet for Developer

Promise helps to do something asynchronously, It is a way to handle asynchronous operations in...

Learn More 6 0Nov 14 '22

React.js state management using signals

A signal is an object that has a value and can be observed for changes. It is similar to a state, but...

Learn More 57 18Sep 21 '22

useAsync hook with cache

It's good practice to show the user that the app is loading data. This is done by showing a loading...

Learn More 11 0Aug 18 '22

Javascript String Methods: A Cheat Sheet for Developer

Let's understand javascript String functions and how to use them. String.charAt() ...

Learn More 72 4Jun 8 '22

Solidjs and React.js - Difference and Comparison

Solidjs: Solid is a declarative JavaScript library for creating user interfaces. Instead of using a...

Learn More 23 3May 30 '22

Getting started with SolidJs – A Beginner's Guide

Solidjs is a javascript library that helps you create the user interface, Instead of using a Virtual...

Learn More 20 0May 20 '22

What is PyScript? And Why Should You Care?

PyScript is a python script that can be run in the browser using a mix of Python and standard HTML....

Learn More 11 4May 8 '22