multiple keyword matching in text in Node.js.

Theory

10 min

What is Repeatable Read isolation level

n database systems, isolation level refers to the degree to which the actions of one transaction are isolated from the actions of other transactions.

Theory

10 min

What is ACID principle in databases

ACID principle is a set of four properties that ensure database transactions are processed reliably. These properties are Atomicity, Consistency, Isolation, and Durability.

Theory

5 min

Algolia engine and Radix tree

Algolia and radix tree are two powerful technologies that are widely used in search and data management applications.

Theory

10 min

What is React JS

React JS is a popular JavaScript library that is used for building user interfaces for web applications.

Theory

10 min

What is Node.js

Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside a web browser.

Codinary