MDMohammad Danishindanishsalim.hashnode.dev·May 23, 2024 · 13 min readTechnical blog on Js ConceptsJavaScript execution context is a crucial part of understanding how JavaScript works behind the scenes. So lets understand it first. Execution Context: When the JavaScript engine scans a script file, it makes an environment called the Execution Conte...00
MDMohammad Danishindanishsalim.hashnode.dev·Apr 30, 2024 · 3 min readBasic Linux CommandsThis article deals with command line interface(CLI) rather than graphical user interface(GUI).If you want to learn the basic commands to operate on your terminal then , you should definately go through this article and learn these commands. First , y...00
MDMohammad Danishindanishsalim.hashnode.dev·Apr 30, 2024 · 3 min readLearn Git with simple commandsTable of Contents 1Introduction 2Git installation 3Git configuration 4Git initialization 5Add and commit 6Git status 7Git branch 8Git merge 9Connect to github 10Push to github 11summary Introduction Git is a free and open source distri...00