Diksha Patro has Published 123 Articles

How to Create Wave Background using CSS?

Diksha Patro

Diksha Patro

Updated on 13-Nov-2024 10:53:18

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

How to add multiple font files for the same font using CSS?

Diksha Patro

Diksha Patro

Updated on 11-Nov-2024 18:08:34

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

How to add Full-Screen Background Video using Tailwind CSS?

Diksha Patro

Diksha Patro

Updated on 25-Oct-2024 15:21:55

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

How to darken an Image using CSS?

Diksha Patro

Diksha Patro

Updated on 04-Sep-2024 10:34:14

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

How to add Flash content within a webpage in HTML?

Diksha Patro

Diksha Patro

Updated on 22-Nov-2023 21:35:54

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

How to align an item to the flex-end in the container using CSS ?

Diksha Patro

Diksha Patro

Updated on 09-Nov-2023 14:38:15

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

How to rebuild Docker container on file changes?

Diksha Patro

Diksha Patro

Updated on 06-Sep-2023 12:53:52

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

Multilevel Queue Scheduling in Operating System

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 13:30:08

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

Multilevel Feedback Queue Scheduling (MLFQ) CPU Scheduling

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 13:28:31

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

Multi-User Operating System

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 13:26:59

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

1 2 3 4 5 ... 13 Next
Advertisements