Akshay WaingankarShallow copy and deep copy in JavaScriptJavaScripts has two data types, primitive data type and reference data type. The object comes under reference data type which means it…Dec 27, 2023Dec 27, 2023
Akshay WaingankarUseful console methods in JavaScriptConsole methods are used for debugging purposes. It is used by both frontend and backend developers to identify code flow which helps to…Oct 16, 2023Oct 16, 2023
Akshay WaingankarJavaScript Rest vs Spread OperatorRest and spread operators were introduced in the es6 version of JavaScript. In the previous version i.e es5, we are dealing with arguments…Jan 22, 2023Jan 22, 2023
Akshay WaingankarSwagger API documentationSwagger is an open source tool for developers, users and clients to design and document APIs and scale up the project in the organisation.Sep 22, 2022Sep 22, 2022
Akshay WaingankarRotate array element in JavaScriptRotating array elements to left or right is one of the frequently asked question in technical rounds or you will find this requirement in…May 9, 2022May 9, 2022
Akshay WaingankarIIFE (Immediate Invoke Function Expression)Immediate Invoke Function Expression(IIFE) is the function that runs as soon as it is defined.Oct 18, 2021Oct 18, 2021
Akshay WaingankarSwitch Component in React RouterRouting is one of the major parts of React Js application and it needs to be perfect so it will display proper results to the end-user.May 29, 2021May 29, 2021
Akshay WaingankarCopy files from/to remote server using PuTTY pscpPuTTY is a free and open-source terminal emulator and network file transfer application. This application helps us to handle server…Feb 9, 2021Feb 9, 2021
Akshay WaingankarBeginner’s guide to wireframeEvery mission, every construction needs planning to get a positive result. No matter how small or big house you want to build. First, you…Oct 19, 2020Oct 19, 2020
Akshay WaingankarBasic Git CommandsGit is one of the best open-source version controlling tool and widely used in web development companies. It consists of many features…Jul 29, 2020Jul 29, 2020