All Medium Articles
TypeScript is an open-source programming language. It is a superset of JavaScript language. TypeScript is designed for the development of large applications. any: It is… Read More
A typing test is designed to find how fast one types in a given amount of time. We will be designing a typing game using… Read More
In this article, we will learn How to make a checkbox visible when: It is hovered over Selected Approach: The checkbox shouldn’t be visible when… Read More
Choosing between CMS and Framework is technical stuff for your website. It all depends on your needs, your users, and your long-term vision. Flexibility, Scalability,… Read More
Imagination is to Technology as Fuel is to Fire. Imagination and purpose together drive technology. It is due to these that technology today is evolving… Read More
Prototype Method is a Creational Design Pattern which aims to reduce the number of classes used for an application. It allows you to copy existing… Read More
Hello everyone! Recently I was interviewed for JTG SD role in Gurgaon. Hence, I would like to share my experience with you. Round 1 (Online… Read More
Given an integer N, the task is to find the next number with distinct digits in it. Examples:  Input: N = 20 Output: 21 The next integer… Read More
OpenCV, short for Open Source Computer Vision Library, is an open-source computer vision and machine learning software library. Originally developed by Intel, it is now… Read More
Given an array arr[], the task is to remove at most one element and calculate the maximum length of strictly increasing subarray. Examples:  Input: arr[]… Read More
Kali Linux and Parrot OS are popular Linux distributions famous for their realization of cybersecurity and penetration testing. While each distribution proportion has comparable objectives,… Read More
Question marks on TypeScript variable are used to mark that variable as an optional variable. If we put the question mark when declaring a variable… Read More
Jest is a Javascript Testing Framework by Facebook. It is used most commonly for unit testing. Unit testing is when you provide input to a… Read More
Method 1: Using the each() method on the list to check the innerText property Each of the list elements of the unordered list is first… Read More
Prerequisite: Search Engine Optimization Good SEO is necessary to rank a website, right? But what do you mean by Good SEO? As we know that… Read More
1. MS-DOS MS-DOS which is short for Microsoft Disk Operating System is a non-graphical command line operating system developed for IBM compatible computers with x86… Read More
Given a string str, the task is to find the maximum length K such that there exist two sub-sequences A and B each of length… Read More
What is Heap Pollution? Heap pollution implies that we have bad data in our heap memory. In Java language, heap pollution is a situation that… Read More
Electron is an open-source and platform-independent framework that is used to create native desktop applications using the power of Chromium engine and Node.js. We are… Read More
Both the term are twins to each other and perform with each other basically complete each other. But few times we get confused about which… Read More