Naveen prasad

Naveen prasad @frontendbytes

About: Frontend engineer Who wants to understand how things work.

Location:
Chennai
Joined:
Oct 15, 2024

Naveen prasad
articles - 8 total

Frontend Reviews: 13 Mistakes I See in Every PR (And How to Avoid Them)

After reviewing hundreds of PRs over the last few years, especially working in fast-paced startup...

Learn More 6 2Jun 18

Web Communication: Long Polling Explained

In the previous post, we explored short polling. This time, let’s upgrade to long polling, a...

Learn More 1 0May 4

Web Communication: Understanding Short Polling with a Simple Node.js Example

When developers think about keeping the UI in sync with server-side changes, the knee-jerk solution...

Learn More 1 0May 4

How to Add TypeScript Support to Your Node.js Project

TypeScript is a game-changer for Node.js development, bringing type safety and modern tooling to your...

Learn More 0 0Apr 19

Best Time For Vacation: Automating Your Holiday Planning with Node.js

This is a side project that I had been thinking about for a long time, to help find the best vacation...

Learn More 0 0Apr 18

Setting Up ESLint and Prettier in Your React Project with Webpack and Babel (Continued)

In our previous post, we set up a React project from scratch using Webpack and Babel. Now, let's...

Learn More 0 0Apr 14

Setting Up React with Webpack and babel from Scratch

If you're starting a React project from scratch and want full control over your setup, using Webpack...

Learn More 5 2Mar 31

Understanding Babel: The JavaScript Compiler

What is Babel? Babel is a compiler (more accurately, a transpiler) that converts modern...

Learn More 5 0Mar 30