YPYatik Patidarinyatikpatidar.hashnode.dev·May 23, 2024 · 10 min read"A Deep Dive into JavaScript Asynchronous Programming: Promises, Async/Await, and Callbacks"Javascript JavaScript is a high-level programming language used for web development. It is single-threaded, meaning it can only execute one command at a time, and is interpreted, meaning it is not compiled before execution. V8 is a high-performance J...00
YPYatik Patidarinyatikpatidar.hashnode.dev·Apr 30, 2024 · 4 min readGit Fundamentals: Building a Solid Foundation for Developmentwhat is git ? Git is a distributed version control system (VCS) used primarily for tracking changes in source code during software development. It allows multiple developers to collaborate on projects simultaneously, keeping track of all modificati...00
YPYatik Patidarinyatikpatidar.hashnode.dev·Apr 30, 2024 · 7 min readPower of CLI commands .what is CLI ? CLI stands for Command Line Interface. It's a text-based interface used to interact with computer systems and programs . They are powerful for tasks such as file manipulation, system configuration, network management, and more, and are ...00