Learn JavaScript and Programming Basics

Joined August 2019
Photos and videos
The article focuses on "useEffect" Hook in React... Hooks are the new features of React 16.8. We can create state variables and other features of React without using Class-Based Components. #JavaScript #React #Interview #Trending medium.com/@mayank.gupta.6.8…
1
Understanding Memoization in JavaScript to Improve Performance. Improve your skills with JavaScript. Follow us to learn more about UI Technologies. blog.bitsrc.io/understanding… #Javascript #performance #trending #Programming

3
Rendering React List Effectively and in a performant manner. One solution is to use a virtualized list that renders only what the user sees on the screen. medium.com/front-end-field-g… #react #javascript #trending #programming #development
1
This post is focused on providing simplified explanation to Higher-Order Components in React. Higher-Order Components are the components that take a component as a parameter and return another Component medium.com/better-programmin… #react #javascript #trending #technology #develop

1
Hooks are used to removing the overhead of creating Class Based Components in React. We can focus on more Functional Based Programming, rather than messing around with complex Class-Based Architecture. medium.com/better-programmin… #javascript #trending #interview #react #technology

2
Working with Rxjs Basics... Reactive Programming is the new Buzz all-around JavaScript World. In this article, we are going to talk about the basics of Reactive programming. medium.com/better-programmin… #React #angular #javascript #trending #interview

2
Working with Pure Components... The Article Focuses on using Pure Components and explains how it can be used as an Optimization for React Program. medium.com/better-programmin… #react #trending #technology #programming #JavaScript

2
Working with Promises. The article is focused on concept of Asynchronous Iteration which is available in ECMAScript 2019. We can now use the “for-of” loop to iterate through the list of Promises medium.com/better-programmin… #javascript #interview #trending #technology #development
1
Working With Machine Learning... This article is focused around substituting the missing values in the dataset using Scikit Imputer. Missing Values can lead to inconsistent results. medium.com/better-programmin… #Pththon #Programming #trending #AI #MachineLearning
1
Commonly Asked JavaScript Interview Questions.. Using “Object.create” is the most basic way to create an Inheritance Model in JavaScript. Object.create can be used to create a new object using the existing object as a prototype. medium.com/swlh/javascript-i… #JavaScript #trending

1
Commonly Asked Interview Question for React Developers. The Article is focused towards providing Performance Optimization Techniques to the React Application. Simple Steps to Optimize Your Application. medium.com/better-programmin… #Trending #React #JavaScript #Programming #Interview

1
3