JavaScript

React.js – How to use Refs in React.js

React.js – How to use Refs in React.js

Hey guys 👋🏻,In this article, let us cover the topic of How to use Refs in React.js Let us investigate why React.js, a library that keeps your code away from DOM manipulation, keeps its doors open for you to access. React rethinks a view as a result of a state of a component. It provides JSX,…

React.js – Demystifying Virtual DOM

React.js – Demystifying Virtual DOM

Hey guys 👋🏻, In this post, let us talk about Virtual DOM in React.js. For this post we will understand Virtual DOM✔ What is Virtual DOM ?✔ Why we need Virtual DOM ? ✔ Why Virtual DOM is faster and more efficient than real DOM ? Why Virtual DOM ? The DOM as we know…

Data Structures Problem – Checking for Children Sum Property in a given Binary Tree 🌳

Data Structures Problem – Checking for Children Sum Property in a given Binary Tree 🌳

Hey guys 👋🏻, I just released a new video on solving an interview problem : Checking for Children Sum Property in a given Binary Tree In this video, we will solve the problem of checking whether the given binary tree satisfies the children sum property or not. We will first understand the approach that we…

8 React Projects Every Beginner Should Try

8 React Projects Every Beginner Should Try

Hey everyone, In this article, let us see 8 React Projects Every Beginner Should Try. Introduction React is a free and open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development…

React.js – What is Props ?

Hey guys 👋🏻, In this post, let us cover what actually are props in React.js For this post we will first understand Props✔ What is Props ?✔ Understanding Props✔ Accessing Props in Functional and Class based Components ✔ Examples of Props Introduction to Props Props are used to make components configurable, dynamic and flexible. Every HTML element as we know has…

5 Frontend Development Trends to follow in 2022

Hey everyone 👋🏻, In this article, let us discuss about Top 5 Frontend Development Trends to follow in 2022 1. JavaScript JavaScript is one of the most popular programming languages that you can learn these days. More than 70 percent of the websites are developed using JavaScript. It is continually evolving as more and more…

React.js – Understanding JSX

Hey guys 👋🏻, In this post, let us learn what JSX is in React and why it is important for us as React developers to understand it. In this post, let us understand ✔ What is JSX ?✔ Example of JSX✔ JSX code being equivalent to React.createElement calls. ✔ JSX Restrictions What is JSX ?…

(2021) – Web Developer Full Course : HTML, CSS, JavaScript, Node.js and MongoDB

I recently started to create a Full Web Developer Course on my YouTube Channel and recently finished with the HTML and the CSS Section of this FREE course. More videos will be up on upload. HTML Section CSS Section JavaScript Section This section covers the basics of JavaScript along with the modern features that the…

✨Top 5 resources to learn Vue.js [in no particular order]

Hey everyone 👋🏻, In this article, I will be mentioning the top 5 resources that I highly recommend if you want to learn Vue.js. PS : I am not an affiliate of any of these resources/courses. These are just some of my personal recommendations if you are looking to learn Vue. Introduction Vue is a…

Vue.js – Introduction

Hey guys 👋🏻, In this post, I will be starting with a new series and it is on Vue.js. So in this first post, let us talk cover the Introduction to Vue.js For this post we will first understand Props✔ What is Vue.js ?✔ How to Get Started ? ✔ Declarative Rendering What is Vue.js?…