corvus-ikshana.hashnode.devBuilding My First Homelab: Converting an Old ASUS Laptop into a Remote ServerThis Diwali, I decided to take a break from the usual festivities and dive into a tech project that had been on my mind for a while. I had an old ASUS laptop lying around, and I thought, Why not turn it into a homelab server? The idea was simple: hos...Dec 31, 2024·11 min read
corvus-ikshana.hashnode.devKanban Board in Plain JavascriptWe will be building a simple kanban board in plain javascript , that can shuffle other task, so you can place the task at exact positions. This is asked a lot of times in machine coding rounds for frontend interviews also. Link : https://github.c...Feb 23, 2024·5 min read
corvus-ikshana.hashnode.devPromise Api's ImplementationsHere is the Overview of some of them: There are 6 static methods of Promise class: Promise.all(promises) – waits for all promises to resolve and returns an array of their results. If any of the given promises rejects, it becomes the error of Promise...Feb 19, 2024·4 min read