My name is Soumabha and I'm a CSE student and have a hobby of web development. Please subscribe to my channel for the upcoming tutorials.
Nothing here yet.
Apr 25, 2025 · 1 min read · Install node js in colab !sudo apt update !sudo apt install -y ca-certificates curl gnupg !sudo mkdir -p /etc/apt/keyrings !curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg ...
Join discussion
Mar 22, 2025 · 2 min read · Cascading in MongoDB using Mongoose refers to the process where related documents in different collections are automatically updated or deleted when a document is modified or removed. Although MongoDB doesn't support this feature natively, it can be ...
Join discussion
Dec 30, 2024 · 2 min read · I completed a fun mini project using TypeScript that allows users to manage contacts directly from the command line. Packages used better-sqlite3 ^11.5.0 chalk ^5.3.0 chalk-animation ^2.0.3 drizzle-kit ^0.27.0 drizzle-orm ^0.36.0 figlet ^1.8.0 ...
Join discussion