DEV Community

Srinivas Kandukuri
Srinivas Kandukuri

Posted on

Top 5 Posts tagged(#node) last week

Scale Node JS App using Cluster Module

πŸ“ NodeJS Concurrency

πŸ™‚ When It comes to writing Backend (or API for say) we can code them really fast in NodeJS. But do you know that NodeJS is single Threaded πŸ₯². Yes, It is a Single Threaded...

NestJS Authentication with OAuth2.0: Configuration and Operations

Series Intro

This series will cover the full implementation of OAuth2.0 Authentication in NestJS for the following types of APIs:

Express REST API;
Fastify REST API;
Apollo GraphQL API.

And it is...

15 Must-Have Cheatsheets for DevelopersπŸš€

Some languages and frameworks are so complicated that you may not remember all of the syntax or methods. Cheatsheets are notes that are easily accessible.

As web programming technologies evolve...

GraphQL basics and how it differs from REST

GraphQL is a query language for your API that was developed by Facebook in 2012. It allows the client to define the structure of the data it needs, and the server will return only the requested data....

What is Node.js? A beginner's introduction to JavaScript runtime

Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a web browser. Node.js is a popular, lightweight web framework for beginners, and it...

Top comments (1)

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Shoutout to all the awesome authors featured this week : @lovepreetsingh , @tugascript , @ishratumar , @guigoncalves , and @huntereducative πŸ™Œ.