sz

Sejan

Blog

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
How to

Error mounting USB drive on Ubuntu/Linux Mint

Feb 13, 20234

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
How to

Install NodeJS 16x on Ubuntu

Jan 2, 20233

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
Discussion

Javascript one-liner

Dec 10, 202214

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
How to

React-bootstrap Navbar auto collapse on mobile after Item Clicked

Nov 18, 20223

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
How to

React-Bootstrap Navbar use React Link Element

Nov 18, 2022

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 […]

Sejan · Blog