All Easy Articles
Online Round: 40 MCQs and 2 Medium to hard coding questions Result: Solved around 35 MCQs. I did both coding questions. Passed all 5 test… Read More
Applications built on the top of node.js use Single Threaded Event Loop Model architecture to handle multiple concurrent clients like JSP, Spring MVC, ASP.NET, HTML,… Read More
Block Scoping: To understand shadowing in JavaScript, we need to be clear with the scope first. In computer programming languages, Scope is a certain section/region… Read More
Incorporating icon fonts with Pure buttons is a simple task using Pure CSS. Since Pure CSS does not come with its own icon pack, we… Read More
In this sidebar menu in HTML and CSS article, we’ll cover how to create a sidebar menu using HTML and CSS. Whether you’re a beginner… Read More
TMOUT is a Linux-Unix shell variable that provides the user security for their login session in the system. It provides the “Auto Logout Functionality” for… Read More
Creating expanding cards using HTML, CSS, and JavaScript involves creating a set of cards that expand when clicked. Approach Selection of Sections: The code starts… Read More
Given an array arr[] consisting of N integers, the task is to sort the given array by using Bubble Sort without using loops. Examples: Input:… Read More
Given a string S consisting of N lowercase alphabets, the task is to find the length of the smallest substring in S whose occurrence is… Read More
In this article, we are going to create an Analog Clock. This is mainly based on HTML, CSS & Vanilla JavaScript. Approach: Create an HTML… Read More
Grid:CSS Grid Layout, is a two-dimensional grid-based layout system with rows and columns, making it easier to design web pages without having to use floats… Read More
I got the interview opportunity through the “Code Divas Diversity Challenge 2020” organized by BNY Mellon on HackerEarth. I had applied for 2 months summer… Read More
ZS came for campus hiring for Business Technology solution associate (BTA) profile. Coming to details about the profile requires SQL skills. I have read so… Read More
In this article, we will learn about how to add a button in bokeh. Now, Bokeh provides us with a variety of widgets that can… Read More
Prerequisite: Pytube Pytube is a dependency-free lightweight Python library for downloading YouTube videos. There are various APIs to fetch metadata from YouTube. In this article,… Read More
As we know, selenium is a web-based automation tool that helps us to automate browsers. Selenium is an Open-Source testing tool which means we can… Read More
In this post, we will see how we can convert an HTML source code into a JSON object. JSON objects can be easily transferred, and… Read More
Prerequisite:- Selenium Selenium is a powerful tool for controlling web browsers through programs and performing browser automation. It is functional for all browsers, works on… Read More
HTML Global Attributes are attributes that can be used with any HTML element. They include id, class, style, title, lang, tabindex, and others, providing common… Read More
We can use the SVG Icons in ReactJS using the SvgIcon Component. SvgIcons comes with built-in accessibility. Material UI for React has this component available… Read More