Feb 18 · 5 min read · By the end of Day 34, students will be able to: ✔ Understand how Node.js talks to MySQL✔ Use mysql2 (latest & recommended package)✔ Create first backend API using MySQL✔ Understand real-life backend flow 🔁 Quick Recap (Till Day 33) Till now student...
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 · By the end of Day 31, students will clearly understand: What MySQL is Why we use MySQL in real projects How to install MySQL Community Server (latest) What is MySQL Workbench and why we need it How MySQL fits with Node.js projects 👉 No coding...
Join discussionFeb 17 · 4 min read · By the end of Day 33, students will: Understand SQL language basics Learn CRUD operations Use SELECT, INSERT, UPDATE, DELETE Perform real CRUD using phpMyAdmin Be mentally ready to connect MySQL with Node.js 👉 Today is the most important data...
Join discussionJan 14, 2023 · 1 min read · MySQL is a relational database management system RDBMS developed by Oracle that is based on structured query language . It's important to note that database is a structured collection of data it may be anything from a simple shopping list to pictures...
Join discussionNov 28, 2022 · 2 min read · The Mysql-LIKE Operator MySQL LIKE operator checks whether a specific character string matches a specified pattern. ... % is used to match any number of characters, frequently I used this operator whenever I try to find something in my database i'll...
Join discussion
Jun 27, 2022 · 4 min read · Javascript has seen a huge growth in usage and functionality, from being a scripting language used for websites, to server-side programming, and much more. NodeJS, or Node for short, is a runtime environment for Javascript, enabling us to build serve...
Join discussion