
javascript event loop - in detail.
explaining event loop, call-stack, task queue, microtask queues and much more intricacies of node.js or most of the js runtime envs.
Search for a command to run...

explaining event loop, call-stack, task queue, microtask queues and much more intricacies of node.js or most of the js runtime envs.

Huddle01 Huddle is a DePIN(Decentralised Physical Infrastructure Network) who are bringing privacy, security and speed to WebRTC using web3 infrastructure and the dRTC network. Huddle provides this functionalities using three main components. The SD...

a detailed deep dive into webrtc based on a real project.

a very brief look at what is connection pooling.

the most important part of any framework you work with .

you have been using spread (...)operator in javascript/typescript in your projects for a long time. but did you ever know why is it used ? let me explain it. lets understand what are arrays: arrays are fixed sized, continuous, physical memory chunks....

In this blog, we are going to discuss how to design a Basic authentication service. Now, there are the main things we are going to consider while designing a auth. system : Registration Login Sign Out We are not going to talk about “registration...

Hi there, I am Shivam, and here's my explanation of higher-order functions in Javascript. Definition In Javascript, a higher-order function is a function that takes another function as an argument and returns a function as a result. For example, look...

chmod: The chmod command used to change the permissions of files and directories. It stands for "change mode." To use it, you can type chmod followed by the permissions you want to set and the name of the file or directory. The permissions are speci...