PinnedAdd Local Repository to Gitthe following steps describe how to add your local project to your git.Sep 3, 2020Sep 3, 2020
Install Docker on indowsStep1: download docker desktop from here. follow the installation steps.Aug 14, 2021Aug 14, 2021
Modules in JavaScriptModules are like different pieces of code are grouped together so that things are organized and as our application gets larger and larger…May 10, 2021May 10, 2021
Asynchronous functions in JSIn this blog am going to cover all the possible ways to run code asynchronously in JavaScript. Lets start the ride🚀May 8, 2021May 8, 2021
VS Code not formatting html/js files?I generally use “alt+shift+F” for formatting html or any files in VS Code. suddenly I encountered a problem saying “there is no formatter…Oct 7, 2020Oct 7, 2020
VS Code not recognizing Git?I have been working on vs code for the past 5 years. one day suddenly it was neither showing the git branch below nor the changes log!!Sep 30, 2020Sep 30, 2020
Java Script key points-keyed collectionsHere am going to discuss about Map and Set objects that contain elements which are iterable in the order of insertion. These are…Sep 17, 2020Sep 17, 2020
Javascript key points-ArraysTo create an array with non-zero length, but without any items, either of the following can be used:Sep 17, 2020Sep 17, 2020
Java script Key Points-Functionsfor my previous notes on java script,you can refer here.Sep 16, 2020Sep 16, 2020