DEV Community

Srinivas Kandukuri
Srinivas Kandukuri

Posted on

Last week top 5 posts tagged(#node)

Asynchronous Batching: The (not so) secret weapon of JavaScript

Introduction

Asynchronous programming is a fundamental concept in modern web development, and one powerful technique is asynchronous batching. In this post, we'll delve into the world of asynchronous...

Node.js, TypeScript and ESM: it doesn't have to be painful

I was thinking into starting a Node.js project from scratch and had an unsettling choice to make: to use ESM or CommonJS.

The decision of a few popular package authors to adopt ESM, coupled with the...

'return await' in a try/catch

This might sound weird to you, the first thing that comes to mind is: 'Eslint will tell me to remove the await, there is no need for an await after a return'

But the case is a different when we wrap...

How to Build Your Own CLI with Nodejs (and Push it to npm)

Creating a command-line interface (CLI) application in Node.js and publishing it to npm (Node Package Manager) and Yarn can be a rewarding way to share your tools with the world.

Here's a...

Building Real-Time Next.js Apps with WebSockets and Soketi

Introduction

Nowadays, it is becoming increasingly common to have certain components of web applications with features that are updated in real time. And one of the things that users expect is that...

Top comments (5)

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Shoutout to all the awesome authors featured this week : @cadienvan , @a0viedo , @danielbellmas , @opensourcee , and @franciscomendes10866 🙌.

Collapse
 
franciscomendes10866 profile image
Francisco Mendes

Thank you very much for the shoutout 💪

Collapse
 
a0viedo profile image
Alejandro Oviedo

thanks! and congrats to everyone

Collapse
 
opensourcee profile image
OpenSource
Collapse
 
danielbellmas profile image
Daniel Bellmas

❤️