Welcome to the Future of
Innovation
Exploring the intersection of technology and creativity, one post at a time.
Error mounting USB drive on Ubuntu/Linux Mint
If your USB STICK fails to open on your linux after plugin into windows devices you can try this following command to fix the issue. Note that this might not fix your issue but it was helpful for me couple of times open terminal and run this command sudo ntfsfix /dev/sdb1 Remeber to change the […]

Install NodeJS 16x on Ubuntu
This tutorial will guide you through the very quick process of installing NodeJS 16.x on Ubuntu. By default, the highest version of NodeJS you can install on Ubuntu 20.04 is 12.x.

Javascript one-liner
Here are few quick JS one liner for our day to day requirements. I’ll keep adding here more images whenever I get to know new things or find on the online

React-bootstrap Navbar auto collapse on mobile after Item Clicked
React-Bootstrap replaces the Bootstrap JavaScript. Each component has been built from scratch as a true React component, without unneeded dependencies like jQuery. As one of the oldest React libraries, React-Bootstrap has evolved and grown alongside React, making it an excellent choice as your UI foundation. Built with compatibility in mind, we embrace our bootstrap core […]

React-Bootstrap Navbar use React Link Element
React-Bootstrap replaces the Bootstrap JavaScript. Each component has been built from scratch as a true React component, without unneeded dependencies like jQuery. As one of the oldest React libraries, React-Bootstrap has evolved and grown alongside React, making it an excellent choice as your UI foundation. Built with compatibility in mind, we embrace our bootstrap core […]