Testing is carried out when developing applications to ensure the code works as expected. There are different types of testing
Continue readingAuthor: Rahul_Banerjee
All you need to know about Higher Order Components in React
The concept of Higher Order Component (HOC) in React is an advanced technique that is used in reusing the component
Continue readingHow to use the data structures in JavaScript
A data structure can be defined as a format that developers can use to store, manage, and organize data in
Continue readingHow Type Coercion works in JavaScript
The JavaScript documentation defines coercion as automatically or implicitly converting one data type to another data type. Conversion of data
Continue readingHow the module system works in JavaScript
We can define a system as a set of related components working together to solve a particular task. From this
Continue readingUnderstanding React Components and Props Core Concepts
The concept of the components and the props are a game changer for React. A component is nothing but an
Continue readingHow to use Promises, Generators and Async Await in JavaScript
We can implement our code for execution using two approaches that include: Synchronous code execution and asynchronous code execution. Synchronous
Continue readingThe concept of Triple CCC: Currying, Closure, Callback in JavaScript
JavaScript is a programming language that is used in both FrontEnd and BackEnd to build interactive web applications. It is
Continue readingHow to Share API Changes with Your Team
If your team is developing or updating an API as part of your software project, you need to be careful
Continue readingHow to read and write files in JavaScript
Reading from a file is the process whereby we feed input to a computer program with different types of data
Continue readingHow to parallelize for loops in Python and Work with Shared Dictionaries
This article will cover the implementation of a for loop with multiprocessing and a for loop with multithreading. We will
Continue readingOpenCV 101 and Instagram Filters
This tutorial will be a basic introduction to OpenCV and some basic Instagram filters OpenCV is a library primarily built
Continue reading