Ravi Singh (@ravi1491)

ravi1491's cover image
Powered by FIFO
ravi1491's image

Ravi Singh

SDE Intern at Glue Labs

Followers29
Following28
Spaces10

Spaces

Redis Insight

RedisInsight is a powerful graphical user interface for Redis that runs on the web. It provides a graphical interface for managing and monitoring Redis databases, making it easier for developers, DevOps teams, and database administrators to work with Redis.

media

What is Load Balancing?

To prevent any one device from becoming overloaded, load balancing is the process of dividing network traffic among several servers or resources. Optimizing resource utilization, increasing throughput, reducing response times, and avoiding overwhelming any single resource are the objectives of load balancing.

Computer Attacks Throughout History

Morris Worm (1988) The Morris Worm was one of the first computer worms to spread widely on the Internet. It infected thousands of computers and caused significant network traffic disruption

The Love Bug (2000) also known as the ILOVEYOU worm, spread through email attachments and wreaked havoc on computer systems and networks

Botnet Attack

The term botnet is a combination of the words robot and network. A botnet is a collection of Internet-connected devices, each of which runs one or more bots. The term is generally used in a negative or malicious context, given the criminal use to which such networks are often put.

Babel

Babel is a popular JavaScript compiler that allows developers to use the latest features of the language, even if those features are not yet supported by all browsers and JavaScript engines. It's an essential tool for any JavaScript developer because it allows them to write modern, cutting-edge code without worrying about compatibility issues.

Redis Commander

Redis Commander is a web-based administration tool for Redis, an in-memory data structure store that functions as a database, cache, and message broker. It enables users to view and manage their Redis data via a web interface, making it easier to work with Redis without the need for the command line.

The NodeJs Event Loop

The Node.js event loop is a critical component of the Node.js runtime that allows JavaScript code to be executed in a non-blocking, asynchronous manner. It is the mechanism that enables Node.js to handle multiple requests and perform multiple tasks at the same time, without having to wait for one task to finish before beginning the next.

What is Sentry ?

Sentry is a software platform that helps developers to identify and fix errors in their applications in real time. It is designed to work with a wide range of programming languages and technologies, and it integrates with various development and deployment tools.

How does Twitter Handle its Events?

Twitter is a social media platform that allows users to share short messages known as tweets and interact with other users through actions such as likes, retweets, and replies. Twitter implements several techniques and technologies to handle the large volume of events that occur on its platform.

TimescaleDB

TimescaleDB is a relational database for time-series data. It is implemented as an extension of PostgreSQL. This extension model allows the database to take advantage of the richness of PostgreSQL from 40+ data types. It is an open-source time-series database developed by Timesacle Inc.