Become a member
Sign in
Sunny Setia
Sunny Setia

Sunny Setia

23 Following
3 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by Sunny Setia

See more

From Frequently asked: Node JS Interview Questions and Answers by Vigo Webs

setImmediate() is designed to execute a script once the current poll (event loop) phase completes.

From Frequently asked: Node JS Interview Questions and Answers by Vigo Webs

The order in which the timers are executed will vary depending on the context in which they are called. If both are called from within the main module, then timing will be bound by the performance of the process.

From Frequently asked: Node JS Interview Questions and Answers by Vigo Webs

Tracing provides a mechanism to collect tracing information generated by V8, Node core and userspace code in a log file. Tracing can be enabled by passing the --trace-events-enabled flag when starting a Node.js application.

Claps from Sunny Setia

See more

Threads in NodeJs — Performance Optimization

Danish Siddiq

Comparing AWS Lambda performance of Node.js, Python, Java, C# and Go

Yun Zhi Lin

Frequently asked: Node JS Interview Questions and Answers

Vigo Webs