All Basic Articles
In this article, we will learn to center an HTML div element using flexbox property of CSS.  Please refer this article to know more about… Read More
Threads are the backbone of multithreading. We are living in a real-world which in itself is caught on the web surrounded by lots of applications.… Read More
A website is a collection of interlinked web pages with a common domain name. The website can be made by any individual, group, or company.… Read More
Adobe Photoshop is a raster-based image editing software. It was originally developed by the American brothers Thomas and John Knoll in 1987 and then later… Read More
It’s reasonable to assume that the deeper a person travels into a liquid or gas, the higher the pressure exerted on him by the surrounding… Read More
In JavaScript, a factory function is a function that returns an object. It is a way of creating and returning objects in a more controlled… Read More
In React, prop drilling is often challenging for the efficiency and maintainability of applications. In this article we will understand prop drilling, its implications and… Read More
Being a programmer, you might have solved a lot of programming challenges. In programming space and time complexity matters a lot when we need to… Read More
We will be discussing out how to add character to a string at particular position in a string in java. It can be interpreted as… Read More
Given an integer array A[] of size N, the task is to find the prime numbers just less and just greater than A[i] (for all… Read More
Given a binary string S of size N, the task is to find the number of groups of 1s only in the string S. Examples:… Read More
Given two strings S1 and S2, the task is to check whether they are the same or not without using string library functions. Examples: Input:… Read More
Short-Circuit Evaluation: Short-circuiting is a programming concept in which the compiler skips the execution or evaluation of some sub-expressions in a logical expression. The compiler… Read More
Integrals: An integral in mathematics is a continuous analog of a sum that is used to determine areas, volumes, and their generalizations. Performing integration is the… Read More
Difficulty Level: Easy Round 1(Resume Shortlisting): This is an off-campus internship. I’ve applied through the Linkedin platform. They’ll send you mail if you’re shortlisted. There… Read More
ABOUT COMPANY: EPAM is one of the dream-job for freshers nowadays which is getting exponentially popular.  This is a service-based company where you’ll provide end-to-end… Read More
Maskphish tool is used to hide the phishing links or URL behind the original link. This tool is a free and open-source tool you can… Read More
When using Pygame, surfaces are generally used to represent the appearance of the object and its position on the screen. All the objects, text, images… Read More
Modules are simply python code having functions, classes, variables. Any python file with .py extension can be referenced as a module. Although there are some… Read More
The word multi and media are combined to form the word multimedia. The word “multi” signifies “many.” Multimedia is a type of medium that allows… Read More