Ccharanincharanmanubolu.hashnode.dev·May 24, 2024 · 16 min readAsynchronous-javascriptHow is JS code being executed? JavaScript is a single-threaded language that can execute one task at a time. The JavaScript engine creates a Call Stack, which is a data structure used to keep track of the execution context (functions being executed...00
Ccharanincharanmanubolu.hashnode.dev·May 1, 2024 · 4 min readComprehensive Guide To Learn Git and GitHubwhat is git ? Git is a version control system that is used to track changes in code during software development. It allows multiple developers to work on the same codebase simultaneously and keep track of changes made by each developer. Git is widely...00
Ccharanincharanmanubolu.hashnode.dev·Apr 30, 2024 · 8 min readGet Started With Linux Cli"Command Line Interface" (CLI) is a type of user interface that allows users to interact with a computer program or application by typing text commands in a terminal or console. The computer doesn't under English it only understands's and 1's. It's v...00