-
Урок 1.
00:01:21
The Course Overview
-
Урок 2.
00:00:58
What You Should Know First
-
Урок 3.
00:04:06
Single-Page Applications and Vue.js
-
Урок 4.
00:02:19
NoSQL and MongoDB
-
Урок 5.
00:01:42
Node.js and Express.js
-
Урок 6.
00:01:10
Installing Node.js and Node Package Manager (NPM)
-
Урок 7.
00:00:52
Installing Vue.js Command Line Interface (CLI) Project Generator
-
Урок 8.
00:03:46
Installing MongoDB
-
Урок 9.
00:00:54
Installing Integrated Development Environment (IDE)
-
Урок 10.
00:01:46
Create Vue.js Application
-
Урок 11.
00:02:45
Project Directory and Structure
-
Урок 12.
00:14:57
Vue.js Components
-
Урок 13.
00:06:39
Vue.js Router
-
Урок 14.
00:03:57
Vue.js Navigation Guards
-
Урок 15.
00:10:21
Vuex State Management
-
Урок 16.
00:08:31
Create Server with Express.js
-
Урок 17.
00:05:51
Learn to Use Express.js Router
-
Урок 18.
00:06:43
Use Express.js Middleware and CORS Configuration
-
Урок 19.
00:07:52
RESTful Endpoints with HTTP Controllers
-
Урок 20.
00:03:18
Check HTTP Status Codes
-
Урок 21.
00:02:41
Connect to MongoDB and Use MongoDB Compass GUI
-
Урок 22.
00:04:28
Working with Entity Models
-
Урок 23.
00:08:09
Create, Read, Update, and Delete (CRUD)
-
Урок 24.
00:02:56
Encrypt Passwords with Node.js and BCrypt
-
Урок 25.
00:08:40
Validate Passwords
-
Урок 26.
00:03:13
JSON Web Tokens
-
Урок 27.
00:01:19
Vue.js and JSON Web Tokens
-
Урок 28.
00:03:07
User Authentication
-
Урок 29.
00:03:55
Validating a User’s Session
-
Урок 30.
00:03:16
Managing User's Session
-
Урок 31.
00:25:33
Connecting Vue.js to Backend Server
-
Урок 32.
00:03:20
Getting Ready for Production
-
Урок 33.
00:03:49
Amazon Web Services and Amazon Elastic Compute Cloud
-
Урок 34.
00:05:06
Deploying App to the Web
-
Урок 35.
00:03:50
Final Thoughts
-
Урок 36.
00:03:33
The Course Overview
-
Урок 37.
00:02:41
First Step Towards Vue
-
Урок 38.
00:04:55
Setting Up Vue Using Node.js
-
Урок 39.
00:06:53
Basics, Directives, and Reactivity
-
Урок 40.
00:05:35
Vue DevTools
-
Урок 41.
00:03:54
Installing Vue-CLI and Creating a New Project
-
Урок 42.
00:04:13
Tour of Project Files and What Are Single-File Components?
-
Урок 43.
00:05:55
Using Axios to Consume a Third-Party API
-
Урок 44.
00:05:23
Creating Custom Components and Importing Them
-
Урок 45.
00:04:02
Installing Vuex and vue-router and Adding Them to the Vue Instance
-
Урок 46.
00:06:05
Vue Core Concepts and How to Implement – Part 1
-
Урок 47.
00:05:30
Vue Core Concepts and How to Implement – Part 2
-
Урок 48.
00:06:46
How to Use vue-router and Router Links
-
Урок 49.
00:06:33
Application Structure – Part 1
-
Урок 50.
00:02:34
Application Structure – Part 2
-
Урок 51.
00:08:43
Putting Together the Sample API Code and Adding to the Frontend Application
-
Урок 52.
00:05:54
How to Set Up the Database
-
Урок 53.
00:04:08
Demonstration of API in REST Client
-
Урок 54.
00:05:31
Creating an Account and Then Authenticating /Getting a Token – Part 1
-
Урок 55.
00:05:19
Creating an Account and Then Authenticating /Getting a Token – Part 2
-
Урок 56.
00:05:06
Setup Login Page, Functionality and Adding the User – Part 1
-
Урок 57.
00:04:29
Setup Login Page, Functionality and Adding the User – Part 1 - 2
-
Урок 58.
00:08:14
Using the API to Create, Read, Update, and Delete Items – Part 1
-
Урок 59.
00:05:06
Using the API to Create, Read, Update, and Delete Items – Part 2
-
Урок 60.
00:07:12
Using the API to Create, Read, Update, and Delete Items – Part 3
-
Урок 61.
00:07:08
Using the API to Create, Read, Update, and Delete Items – Part 4
-
Урок 62.
00:04:57
Using the Vuex Store as a Single Point of Contact to the API
-
Урок 63.
00:08:01
Testing
-
Урок 64.
00:06:19
Security