SYsandesh yeleinsandesh2000.hashnode.dev·Jun 6, 2024 · 3 min readJS DOM manipulationJavaScript DOM manipulation is a fundamental skill for any web developer. The Document Object Model (DOM) is an interface that represents the structure of a web page. By manipulating the DOM, you can dynamically change the content, structure, and sty...00
SYsandesh yeleinsandesh2000.hashnode.dev·Apr 30, 2024 · 1 min readGit - a version control systemGit is a distributed version control system widely used for tracking changes in source code during software development. It's designed to handle projects of all sizes, from small to large-scale, with speed and efficiency. Common Git Commands: git...00
SYsandesh yeleinsandesh2000.hashnode.dev·Apr 30, 2024 · 5 min readCommand Line InterfaceThe command line interface is one of the way to interact with the operating system using special keywords known as commands. By using the commands one can perform all the operations needed skipping the Graphical User Interface. The interface is provi...00