HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Video accessible from your Account page after purchase.
Register your product to gain access to bonus material or receive a coupon.
MEAN Web Development Workshop (Video Training)
A quick hands-on video introduction to the MEAN web programming stack – MongoDB, Express, AngularJS, and Node.js
Description
Recorded live at a workshop training session, MEAN Web Development Workshop allows you to watch as expert trainer Marc Wandschneider demonstrates the fundamentals of the MEAN stack – MongoDB, Express, AngularJS, and Node.js – while walking the workshop participants through the process of creating real-world web applications.
The first section covers using Node.js to build the backend web server components, the next section covers using MongoDB as the data store, and the final section covers using AngularJS as the client-side framework.
Code files for the author's examples are available on GitHub at https://github.com/marcwan/MeanWorkshop
Skill Level
• Beginner• Intermediate
What You Will Learn
• The ability to create high-performance web applications• An understanding of the AngularJS framework• The ability to create and maintain MongoDB databases• An understanding of Node.js development• The ability to build web services in Node.js
Who Should Take This Course
• Web developers and instructors who want to quickly get up to speed with the fundamentals of the MEAN stack
Course Requirements
• Basic understanding of JavaScript and web development
New Player Enables Streaming and Download Access
• Now you can stream and download videos for unlimited 24/7 online/offline access and ownership.• Streaming — Watch instantly as the video streams online in real time; after purchase, simply click Watch Now to get started.• Download — Download video files for offline viewing anytime, anywhere; after purchase, simply click the Download icon within the player and follow the prompts.
About LiveLessons Video Training
LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT certification, programming, web development, mobile development, home and office technologies, business and management, and more. View all LiveLessons on InformIT at http://www.informit.com/livelessons.
Code files for the author's examples are available on GitHub at https://github.com/marcwan/MeanWorkshop
Part 1: Introduction to the MEAN Web Programming Stack
1.1 Introduction
1.2 The Components
1.3 Write an App
1.4 Use ng-init and ng-repeat
1.5 Work with Objects
1.6 Filter Results
Part 2: AngularJS
2.1 Controller and Creating paradigms.js
2.2 Add a Recipe
2.3 Serving Static
2.4 File Reorganization and Routing
2.5 More Pages
2.6 Data Consolidation
Part 3: Node.js and Express
3.1 Introduction to Node.js
3.2 Express and API Design
3.3 Simple Serving
3.4 Routing Basics
3.5 Add a Recipe
Part 4: MongoDB
4.1 MongoDB Basics
4.2 MongoDB in App