Full Stack JavaScript Complete Course 2023 ๐ฅ
About this course
No description available.
What learners say
AI summaryLearners overwhelmingly praise this course as one of the best free JavaScript resources available, highlighting its thoroughness, clear explanations, and practical approach. Many note it helped them understand complex concepts they previously found difficult. Some minor requests for chapter markers were mentioned.
What learners praise
- Comprehensive and beginner-friendly
- Clear and engaging teaching style
- Practical exercises and projects
- Good pace with no filler
AI-generated from 250 viewer comments on YouTube โ it summarizes outside comments and is not a CourseShelf review.
Community Reviews
Honest feedback from learners like you
Sign in to review this course.
No reviews yet for this course.
Related Courses
Next.js 16 Full Course | Build and Deploy a Production-Ready Full Stack App
IntermediateIn this course, youโll master Next.js 16, the latest version of the official React framework, and learn how to build powerful, full-stack applications using its new caching and performance features. Youโll put your skills into practice by creating and deploying a Dev Event Platform, a modern app where users can browse, create, and manage events. PostHog: https://jsm.dev/devevent-posthog WebStorm: https://jsm.dev/devevent-webstorm Junie AI: https://jsm.dev/devevent-junie Warp: https://jsm.dev/devevent-warp CodeRabbit: https://jsm.dev/devevent-coderabbit CodeRabbit CLI: https://jsm.dev/devevent-coderabbitcli Cloudinary: https://jsm.dev/devevent-cloudinary The Complete Testing Course is LIVE. ๐ฅ Bundle up now before the deal expires and get 33% Offโผ ๐ https://jsm.dev/devevent-testing ๐ GSAP Pro Course (includes GTAVI Website): https://jsm.dev/devevent-gsap ๐ Three.js 3D Pro Course: https://jsm.dev/devevent-threejs ๐ JavaScript Pro Course: https://jsm.dev/devevent-cpjsm ๐ Launch Your SaaS Pro Course: https://jsm.dev/devevent-saas โผย If the links arenโt working for you, please try using a VPN (e.g., in Nigeria) ๐ FREE Video Kit (Code, Figma, Assets, Etc.): https://jsm.dev/devevent-kit ๐ Backend Pro Course Waitlist: https://jsm.dev/devevent-backpro ๐ AI Development Pro Course Waitlist: https://jsm.dev/devevent-aipro ๐ Tailwind Pro Course Waitlist: https://jsm.dev/devevent-twpro ๐ React.js Pro Course Waitlist: https://jsm.dev/devevent-reactpro ๐ React Native Pro Course Waitlist: https://jsm.dev/devevent-nativepro Rate us on TrustPilot: https://jsm.dev/trustpilot https://discord.com/invite/n6EdbFJ https://twitter.com/jsmasterypro https://instagram.com/javascriptmastery https://linkedin.com/company/javascriptmastery Business Inquiries: contact@jsmastery.pro Time Stamps: 00:00:00 โ Introduction 00:04:09 โ Crash Course Intro 00:08:30 โ Installation 00:11:45 โ Project Structure 00:14:19 โ App Router 00:17:16 โ React Client & Server Components 00:23:40 โ Routing 00:42:42 โ Data Fetching 00:48:53 โ API Routes 00:52:45 โ Caching 00:56:05 โ Build Adapters API 00:57:24 โ Metadata 01:01:23 โ Theory to Practice โ โ โ 01:02:48 โ Project Setup 01:18:01 โ Homepage 01:41:35 โ PostHog Setup 01:50:21 โ MongoDB Setup 01:52:57 โ Warp Setup 01:56:46 โ Database Models & Connection 02:09:36 โ CodeRabbit 02:16:11 โ API Routes 02:27:03 โ Image Upload 02:37:51 โ Fetch API Routes 02:54:47 โ Event Details Page 03:14:34 โ Server Actions 03:28:05 โ Caching 03:39:46 โ PostHog: Booking Action & Tracking 03:54:05 โ Deployment 03:58:15 โ Outro
Express JS Full Course
IntermediateThis 8 hour course teaches you all of the core fundamentals you need to learn how to build server applications using Express JS. You will learn how to implement the basic HTTP request methods, validate request bodies, implement sessions, save data to a database, manage user authentication, integrate OAuth2, and writing automated unit & integration tests! Code: https://github.com/stuyy/expressjs-full-course Support the Channel: Become a Member: https://www.youtube.com/ansonthedeveloper/join Become a Patreon: http://patreon.com/stuyy Buy me a Coffee: http://ko-fi.com/anson Donate on PayPal: https://paypal.me/ansonfoong Connect with me: Twitter: https://twitter.com/ansonthedev Discord: https://discord.gg/MDHGJsAsXA GitHub: http://github.com/stuyy Twitch: http://twitch.tv/stuy 0:00 Intro & Setup 11:01 Get Requests 20:40 Route Params 30:08 Query Params 42:54 Post Requests 56:07 Put Requests 1:10:02 Patch Requests 1:19:00 Delete Requests 1:26:47 Middleware 1:48:24 Validation 2:19:52 Routers 2:38:59 Cookies 2:58:59 Sessions 3:15:24 Sessions Pt. 2 3:38:02 Passport.js & Authentication 4:15:39 Databases & MongoDB 4:42:10 Hashing Passwords 4:54:45 Session Store 5:11:58 OAuth2 5:49:38 Unit Testing & Jest 7:14:12 E2E Testing
React JS 19 Full Course 2025 | Build an App and Master React in 2 Hours
BeginnerDive straight into Reactโfrom basic JSX to advanced hooksโand build a real, modern app in this hands-on crash course! Hostinger: https://jsm.dev/react25-hostinger Appwrite: https://jsm.dev/react25-appwrite WebStorm: https://jsm.dev/react25-webstorm ๐ Video Kit (Codebase, and more): https://jsm.dev/react25-kit ๐ ReactJS Course Waitlist: https://jsm.dev/react25-waitlist โญ Join JS Mastery Pro: https://jsm.dev/react25-jsmpro ๐ Become a Top 1% Next.js Developer: https://jsm.dev/react25-nextjs https://discord.com/invite/n6EdbFJ https://twitter.com/jsmasterypro https://instagram.com/javascriptmastery https://linkedin.com/company/javascriptmastery Business Inquiries: contact@jsmastery.pro Time Stamps 00:00:00 โ Intro 00:01:41 โ Crash Course 00:05:08 โ React Setup 00:07:33 โ Create React.js Project 00:15:12 โ Components 00:17:55 โ Props 00:20:03 โ Styles 00:26:15 โ States and Hooks 00:35:18 โ UseEffect Hook 00:42:40 โ React Snippets 00:43:27 โ About the Project 00:46:28 โ Tailwind CSS setup 00:49:55 โ Assets & styles 00:51:00 โ Develop header 01:02:56 โ The Movie DB API 01:22:58 โ Develop movie card component 01:30:12 โ Implement search 01:33:38 โ Optimize search 01:39:07 โ Trending Movies Feature 01:54:01 โ Show Trending Movies 02:03:58 โ Deployment
React Tutorial Full Course - Beginner to Pro (React 19, 2025)
BeginnerIn this React tutorial and React full course, build websites and projects with React. React Premium Course: https://courses.supersimple.dev/courses/react Frontend Bundle (React, JS, HTML CSS): https://courses.supersimple.dev/bundles/frontend-bundle Membership: https://youtube.com/@SuperSimpleDev/join or https://member.supersimple.dev (10% OFF the USD price) Links in this course: https://github.com/SuperSimpleDev/react-course/blob/main/1-links.md Exercise solutions: https://github.com/SuperSimpleDev/react-course/tree/main/1-exercise-solutions Copy of the code: https://github.com/SuperSimpleDev/react-course/tree/main/2-copy-of-code Troubleshooting: https://github.com/SuperSimpleDev/react-course/blob/main/2-troubleshooting.md ๐ Premium Courses (get a certificate, better learning experience, support SuperSimpleDev โค๏ธ) Frontend Bundle (React, JS, HTML CSS): https://courses.supersimple.dev/bundles/frontend-bundle React Premium Course: https://courses.supersimple.dev/courses/react JavaScript Premium Course: https://courses.supersimple.dev/courses/javascript HTML CSS Premium Course: https://courses.supersimple.dev/courses/html-css Sections: 0:00 Intro 1:20 1. React Basics, JSX 40:16 2. Components, Props, Start the Chatbot Project 1:36:49 3. State, Event Handlers, Chatbot Project Features 2:42:41 4. CSS with React, Hooks, Finish Chatbot Project 3:48:49 5. Proper React Setup with Vite 4:59:29 6. React Router, Git, Start the Ecommerce Project 6:09:59 7. React with Backend, Data Fetching, Load Ecommerce Project Data 8:00:58 8. Data Mutation, Update Ecommerce Project Data 8:50:10 9. Automated Tests in React with Vitest 9:50:31 10. Deploy React to the Internet, Intro to AWS 10:41:06 11. React 19 Updates 10:50:13 TypeScript with React 11:24:12 AI with React 11:31:09 Conclusion and Next Steps Additional information: This React tutorial and React full course is a project based series of React tutorials for software engineers. Each React tutorial builds on a project and provides some React exercises to practice what we learned. By the end, we'll learn how to create complex websites and projects with React, JavaScript, HTML, and CSS, which will help you become a web developer and software engineer. #react #supersimpledev #reactcourse #reacttutorial #reactjs #javascript #html #css #webdevelopment #webdeveloper #softwaredeveloper #softwaredevelopment #coding #codingtutorial #softwareengineer #softwareengineering #learntocode
Full Stack Development with Java Spring Boot, React, and MongoDB โ Full Course
IntermediateIn this full stack development course, you will learn how to create an application using MongoDb for the database, Java and Spring Boot for the backend, and React for the frontend. You will learn to develop a movie review application that will feature a separation of concerns between the client code and the server code. By implementing this loosely coupled architecture, these two parts (implemented using different technologies) can evolve in parallel and independently from one another. โ๏ธ Farhan Hasin Chowdhury teaches the backend section. โ๏ธ Gavin Lon teaches the frontend section. @GavinLon ๐ป Backend Code: https://github.com/fhsinchy/movieist ๐ป Frontend Code: https://github.com/GavinLonDigital/movie-gold-v1 ๐ Spring Initializr - https://start.spring.io/ ๐ JDK Download Page: https://www.oracle.com/java/technologies/downloads/ ๐ IntelliJ IDEA Download Page: https://www.jetbrains.com/idea/download/ ๐ Postman Download Page: https://www.postman.com/downloads/ ๐ MongoDB provided a grant to make this course possible. โค๏ธ Try interactive Full Stack courses we love, right in your browser: https://scrimba.com/freeCodeCamp-Fullstack (Made possible by a grant from our friends at Scrimba) โญ๏ธ Contents โญ๏ธ โจ๏ธ (0:00:00) Course Introduction โจ๏ธ (0:01:48) JDK and IntelliJ IDEA Installation โจ๏ธ (0:06:13) MongoDB Atlas โจ๏ธ (0:20:35) Project Initialization โจ๏ธ (0:27:03) Project Structure โจ๏ธ (0:29:13) Running The Project โจ๏ธ (0:32:41) Writing The First Endpoint โจ๏ธ (0:35:33) Database Configuration โจ๏ธ (0:38:49) Installing Additional Dependencies โจ๏ธ (0:44:48) Setting Up Environment Variables โจ๏ธ (0:47:20) Movies and Reviews Endpoints โจ๏ธ (1:31:46) Testing โจ๏ธ (1:35:42) Backend Conclusion โจ๏ธ (1:36:45) Frontend Introduction โจ๏ธ (1:38:32) Create the React Project โจ๏ธ (1:43:49) Applying Bootstrap to our React application โจ๏ธ (1:52:47) Implementing the Use State and Use Effect Hooks โจ๏ธ (1:58:04) Create Home and Hero Component โจ๏ธ (2:06:56) Style the Carousel โจ๏ธ (2:15:21) Create Header Component (Navigation) โจ๏ธ (2:21:55) Create Trailer Component with react-player โจ๏ธ (2:28:46) Create Movie Reviews Functionality โจ๏ธ (2:34:43) Add and Get Reviews with HTTP Requests โจ๏ธ (2:40:33) Course Wrap Up ๐ Thanks to our Champion and Sponsor supporters: ๐พ Nattira Maneerat ๐พ Heather Wcislo ๐พ Serhiy Kalinets ๐พ Erdeniz Unvan ๐พ Justin Hual ๐พ Agustรญn Kussrow ๐พ Otis Morgan -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://freecodecamp.org/news
ReactJS Full Course | ReactJS - Learn Everything | Sheryians Coding School
BeginnerThis is the ReactJS Full Course | Learn Everything from Scratch to Advanced, your complete guide to mastering React in one video. Weโll start with the basics like components, JSX, props, and state, then move to advanced topics like hooks, context API, routing, and real project setups. By the end, youโll understand how React really works and how to build production-ready apps confidently. ๐ Whatโs Inside: - React fundamentals (JSX, Props, State) - Hooks and Context API - Routing and API Integration - Folder structure and best practices - Real-world project demo ๐ป Source Code: Access the complete source code of this video here โ https://github.com/saarthack/react-yt If you learned something new, like, comment, and subscribe for more frontend content. Letโs make coding fun and creative ๐ Instructor in this video: Sarthak Sharma Don't forget to LIKE ๐ this video, SUBSCRIBE ๐ for more Web Development tutorials, and COMMENT below if you have any questions or suggestions! ๐ Visit Our Website - https://sheryians.com/ Chapters - 00:00:00 - Introduction 00:01:10 - React Overview 00:17:48 - Import & Export 00:28:47 - Real DOM vs Virtual DOM 00:36:42 - Setting Up React with Vite 01:06:28 - Components Explained 01:26:02 - Understanding Props 01:47:37 - Mini Projects using Props 02:50:43 - Styling with CSS 03:06:48 - Intro to Tailwind CSS 03:18:23 - UI Design Project 04:30:51 - Working with Functions 04:56:23 - Understanding Hooks 05:12:10 - Advanced State Management 05:55:58 - Form Handling in React 06:03:20 - Two-Way Data Binding 06:15:46 - Notes App Project 07:21:25 - Using LocalStorage 07:33:35 - API Calls in React 07:54:37 - useEffect Hook Explained 08:17:01 - Gallery Project 09:15:20 - React Router DOM Basics 09:42:16 - Advanced Routing 10:26:36 - Bonus Concepts 10:36:43 - Context API Introduction 10:44:18 - Children as Props 10:57:11 - Context API in Action 11:15:13 - Outro Socials: ๐ท Instagram: https://www.instagram.com/sheryians_coding_school/ ๐ Facebook: https://www.facebook.com/sheryians.community ๐ Telegram: https://t.me/sheryiansCommunity ๐ผ LinkedIn: https://in.linkedin.com/company/the-sheryians-coding-school ๐ฎ Discord: https://discord.gg/Au3TquBarQ Peace out โ #sheryianscodingschool #sheryians #code #coding #jobs #reactjs #mernstack #mern #web #reactjscourse #tutorial #creativewebdevelopment #webdevelopment #functionalwebdevelopment #thebasics #mernstack #jslogic #javascriptlogics