© 2026 Hashnode
I wanted to build something peaceful, simple, and positive — so I created a world map where people can plant digital bonsai trees anywhere on Earth. The idea is inspired by the zen philosophy of small, quiet gestures. Something that reminds you to pa...

I’ve always been fascinated by how easily we can share our live location — whether it’s tracking a delivery, following a friend’s ride, or even our own movement on a map. That curiosity led me to explore the NEO-6M GPS module, a small yet powerful de...

Create a folder in VS code and npm init -y then create ‘app.js‘ inside of this folder and make sure we change package.json —> main —> ‘app.js‘. npm i express ejs npm i socket.io we write the basic code for express const express = require('express'...
