Ashish Maurya's Blog

Ashish Maurya's Blog

Follow
Follow
homeTips & TrickYoutubeReactjsbadgesnewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Handling ServerSent event in React App

Nov 27, 20234 min read

Hello Guys, welcome back to my blog. Today we will be creating our small server and React app to learn about Server-Sent Events and how to handle them...

Handling ServerSent event in React App

How I build My Own Data structure for Indexing : Bidirectional Map

Oct 8, 20234 min read

Recently, in my organization, we came across a need to build an index of files we are using for our in-browser filesystem, where we have the id's of...

How I build My Own Data structure for Indexing : Bidirectional Map

How to Minimize React Bundle Size for Faster Loading Times

Mar 10, 202311 min read

From ~7MB to ~ 700kbs ยท Introduction Hello ๐Ÿ‘‹, I am Ashish Maurya a software developer and part-time freelance developer. Recently I was given a task to...

How to Minimize React Bundle Size for Faster Loading Times

How to copy Objects in Javascript

Feb 4, 20236 min read

Shallow Vs Deep Copy ยท Hello Reader,If you don't already know I am Ashish Maurya, a frontend developer, and all-time learner. I have been building web...

How to copy Objects in Javascript

Using Tailwind CSS in NEXTJS 13 with TurboPack

Oct 29, 20225 min read

Hello Guys, I hope you all have seen the NEXTJS conference and all the new things that are shipped with the release of NEXTJS 13, NEXTJS 13 had...

Using Tailwind CSS in NEXTJS 13  with TurboPack

Flatting An object and Array Using Recursion and other Methods

Sep 27, 20223 min read

using Recursion, flat() , .concat() and apply() and also reduce ยท Hello Guys, How are you? I decided to write small snippets of code and hacks I find...

Flatting An object and Array Using Recursion and other Methods