Feb 24 ยท 5 min read ยท 1๏ธโฃ SELECT (Basic Data Fetching) ๐น What it does: Fetch data from a table. ๐น Syntax: SELECT column1, column2 FROM table_name; ๐น Example: SELECT name, salary FROM employees; ๐น Use Case: Showing u
Join discussionFeb 17 ยท 5 min read ยท ๐ฏ Day 32 Goal By the end of this day, students will clearly understand: What is a Database Why we create multiple databases What is a Table Rows & Columns in real life What is phpMyAdmin How to: Create a database Create tables Insert basic ...
Join discussionFeb 17 ยท 4 min read ยท ๐ฏ Why This Comparison Is Important? As a Node.js developer, one of the most important decisions is choosing the right database. Two very popular databases are: MySQL (SQL / Relational Database) MongoDB (NoSQL / Document Database) Both are powerf...
Join discussionSep 7, 2025 ยท 11 min read ยท What it does (in browser): show students list, add student, edit student, delete student, filter by city.Backend: Express + file storage (students.json) using fs/promises.Frontend: HTML/CSS/JS served from Express (so students open http://localhost:50...
Join discussionSep 7, 2025 ยท 4 min read ยท In this mini project, we will build a Notes API where users can: Add a new note โ๏ธ Get all notes ๐ Get a single note by ID ๐ Update a note ๐ Delete a note โ ๐ Data will be stored in a notes.json file (since we havenโt covered databases yet...
Join discussionJul 8, 2025 ยท 5 min read ยท ๐จโ๐ซ What Youโll Learn Today What is an HTTP server? Why learn it without Express? How to create a basic server using Node.js Handling routes like /, /about, and /contact Sending HTML responses Real-life example FAQs to clear common doubts ...
Join discussionJun 27, 2025 ยท 7 min read ยท ๐จโ๐ซ What Youโll Learn Today: What is NPM? What is package.json and why itโs important How to create a package.json file How to install, uninstall, and use packages (dependencies) Real-life use cases Common FAQs ๐ What is NPM? NPM stands f...
Join discussionJun 27, 2025 ยท 4 min read ยท ๐จโ๐ซ What Youโll Learn Today: What are core modules in Node.js? How to use the path module How the os module helps with system info How to work with events using the events module Real-life practical examples FAQs to clear your doubts ๐น Wh...
Join discussionAug 28, 2023 ยท 14 min read ยท Introduction Welcome to the world of Node.js โ where JavaScript transforms from a front-end scripting language to a full-stack powerhouse. If you're new to the realm of web development or a seasoned coder looking to expand your toolkit, you're in the...
Join discussion