
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
Diksha Patro has Published 123 Articles

Diksha Patro
5K+ Views
To create wave background using CSS, is a popular technique used to add a unique and dynamic visual element to web pages. We will be understanding two different approaches to create wave background using CSS. In this article, we are having a blank webpage and our task is to create ... Read More

Diksha Patro
13K+ Views
To add multiple font files for the same font using CSS, is essential to display your webpage correctly across all devices. For this purpose it is important to include multiple font files for the same font. In this article, we will be understanding two different approaches to add multiple font ... Read More

Diksha Patro
7K+ Views
To add full-screen background video using Tailwind CSS, we will be learning about various tailwind classes. Adding a full-screen background video to your webpage can be a great way to enhance the user experience and add visual interest to your website. In this article, we will be understanding how to ... Read More

Diksha Patro
21K+ Views
To darken an image using CSS, we will be discussing three different approaches. In this article, we will understand how to apply a darkening effect to an image using CSS properties and methods such as overlaying a semi-transparent layer. We are having an image in this article, our task is ... Read More

Diksha Patro
3K+ Views
Introduction In this article, we will show you how to add Flash content within a webpage using HTML. Flash content is a type of multimedia that can be used to add interactive elements such as videos, games, and animations to a webpage. However, Flash is now considered outdated technology and ... Read More

Diksha Patro
2K+ Views
In CSS, the use of aligning items to the flex-end in a container using CSS is to position the items at the end of the container's main axis. This allows for more precise control over the layout of the items within the container, such as aligning items to the bottom ... Read More

Diksha Patro
58K+ Views
Docker is a widely used containerization solution that allows programmers to easily package and distribute software in a lightweight and portable manner. The capability of rebuilding a container once modifications are made to its files is one of Docker's key features. This can be very helpful for a number of ... Read More

Diksha Patro
5K+ Views
Operating systems use a particular kind of scheduling algorithm called multilevel queue scheduling to control how resources are distributed across distinct tasks. It is an adaptation of the conventional queue-based scheduling method, in which processes are grouped according to their priority, process type, or other factors The system can allocate ... Read More

Diksha Patro
4K+ Views
Introduction MLFQ Programming is an instance of CPU scheduling technique that works through preserving several queues based on priority, each with a distinct time quantum. The delay period of those with greater importance queues is shorter, whereas the duration period of the ones with lower importance holds is longer. ... Read More

Diksha Patro
3K+ Views
Introduction A system with more than one user (OS) is an operating system for computers that enables several individuals to communicate via the computer's infrastructure at the same time. Multiple users may utilize one machine or system of computers at the same time in an operating system designed for multiple ... Read More