AYUSH MISHRA has Published 134 Articles

How to Generate a Random Password using Ruby?

AYUSH MISHRA

AYUSH MISHRA

Updated on 21-Nov-2024 14:02:19

6K+ Views

When we want to protect our online accounts or protect sensitive data, we use a strong password. Creating a secure, random password is a little complex but in Ruby, we can easily and quickly generate a random password. In this article, we are going to discuss how we can generate ... Read More

C++ Program to check if a Number is Harshad Number

AYUSH MISHRA

AYUSH MISHRA

Updated on 21-Nov-2024 11:40:18

6K+ Views

A Harshad number is a special type of number. A Harshad number or Niven number is a number that is completely divisible by the sum of its digits without leaving any remainder. In this article, we are going to learn how we can check whether a given number is a ... Read More

C++ program to print all non-boundary elements of matrix

AYUSH MISHRA

AYUSH MISHRA

Updated on 20-Nov-2024 23:05:54

22K+ Views

A matrix is a two-dimensional array. The elements that are present on the edges are called boundary elements, and the elements that are present inside the matrix, not present on the edges, are known as non-boundary elements. ... Read More

Roadmap of Becoming an Elasticsearch Engineer

AYUSH MISHRA

AYUSH MISHRA

Updated on 18-Nov-2024 14:52:08

6K+ Views

Elasticsearch is one of the emerging fields that is used for real-time data analysis, log and data analytics, full-text search, etc. Elasticsearch engineers are responsible for designing, implementing, and maintaining Elasticsearch clusters, ensuring efficient data retrieval, and optimizing search performance. In this article, we are going to discuss how to become ... Read More

C++ Program to Convert Minutes into Seconds

AYUSH MISHRA

AYUSH MISHRA

Updated on 15-Nov-2024 14:57:38

8K+ Views

Minutes and seconds are time units commonly used in applications ranging from digital clocks to timekeeping in games and simulations. Converting minutes into seconds is a straightforward operation but essential in many time-sensitive applications. In this article, we will learn how to convert minutes to seconds using C++. Formula ... Read More

JavaScript Program to Convert Radians to Degree

AYUSH MISHRA

AYUSH MISHRA

Updated on 15-Nov-2024 12:18:14

15K+ Views

Radians and degrees are units of angular measurement used mainly in mathematics, physics, and engineering. Converting radians to degrees is important, as it is a common operation in trigonometry and other mathematical calculations. In this article, we will learn how to convert Radians to Degrees using JavaScript. .tp-container { ... Read More

Program to find Mean if Median and Mode are given of an array in C++

AYUSH MISHRA

AYUSH MISHRA

Updated on 13-Nov-2024 17:55:16

10K+ Views

Mean, Median, and Mode are key statistical measures that help in describing a dataset's central tendency and distribution. These quantities help in understanding the central tendency and distribution of the given data. In this article, we will learn how to find the Mean if the Median and Mode of a ... Read More

Check if a given String is palindrome using two pointer in C++

AYUSH MISHRA

AYUSH MISHRA

Updated on 13-Nov-2024 16:48:04

14K+ Views

A palindrome is a word, phrase, number, or other sequence of characters that reads the same from both backward and forward sides. In strings, the palindrome strings are those strings that can be read the same from both left and right sides. In this article, we are going to learn ... Read More

Program to find Median if Mean and Mode are given of an array in C++

AYUSH MISHRA

AYUSH MISHRA

Updated on 13-Nov-2024 16:45:24

12K+ Views

Mean, Median, and Mode are fundamental statistical measures that are used to describe the central tendency and also explain the spread of the sheet. These three measures help in understanding the overall distribution of the data. In this article, we are going to learn how to find the Median if ... Read More

Roadmap of Becoming a QA Engineer

AYUSH MISHRA

AYUSH MISHRA

Updated on 13-Nov-2024 11:33:13

29K+ Views

QA Engineers are those who handle bugs and glitches that we face while using any application or website. The Job of a QA engineer is to handle bugs in any application or website. QA engineers make sure that the software that reaches the people is error-free and bug-free. They make ... Read More

Advertisements