zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[Tutorialsplanet.NET] Udemy - Full-Stack Vue with GraphQL - The Ultimate Guide
magnet:?xt=urn:btih:4df3d24c515e272d0a8ccd174281712a0baeea44&dn=[Tutorialsplanet.NET] Udemy - Full-Stack Vue with GraphQL - The Ultimate Guide
磁力链接详情
文件列表详情
4df3d24c515e272d0a8ccd174281712a0baeea44
infohash:
82
文件数量
4.94 GB
文件大小
2019-10-17 09:00
创建日期
2024-11-18 02:56
最后访问
相关分词
Tutorialsplanet
NET
Udemy
-
Full-Stack
Vue
with
GraphQL
-
The
Ultimate
Guide
1. Introduction/1. Preview our Completed App.mp4 238.21 MB
1. Introduction/2. Tools UsedRequired.mp4 29.97 MB
1. Introduction/3. Formatting Vue Templates (And More) with VS Code.mp4 43.22 MB
10. Add Post Infinite Scroll Components/1. Make Add Post Form.mp4 73.3 MB
10. Add Post Infinite Scroll Components/2. Create and Execute addPost Action Mutation.mp4 95.05 MB
10. Add Post Infinite Scroll Components/3. Update and Optimistic Response for addPost Mutation.mp4 129 MB
10. Add Post Infinite Scroll Components/4. Infinite Scroll on Posts Page; Add typeDef, Resolver, and Query.mp4 62.85 MB
10. Add Post Infinite Scroll Components/5. Add Infinite Scroll Functionality on Client.mp4 81.16 MB
10. Add Post Infinite Scroll Components/6. Add Grid Layout Cards for Each Post in Posts Component.mp4 89.83 MB
11. Post Component/1. Create Post Component and Route.mp4 36.29 MB
11. Post Component/2. Create and Execute getPost Query.mp4 51.61 MB
11. Post Component/3. Build out Post Card in Post Component.mp4 73.84 MB
11. Post Component/4. Add Messages Section to Post Component.mp4 48.68 MB
11. Post Component/5. Create addPostMessage Mutation.mp4 59.57 MB
11. Post Component/6. Perform addPostMessage in Post Component.mp4 91.76 MB
11. Post Component/7. Add Validation for Message Input, Clear on Submit.mp4 53.12 MB
12. Like Unlike Post/1. Create typeDefs resolvers queries for Like Unlike.mp4 71.42 MB
12. Like Unlike Post/2. Firing Like Unlike Post Mutations from Client.mp4 105.35 MB
12. Like Unlike Post/3. Add Logic for Toggling Like Unlike Post.mp4 57.99 MB
12. Like Unlike Post/4. Add Like Notification in Profile Tab.mp4 48.46 MB
13. Search Posts/1. Add typeDef resolver query for searchPosts.mp4 60.89 MB
13. Search Posts/2. Fire searchPosts Action, Log Search Results.mp4 49.06 MB
13. Search Posts/3. Add searchResults to State, Build Search Result Card.mp4 58.2 MB
13. Search Posts/4. Finishing Search Results, Making them Functional.mp4 70.87 MB
14. Profile Page, Update Delete Posts/1. Add User Details Card Favorites Cards.mp4 47.47 MB
14. Profile Page, Update Delete Posts/2. Write getUserPosts Query.mp4 32.98 MB
14. Profile Page, Update Delete Posts/3. Execute getUserPosts Query, Create and Populate User Cards.mp4 91.38 MB
14. Profile Page, Update Delete Posts/4. Add Edit Post Dialog for Updating User Posts.mp4 62.59 MB
14. Profile Page, Update Delete Posts/5. Create updateUserPost Mutation.mp4 66.33 MB
14. Profile Page, Update Delete Posts/6. Executing updateUserPost Mutation with Vuex Action.mp4 143.33 MB
14. Profile Page, Update Delete Posts/7. deleteUserRecipe Mutation - Backend Creation to Frontend Execution.mp4 74.34 MB
15. Preparing for Deployment/1. RefetchQueries for Fresh Data upon Executing Mutations.mp4 45.85 MB
15. Preparing for Deployment/2. Formatting Dates with moment.mp4 58.89 MB
15. Preparing for Deployment/3. Minor ImprovementsFixes.mp4 92.03 MB
16. Deployment with Heroku Now v2/1. Deploying App with Heroku Now v2.mp4 80.42 MB
17. BONUS/1. Bonus Lecture.mp4 6.2 MB
2/1. What is GraphQL Using the SWAPI GraphQL API.mp4 118.25 MB
2/2. What is Apollo.mp4 18.98 MB
3. Intro to Apollo Server 2, Queries, Mutations and GraphQL Playground/1. Git Clone and Install Dependencies (Required).mp4 30.65 MB
3. Intro to Apollo Server 2, Queries, Mutations and GraphQL Playground/2. Initializing Apollo Server 2 (Optional).mp4 76.78 MB
3. Intro to Apollo Server 2, Queries, Mutations and GraphQL Playground/5. Exploring GraphQL Playground.mp4 15.38 MB
4. Connect to MLab Database, Create Mongoose Models and GraphQL TypeDefs/1. Create MongoDB Atlas Database, Connect to GraphQL Server.mp4 53.36 MB
4. Connect to MLab Database, Create Mongoose Models and GraphQL TypeDefs/2. Update! Connecting to MongoDB Atlas instead of MLab.mp4 29.04 MB
4. Connect to MLab Database, Create Mongoose Models and GraphQL TypeDefs/3. Creating Mongoose Schemas.mp4 76.89 MB
4. Connect to MLab Database, Create Mongoose Models and GraphQL TypeDefs/4. Creating typeDefs for Project.mp4 49.37 MB
4. Connect to MLab Database, Create Mongoose Models and GraphQL TypeDefs/5. Write and Run signupUser Mutation.mp4 56.6 MB
4. Connect to MLab Database, Create Mongoose Models and GraphQL TypeDefs/6. Write and Run addPost Mutation.mp4 47.04 MB
4. Connect to MLab Database, Create Mongoose Models and GraphQL TypeDefs/7. Write and Run getPosts Query, Intro to populate.mp4 50.77 MB
5. Create Vue Frontend with Vue CLI 3/1. Create Vue Client with Vue-CLI 3.mp4 59.97 MB
5. Create Vue Frontend with Vue CLI 3/2. Adding Plugins with Vue GUI and Concurrently Dev Script.mp4 30.52 MB
5. Create Vue Frontend with Vue CLI 3/3. Structuring our Vue App.mp4 25.24 MB
5. Create Vue Frontend with Vue CLI 3/4. Installing Vuetify Plugin and Generating a Theme.mp4 83.08 MB
5. Create Vue Frontend with Vue CLI 3/5. Coolors.co for Creating Great Color Schemes (Optional).mp4 23.26 MB
5. Create Vue Frontend with Vue CLI 3/6. Horizontal Navbar and Mobile First Design.mp4 68.54 MB
5. Create Vue Frontend with Vue CLI 3/7. Add Side Navbar.mp4 61.48 MB
5. Create Vue Frontend with Vue CLI 3/8. Add Routing and Page Transitions.mp4 60.71 MB
6. Using Vue Apollo/1. Setting up Apollo Client Vue Apollo, Firing getPosts Query from Client.mp4 58.91 MB
6. Using Vue Apollo/2. Dive into Smart Queries in Vue Components.mp4 44.77 MB
6. Using Vue Apollo/3. Executing Queries with the ApolloQuery Component.mp4 36.95 MB
6. Using Vue Apollo/4. Add Carousel Component to Home Page.mp4 31.44 MB
7. Integrate Vuex with ApolloClient/1. Firing getPosts Action with Vuex.mp4 42.96 MB
7. Integrate Vuex with ApolloClient/2. Using Mutations and Getters.mp4 56.3 MB
7. Integrate Vuex with ApolloClient/3. Add Loading Property, Loading Spinner and mapGetters.mp4 54.4 MB
7. Integrate Vuex with ApolloClient/4. Create queries.js for Clientside Query Mutation Definitions.mp4 26.34 MB
8. JWT Authentication for Signin Signup/1. Create Gravatar Avatar and Hash User Passwords on Signup.mp4 50.99 MB
8. JWT Authentication for Signin Signup/10. Change Navbar for Signed-in User.mp4 86.25 MB
8. JWT Authentication for Signin Signup/11. Create Signout Action.mp4 61.63 MB
8. JWT Authentication for Signin Signup/12. Protected Routes and Clearing Malformed Tokens.mp4 36.17 MB
8. JWT Authentication for Signin Signup/2. Write and Run signinUser Mutation.mp4 38.57 MB
8. JWT Authentication for Signin Signup/3. Sign Token and Return it Upon SigninSignup.mp4 55.9 MB
8. JWT Authentication for Signin Signup/4. Using Variables in GraphQL, Signin Signup Mutation Defs.mp4 27.86 MB
8. JWT Authentication for Signin Signup/5. Add Signin Form, Write and Run signinUser Action, Return JWT.mp4 62.7 MB
8. JWT Authentication for Signin Signup/6. Additional Config for ApolloClient, Send Token from LocalStorage.mp4 58.55 MB
8. JWT Authentication for Signin Signup/7. Verify JWT Token in server.js, Pass Result to currentUser in Context.mp4 56.44 MB
8. JWT Authentication for Signin Signup/8. Create getCurrentUser Query, Execute it from main.js.mp4 75.43 MB
8. JWT Authentication for Signin Signup/9. Redirect Home upon Signin with Watcher.mp4 66.84 MB
9. Error Handling and Form Validation/1. Adding Global Form Alert Component.mp4 70.67 MB
9. Error Handling and Form Validation/2. Add Loading Spinner to Signin Button.mp4 35.02 MB
9. Error Handling and Form Validation/3. Form Validation with Vuetify in Signin Component.mp4 58.23 MB
9. Error Handling and Form Validation/4. Show AuthSnackbar on Signin Signup.mp4 46.22 MB
9. Error Handling and Form Validation/5. Handle Authentication Errors, Show Auth Error Snackbar.mp4 90.94 MB
9. Error Handling and Form Validation/6. Create Signup Form and Signup User Action.mp4 106.51 MB
其他位置