
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
AYUSH MISHRA has Published 134 Articles

AYUSH MISHRA
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

AYUSH MISHRA
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

AYUSH MISHRA
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

AYUSH MISHRA
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

AYUSH MISHRA
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

AYUSH MISHRA
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

AYUSH MISHRA
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

AYUSH MISHRA
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

AYUSH MISHRA
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

AYUSH MISHRA
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