Madhav Bhardwajmadhav03.hashnode.dev·Oct 16, 2024Understanding the Asynchronous Nature of JavaScriptWhen working with JavaScript, one of the most fascinating concepts to grasp is its asynchronous nature. In this blog, I’ll walk you through one of my recent projects "Keyboard Event Listener” which utilizes JavaScript's event-driven model to handle u...Discusssoftware development
Archana Prustyarchana77.hashnode.dev·Oct 11, 2024Day 22 Guide: Mastering Command Line Arguments in PythonIntroduction : Welcome back to my Python journey! Yesterday, I laid the foundation with builtins modules. Today, I dove into command_line arguments, essential for any programming language. Let's explore what I learned! Command Line Arguments .The A...Discuss2Articles1Week
imranimuknight.hashnode.dev·Oct 7, 2024Mastering React Components: A Complete Guide to Building and Organizing ComponentsReact components are the heart of any React application. Whether you're building a small feature or a complex UI, understanding how to create and organize components is key to developing efficient and maintainable React applications. 🌞 What Are Reac...Discuss·2 likes·63 readsReact
Divya vasant satputelearnwithdivya.hashnode.dev·Aug 12, 2024Jenkins on Server Push Based Approach CICDWhat is CI/CD? 🛠️ Continuous Integration (CI) + Continuous Deployment (CD). Automates software delivery process. Server Push Based Approach 🔄 Code changes are automatically pushed to the server. Reduces manual intervention and accelerates de...Discuss·1 like·110 readsProjectsDevops
Oluwanifemi Daramolanifemidaramola.hashnode.dev·Jul 15, 2024Mid-point Internship ProgressLast week was week 7 of my Outreachy internship with HOTOSM. A mid-point of the 13-week internship, and here is what I have done so far: What I have done so far Integrated pre-commit hooks with fAIr's backend Integrated dependency management on fAI...Discuss·20 likes·72 readsOutreachy InternshipOpen Source
Hritik Doudcodingelight.hashnode.dev·Jul 16, 2024Troubleshooting Git: A Beginner's GuideIf you have modified a file that was committed previously and haven't committed the recent changes, and you want to switch branches, you'll encounter an error like: "error: Your local changes to the following files would be overwritten by checkout: t...Discusstroubleshooting
OLPU KRISHNAVENIolpukrishnaveni.hashnode.dev·Jul 15, 2024NetworkingDefinition: Networking is a collection of nodes and they are connected by some communication links. Keywords: 1)Nodes: A Node is a computer, printer or any other device, which have the capable of sending and receiving data given by other devices or n...Discuss·30 readsnetworking
Rahul sharmarahulsharmade.hashnode.dev·Jun 14, 2024Day 56: Ansible Hands-on🛠️ Step 1: Install Ansible First, we need to install Ansible on your control machine. Update your package manager: shCopy codesudo apt update Install Ansible: shCopy codesudo apt install ansible Verify the installation: shCopy codeansible --...DiscussDevops
SOURAV SAMAIalias.hashnode.dev·May 8, 2024All About Backend DevelopmentBackend development is a crucial part of web development that focuses on the server-side of web applications. Server-Side Languages: Backend developers primarily work with languages like Python, JavaScript (Node.js),Java, PHP, and others to build th...Discussbackend developments
Risav Surrisav.hashnode.dev·May 7, 2024All About Frontend DevelopingFrontend development revolves around crafting the user interface and experience of websites and web applications. It involves utilizing various technologies, including HTML, CSS, JavaScript, and frameworks like React.js. Let's delve into each of thes...DiscussFRONTED DEVELOPING