all-about-networking-devices.hashnode.devNetworking DevicesA network is a group of computing devices (computers) that are connected together via a wired or wireless medium These devices follow certain protocols for the transmission of data files ,resources and services . Networking devices are some hardware ...Jan 31·2 min read
git-problems.hashnode.devProblems before git was introducedSuppose I am working on a project and I ask my friend to implement some features. He agrees to help. I zip the project, copy it to a pendrive, and give it to him. He works on the project, implements the features, and then returns the pendrive to me. ...Jan 27·2 min read
everything-about-dns.hashnode.devGetting Started with DNSDNS can be thought of as the internet's phone book, translating human-friendly domain names into numerical IP addresses. It's like when you want to call a friend; you don't need to remember their phone number, you just enter their name in your phone ...Jan 23·4 min read
building-a-multiuser-todo-application.hashnode.devBuilding a Multi-User Todo Application Using Next.js and Express.jsI’m currently building a multi-user Todo application that allows users to collaborate in a shared environment. The core idea is to let multiple users work together inside a workspace, assign tasks to one another, and track progress over time. Each us...Dec 31, 2025·2 min read
react-native-installation-on-windows.hashnode.devHow to Set Up Your React Native Development EnvironmentInstall Node.js Ensure Node.js is installed on your system. Visit https://nodejs.org Download and install the latest version node --version npm --version Install Java Development Kit (JDK) React Native needs Java for Android app developmen...Dec 29, 2025·2 min read