All Medium Articles
Introduction: Handwritten digit recognition using MNIST dataset is a major project made with the help of Neural Network. It basically detects the scanned images of… Read More
Prerequisite: Diffie-Hellman Algorithm  Diffie-Hellman Key Exchange algorithm is an advanced cryptographic method used to establish a shared secret (or shared secret key) that can be… Read More
Regexps are acronyms for regular expressions. Regular expressions are special characters or sets of characters that help us to search for data and match the… Read More
Operating systems, the software that powers your computer, rely on a crucial element known as the file system. Think of it as a virtual organizational… Read More
A React Native app comprises two sides as given below. The JavaScript Side The Native Side The Native Side should be Java or Kotlin for… Read More
Mostly developers just write super(props) as it makes no harm in code but no one is eager to know the reason how the thing is… Read More
Redux is an open-source state management JavaScript library for managing the application state. It is popularly used in ReactJS, but is not limited to it,… Read More
We’ll explore how to create dynamic and visually appealing pie charts in a React application by leveraging two powerful libraries: Material-UI and DevExpress. DevExpress: DevExpress… Read More
In this article, we will learn to create a basic contact form using HTML, CSS, and PHP. We are creating a simple HTML form that… Read More
The global installation of dependencies in Node.js is putting global packages in a single place in the system exactly where it depends on your setup,… Read More
There are mainly two parts of a web application, one is front-end and another is the backend. We will start with the backend first. The… Read More
Prerequisite : Low Rank Approximation Non-Negative Matrix Factorization:  Nonnegative Matrix Factorization is a matrix factorization method where we constrain the matrices to be nonnegative. In… Read More
CUDA(or Compute Unified Device Architecture) is a proprietary parallel computing platform and programming model from NVIDIA. Using the CUDA SDK, developers can utilize their NVIDIA… Read More
The ng-content is used when we want to insert the content dynamically inside the component that helps to increase component reusability. Using ng-content we can… Read More
React…We all know the importance of this library in the tech industry. Most of the applications are switching to React because of its advantages and… Read More
WTForms is a library designed to make the processing of forms easier to manage. It handles the data submitted by the browser very easily. In… Read More
Crystallization is a technique for purification of the substances. It is a technique that separates a solid from its solution. The process in which the… Read More
String is a sequence of characters, which is widely used in Java Programming. In the Java programming language, strings are objects. In Java, the virtual… Read More
The existence of living beings is known to exist for millions of years now. We know that resources like coal and petroleum take billions of… Read More
C++17 enables writing simple, clearer, and more expressive code. Some of the features introduced in C++17 are: Nested NamespacesVariable declaration in if and switchif constexpr… Read More