Diksha Patro has Published 123 Articles

How to add Google map inside html page without using API key?

Diksha Patro

Diksha Patro

Updated on 02-Feb-2023 15:32:36

10K+ Views

Introduction In this article, we will show you how to add a Google map to your webpage without using an API key. Google Maps is a web mapping service developed by Google that provides a wide range of features, such as street maps, satellite imagery, street views, and more. An ... Read More

How to add image before optgroup label using Bootstrap?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 16:01:36

797 Views

Introduction When building web pages using Bootstrap, it may be useful to add an image before the label of an optgroup element. This can help to visually group options within a select element and make the page more user-friendly. In this article, we will discuss adding an image before the ... Read More

How to add icons in the button in HTML?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:59:52

16K+ Views

Introduction In this article, we will show you how to add icons to your buttons in HTML. Icons are a great way to add visual appeal and enhance the usability of your buttons. They can be used to indicate the type of action a button will perform or make it ... Read More

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

386 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

6K+ 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

359 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

Advertisements