Raja Jaganathan

Raja Jaganathan @rajajaganathan

About: JavaScript/TypeScript, React.js, Node.js developer

Location:
Chennai, India
Joined:
May 12, 2017

Raja Jaganathan
articles - 7 total

Boosting Node.js Throughput with setImmediate

Node.js is awesome for non-blocking tasks, but heavy work can still jam the event loop, slowing...

Learn More 1 0Mar 1

An Alternative to filter().map(): Using flatMap()

When working with arrays, developers often use Array.filter().map() to transform data. But did you...

Learn More 18 14Feb 22

Write Maintainable React Component

I recently came to the conclusion that React container components do not scale well. we usually put...

Learn More 7 0Oct 26 '22

Why "Skip Nav" Link is important!

A little while back, I'd the opportunity to work for accessibility implementation. one of my colleagu...

Learn More 208 10Jun 28 '20

Express: scalable way to handle errors

Error handling is an important concept to understand for writing any better application. However ofte...

Learn More 80 1Jun 6 '20

Why nested functions in JavaScript

Often many people confused about nested function in JavaScript, why the nested function is useful, an...

Learn More 74 8May 25 '20

Prove that JavaScript runs in a single thread

Can you prove that JavaScript runs in a single thread

Learn More 35 5Apr 5 '20