Picture of the author
Git

Understanding Git and Github

Understanding the difference between Git and Github with examples and their main use cases or how they are helpful for the developers...

React

Client Vs Server Side Rendering

Difference between different types of rendering techniques and advantage of Next.js over React.js...

JavaScript

Understanding JavaScript Engine

This article is meant to be aimed at digging deeper into JavaScript and how it really works...

Javascript

25 Tricky JavaScript Interview Questions

Learning some of the fundamental concepts of Javascript and top questions asked in javascript interview...

Javascript

Understanding Promises in Javasript

Learning about Promises in Javascript..

Javascript

JavaScript’s Apply, Call, and Bind Methods

JavaScript’s Apply Call and Bind Methods are Essential for Professionals..

Javascript

Javascript Concepts - Part2

Learning some of the fundamental concepts of Javascript and questions asked in javascript interview...

Javascript

Javascript Event Loop:Explained

Understanding how javascript works under the hood, how it executes our asynchronous javascript code and event loop..

Javascript

Prototype and Prototypical Inheritance

Understanding And Using Prototype and Prototypical Inheritance in JavaScript..

React

React Lifecycle Methods

Lifecycle methods are series of events that happen throughout the birth, growth, and death of a React component...

Angular

Unit Testing with Karma & Jasmine

Testing Angular based applications with Jasmine and Karma...

JavaScript

Introduction to object-oriented JavaScript

JavaScript has strong object-oriented programming capabilities, even though some debates have taken place due to the differences in object-oriented JavaScript compared to other languages..

Javascript

Shallow copy and Deep copy in Javascript

Understand and learn the difference between deep and shallow copies in JavaScript and use it wisely...