Understanding Worker Threads in Node.js
Worker threads are a feature in Node.js that allow you to run JavaScript code in a separate thread from the main Node.js event loop. This can be useful for offloading…
Worker threads are a feature in Node.js that allow you to run JavaScript code in a separate thread from the main Node.js event loop. This can be useful for offloading…
Kubernetes in simple terms can be understood as an open source software that helps in automating the deployments and management of the containerised applications. Basic Building Blocks of Kubernetes Pods…
CAP stands for Consistency, Availability and Partition Tolerance. Let's understand the three in brief. ConsistencyEvery participant in a distributed system, should always receive the same data for a query i.e.,…
One of the most important rounds in any top tech company is the System Design round. These round not only judge your knowledge as a software engineer but also your…
Golang was designed and developed at Google. As of 2021 it is one of the most popular languages going around. Golang is excellent for implementing concurrency with ease of programming.…
In Javascript, objects inherit properties and methods through prototypes. In fact, Javascript is defined as a prototype-based language. As it is the prototype through which the inheritance happens. for example.…
Now, Most people I talk to confuse concurrency with parallelism or vice - versa. The majority of the people do explain Concurrency with parallelism and then rephrase the same definition…
A SAAS company or a product usually (almost always) maintain servers, database . That the end user can access from anywhere using Internet. As it is a service the end…
Numpy is a package in Python for mathematical computation of scientific and mathematical data through the use of an n-dimensional array. It is one of the most popular packages used…
Google Doodle games are some of my best ways to past time. If I am getting bored. Most of these doodle games are interactive and really fun. Some of them…