Open in app

Sign In

Write

Sign In

Biplap Bhattarai
Biplap Bhattarai

175 Followers

Home

About

Apr 29, 2021

Make NodeJs handle 5x request with 99.9% uptime adding 10 lines of code

Scale your NodeJs Server to Utilize Full Resources — Node.js works in single-threaded, non-blocking performance, working as a single process in CPU. No matter how powerful server is used and the resources utilized, what a single-threaded process can do is limited. Node.js is designed for building distributed applications with multiple nodes, hence the name Node.js. Workload is one of…

JavaScript

9 min read

Make NodeJs handle 5x request with 99.9% uptime adding 10 lines of code
Make NodeJs handle 5x request with 99.9% uptime adding 10 lines of code
JavaScript

9 min read


Apr 26, 2021

Comparison with “==” and “===” is just a difference of type checking in JavaScript, think again?

The way in which JavaScript handles types is presumably the most misjudged and controversial part. …

JavaScript

2 min read

Comparison with “==” and “===” is just a difference of type checking in JavaScript, think again?
Comparison with “==” and “===” is just a difference of type checking in JavaScript, think again?
JavaScript

2 min read


Apr 25, 2021

How NodeJs require module actually works?

Requiring a Module in NodeJs seems like a simple concept, you require a module using require(“module_name”) function and start working with it. Modularity is the concept NodeJs is based on. Each module in Node has its own scope. A module cannot directly access things defined in another module unless it…

Node

3 min read

How NodeJs require module actually works?
How NodeJs require module actually works?
Node

3 min read

Biplap Bhattarai

Biplap Bhattarai

175 Followers
Following
  • Tom Smykowski

    Tom Smykowski

  • Nuha Khaled

    Nuha Khaled

  • Kesi Parker

    Kesi Parker

  • Raju Dawadi

    Raju Dawadi

  • Niyanta

    Niyanta

See all (105)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams