All Basic Articles
Wireless LAN is used to transmit data from one device to another without using connected medium. There are normally several problems in wireless LAN. One… Read More
1. Hardware description language : It describes hardware in textual form. It describes hardware behavior and their structure. It is description of circuits that can be… Read More
1. Client-side scripting : Web browsers execute client-side scripting. It is used when browsers have all code. Source code is used to transfer from webserver to… Read More
Amazon visited our campus for internship and full time. I took part in the internship drive and I am sharing my experience here. Round 1… Read More
What is .CSV file? The .CSV (Comma Separated Values) files are plain text files that contains a list of data separated by comma(,). It is… Read More
Bootstrap is a free and open-source collection of CSS and JavaScript/jQuery code used for creating dynamic websites layout and web applications. Bootstrap is one of… Read More
The delete operator in JavaScript removes a property from an object. It can delete both own properties and inherited properties. Using delete on an array… Read More
The task is to fetch data from a row of the table and show them on the bootstrap model. Bootstrap model: The Modal component is… Read More
Bootstrap 5 Buttons are pre-styled components in the Bootstrap framework, offering consistent design and functionality. They streamline development by providing ready-to-use button styles, sizes, and… Read More
pandas.get_dummies() is used for data manipulation. It converts categorical data into dummy or indicator variables. syntax:  pandas.get_dummies(data, prefix=None, prefix_sep=’_’, dummy_na=False, columns=None, sparse=False, drop_first=False, dtype=None) Parameters:… Read More
Given a date, the task is to write a Java program to convert the given date into a string. Examples: Input: date = “2020-07-27” Output: 2020-07-27… Read More
A nested RecyclerView is an implementation of a RecyclerView within a RecyclerView. An example of such a layout can be seen in a variety of… Read More
Given two strings str1 and str2, the task is to check if any permutation of the given strings str1 and str2 is possible such that… Read More
Given integers x and y which denotes the average temperature of the week except for days Day1 and Day2 respectively, and the sum of the… Read More
Given a number N, the task is to find the number of days corresponding to each month where 1 is January, 2 is February, 3… Read More
Place the numbers 1 to 9 in a circle, so that wherever there are three in a straight line they shall add up to 15.… Read More
HTML HTML stands for Hyper Text Markup Language and it is the language that is used to define the structure of a web page. HTML… Read More
In this article we will see how we can set the vertical scroll bar of the QListWidget. QListWidget is a convenience class that provides a… Read More
Prerequisite – Search Engine Optimization (SEO) | Basics  1. Crawling: Crawling is the discovery process in which search engines send out a team of robots… Read More