KBKhajappa Biradarinkcbiradar.hashnode.dev·May 23, 2024 · 9 min readJavaScript ConceptsThis article discusses concepts like Sync and Async, Callbacks, and Promises. JavaScript is a single-threaded language but can execute code both synchronously and asynchronously. Let's understand what is synchronous and asynchronous execution in Java...00
KBKhajappa Biradarinkcbiradar.hashnode.dev·Apr 30, 2024 · 5 min readAll basics about gitGit is a distributed version control system (VCS) widely used by developers to manage and track changes in source code and collaborate on software development projects. It allows multiple developers to work on the same codebase simultaneously and fac...00
KBKhajappa Biradarinkcbiradar.hashnode.dev·Apr 30, 2024 · 4 min readOverview of CLI commands.This blog is going to explain some of the commands used in UNIX-based operating systems.These commands are going to help execute software programs when we run in CLI. List of commands: man cd mkdir mv cp ls pwd rm chmod touch grep find ...00