All Basic Articles
CSS (Cascading Style Sheets) is a stylesheet language for describing the presentation of an HTML or XML document (including XML dialects such as SVG, MathML… Read More
Insertion caret or text input cursor generally refers to a flashing, thin vertical line. It functions in an input field to indicate where the next… Read More
I got a PPI interview opportunity for the role of Digital Specialist Engineer after clearing the first round of HackWithInfy 2021. The first round consisted… Read More
Oracle came to our campus for Intern positions for the profile – Server Technology. Eligibility criteria: Above 7 CGPA.Branch: CSE Total number of rounds: 3 Round… Read More
Hackerrank Round: There were 3 questions in the test.  2 were DS Algo and 1 was to implement a function.  I don’t remember the questions… Read More
We all know the popularity of the Chrome browser. This browser has made life easier for developers and being a developer using its built-in developer… Read More
An Adjacency List is used for representing graphs. Here, for every vertex in the graph, we have a list of all the other vertices which… Read More
Chakra UI, developed by Segun Adebayo, is a robust React component library with over 50 components, emphasizing accessibility, simplicity, and modularity. With concise documentation and… Read More
Java 8 introduces Stream, which is a new abstract layer, and some new additional packages in Java 8 called java.util.stream. A Stream is a sequence… Read More
Recently Virtusa visited our college for offering a full-time job for the pre-final year. I am happy to tell you that I cracked this opportunity… Read More
In this article, we are going to discuss ways in which we can create a list of dictionaries in Python.  Input: d = [{7058: 'sravan',… Read More
Sprites are objects, with different properties like height, width, color, etc., and methods like moving right, left, up and down, jump, etc. In this article,… Read More
Cryptocurrency is such a hype that everyone wants to be a part of it. Even nerds and programmers want to dive into this amazing field… Read More
HTTP headers let the client and the server pass additional information with an HTTP request or response. All the headers are case-insensitive, headers fields are… Read More
Text portraits are a fascinating way to blend typography and visual art. In this article, we will learn to create a text portrait using CSS… Read More
In this article, we will learn how to create an alert message in jQuery when a button gets clicked. For this, we will use the… Read More
In this article, we will see how to use the modal popup component of bootstrap in the Angular application. The addition of bootstrap in our… Read More
In Java, annotations are used to attach meta-data to a program element such as a class, method, instances, etc. Some annotations are used to annotate… Read More
The fromtimestamp() function is used to return the date corresponding to a specified timestamp. Note: Here the timestamp is ranging from the year 1970 to… Read More
Reactstrap is a popular front-end library that is easy to use React Bootstrap 4 components. This library contains the stateless React components for Bootstrap 4.… Read More