Diksha Patro has Published 120 Articles

How to add horizontal line in HTML?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:58:21

4K+ Views

In this article, we will show you how to add a horizontal line to your webpage using HTML. A horizontal line, also known as a horizontal rule, is a way to separate content on a webpage and can be used for visual appeal or to indicate a change in content. ... Read More

How to add gradients to your project using CSS?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:56:54

430 Views

Introduction In this article, we will show you how to add gradients to your project using CSS. Gradients are a great way to add visual interest to your website or application. They are a smooth transition between two or more colors and can be used to create a sense of ... Read More

How to add a file uploads function to a webpage in HTML?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:49:50

3K+ Views

Introduction In this article, we will walk you through the process of adding a file upload function to your webpage. We will show you how to create an HTML form with a file input field, as well as how to create a script that handles the file upload process. Approaches ... Read More

How to add fade-in effect using pure JavaScript?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:47:20

7K+ Views

Introduction We use the fade effect to bring attention to certain parts of our website by gradually increasing or decreasing their opacity. This gradual change in opacity is called the fade-in or fade-out effect. When we gradually increase the opacity, it's known as the fade-in effect and is used to ... Read More

How to start tensorflow Docker jupyter notebook?

Diksha Patro

Diksha Patro

Updated on 17-Jan-2023 18:54:37

2K+ Views

Introduction Jupyter notebooks are useful for writing, testing, and debugging code. TensorFlow is a machine learning framework that can be used with Jupyter notebooks. In this article, we will explore how to use Docker to start a TensorFlow Jupyter notebook, which will allow us to take advantage of the benefits ... Read More

How to manage secret values with docker-compose v3.1?

Diksha Patro

Diksha Patro

Updated on 17-Jan-2023 18:24:41

3K+ Views

Introduction As developers, we frequently need to incorporate private data into our applications, including passwords, API keys, and database credentials. Not only is it unsafe to hardcode these variables into our code or configuration files, but it can also be challenging to manage and change them when necessary. Using environment ... Read More

How to Improve Docker Image Size With Layers?

Diksha Patro

Diksha Patro

Updated on 17-Jan-2023 18:22:20

393 Views

In this article, we will discuss various approaches and techniques for improving Docker image size with layers, including multi-stage builds, using minimal base images, and using base images with pre-installed packages or pre-built binaries. By following these best practices, we can create smaller and more efficient Docker images that are ... Read More

How to Find the layers and layer sizes for each Docker image?

Diksha Patro

Diksha Patro

Updated on 17-Jan-2023 18:14:29

8K+ Views

Introduction By using containerization, we can quickly set up and configure our deployment environments, which helps us save time and resources. With the goal of "write once, deploy anywhere" in mind, containerization can help us streamline the process of deploying modern applications, which can be complex. Finding the layers and ... Read More

How to find Docker container processes?

Diksha Patro

Diksha Patro

Updated on 17-Jan-2023 18:11:05

15K+ Views

Introduction Docker is a powerful tool that allows developers to build, ship, and run applications inside containers. Containers are small, independent executable packages that contain all the components - code, libraries, dependencies, and runtime - that an application requires to function. One of the key features of Docker is the ... Read More

How to directly mount NFS share/volume in a container using Docker Compose v3?

Diksha Patro

Diksha Patro

Updated on 17-Jan-2023 17:53:10

9K+ Views

Docker is a widely used tool for developing and managing containerized applications. It enables programmers to combine their applications with their dependencies into small, portable containers that are simple to set up and use on any platform. Directly mounting Network File System (NFS) shares or volumes inside a container using ... Read More

Advertisements