SKSHARATH KUMARinsharathkumarkn.hashnode.dev·Jul 11, 2025 · 2 min readAntd ChangesSideNav Changes Antd3 <Sider collapsible collapsed={this.state.collapsed} onCollapse={this.toggleCollapse}> <Menu theme="dark" mode="inline" defaultSelectedKeys={['1']}> <Menu.Item key="1"> <Icon type="user" /> ...00
SKSHARATH KUMARinsharathkumarkn.hashnode.dev·May 23, 2024 · 12 min readJavaScript ConceptsCode execution in JavaScript We know that JavaScript is a synchronous single-threaded language. While we execute the JavaScript code a global execution context is created. It has two phases memory phase and a code phase. In the first step, JavaScript...00
SKSHARATH KUMARinsharathkumarkn.hashnode.dev·Apr 30, 2024 · 4 min readBasic Git CommandsWhat is git Git is a free, open-source distributed version control system. It keeps track of projects and files as they change over time with the help of different contributors. Git helps keep track of changes made to a code. If at any point during c...00
SKSHARATH KUMARinsharathkumarkn.hashnode.dev·Apr 30, 2024 · 4 min readCommand Line Interface (CLI)This blog provides an overview of command-line interface (CLI) commands commonly used in Unix-based operating systems such as Linux and Ubuntu. These commands allow you to perform a variety of tasks directly from the terminal. Below are several comma...00