17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FreeTutorials.Eu] [UDEMY] Full-Stack Vue With GraphQL - The Ultimate Guide - [FTU]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
• Building resolvers using many MongoDB methods and operators
• Search Functionality with MongoDB
• Advanced GraphQL features such as infinite scrolling
• GraphQL shorthands to make our schemas and queries concise, such as inputs and fragments
• Lots of work with the Chrome/Firefox Vue Dev Tools Extension to Debug Vue / Vuex / Apollo
• Using the service Now to deploy Vue / GraphQL Apps
• Advanced UI tricks, including notifications and loading skeletons
• And more...
What will we be building? What is the course based on?
This entire course within the context of a practical application that we will build literally from the first line of code to live deployment on the web.
We'll be building an image-sharing social application called VueShare, similar to that of Pinterest or Instagram. Authenticated users of our app will be able to like and unlike, share, comment on, search for, edit, and delete image-related posts.
How does the course develop as we go along?
In the beginning of the course, we'll cover the basic GraphQL / Apollo concepts that we need to get started, then dive into building our app. We'll build out our backend, cover creating a GraphQL server and database (hosted with MLab), and how to write resolver functions with MongoDB. Then we'll move over to the frontend, create our Vue app and connect it with our backend, develop an interface and build client-side functionality with Vue, Vuetify, and Vue Apollo / Vuex. We'll learn how to write and execute queries and mutations using Apollo to our backend to get and modify what we need. Once we cover and integrate all the essential features of our application (listed above), we'll move on to deploying our app to the web. After deployment, for those who want to stick around and make their app truly production-ready, we'll cover a number of cool features to make our app more functional, attractive and reliable.
I wanted to make this course as comprehensive as I could, but also give you the fast track to learning new technologies in an engaging way. GraphQL is an exciting new technology in the web development community and new Apollo releases such as Apollo Server 2 and Apollo Boost have made working with GraphQL easier than ever.
There's never been a better time to start working with GraphQL, especially as a JavaScript developer. Join me and let's get started!
Who is the target audience?
• Anyone who wants to learn how to build full-stack applications with Vue and GraphQL!
For More Udemy Free Courses >>> http://www.freetutorials.eu
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.freetutorials.eu/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
Discuss.FreeTutorials.Us.html
165.7 KB
FreeCoursesOnline.Me.html
108.3 KB
FreeTutorials.Eu.html
102.2 KB
Lesson 1. Preview our Completed App.mp4
238.2 MB
Lesson 10. Exploring GraphQL Playground.mp4
15.4 MB
Lesson 11. Create MLab Database, Connect to GraphQL Server.mp4
37.9 MB
Lesson 12. Creating Mongoose Schemas.mp4
76.9 MB
Lesson 13. Creating typeDefs for Project.mp4
49.4 MB
Lesson 14. Write and Run signupUser Mutation.mp4
56.6 MB
Lesson 15. Write and Run addPost Mutation.mp4
47 MB
Lesson 16. Write and Run getPosts Query, Intro to populate.mp4
50.8 MB
Lesson 17. Create Vue Client with Vue-CLI 3.mp4
60 MB
Lesson 18. Adding Plugins with Vue GUI and Concurrently Dev Script.mp4
30.5 MB
Lesson 19. Structuring our Vue App.mp4
25.2 MB
Lesson 2. Tools UsedRequired.mp4
30 MB
Lesson 20. Installing Vuetify Plugin and Generating a Theme.mp4
83.1 MB
Lesson 21. Coolors.co for Creating Great Color Schemes (Optional).mp4
23.3 MB
Lesson 22. Horizontal Navbar and Mobile First Design.mp4
68.5 MB
Lesson 23. Add Side Navbar.mp4
61.5 MB
Lesson 24. Add Routing and Page Transitions.mp4
60.7 MB
Lesson 25. Setting up Apollo Client Vue Apollo, Firing getPosts Query from Client.mp4
58.9 MB
Lesson 26. Dive into Smart Queries in Vue Components.mp4
44.8 MB
Lesson 27. Executing Queries with the ApolloQuery Component.mp4
37 MB
Lesson 28. Add Carousel Component to Home Page.mp4
31.4 MB
Lesson 29. Firing getPosts Action with Vuex.mp4
43 MB
Lesson 3. Formatting Vue Templates (And More) with VS Code.mp4
43.2 MB
Lesson 30. Using Mutations and Getters.mp4
56.3 MB
Lesson 31. Add Loading Property, Loading Spinner and mapGetters.mp4
54.4 MB
Lesson 32. Create queries.js for Clientside Query Mutation Definitions.mp4
26.3 MB
Lesson 33. Create Gravatar Avatar and Hash User Passwords on Signup.mp4
51 MB
Lesson 34. Write and Run signinUser Mutation.mp4
38.6 MB
Lesson 35. Sign Token and Return it Upon SigninSignup.mp4
55.9 MB
Lesson 36. Using Variables in GraphQL, Signin Signup Mutation Defs.mp4
27.9 MB
Lesson 37. Add Signin Form, Write and Run signinUser Action, Return JWT.mp4
62.7 MB
Lesson 38. Additional Config for ApolloClient, Send Token from LocalStorage.mp4
58.5 MB
Lesson 39. Verify JWT Token in server.js, Pass Result to currentUser in Context.mp4
56.4 MB
Lesson 4. What is GraphQL Using the SWAPI GraphQL API.mp4
118.2 MB
Lesson 40. Create getCurrentUser Query, Execute it from main.js.mp4
75.4 MB
Lesson 41. Redirect Home upon Signin with Watcher.mp4
66.8 MB
Lesson 42. Change Navbar for Signed-in User.mp4
86.2 MB
Lesson 43. Create Signout Action.mp4
61.6 MB
Lesson 44. Protected Routes and Clearing Malformed Tokens.mp4
36.2 MB
Lesson 45. Adding Global Form Alert Component.mp4
70.7 MB
Lesson 46. Add Loading Spinner to Signin Button.mp4
35 MB
Lesson 47. Form Validation with Vuetify in Signin Component.mp4
58.2 MB
Lesson 48. Show AuthSnackbar on Signin Signup.mp4
46.2 MB
Lesson 49. Handle Authentication Errors, Show Auth Error Snackbar.mp4
90.9 MB
Lesson 5. What is Apollo.mp4
19 MB
Lesson 50. Create Signup Form and Signup User Action.mp4
106.5 MB
Lesson 51. Make Add Post Form.mp4
73.3 MB
Lesson 52. Create and Execute addPost Action Mutation.mp4
95 MB
Lesson 53. Update and Optimistic Response for addPost Mutation.mp4
129 MB
Lesson 54. Infinite Scroll on Posts Page; Add typeDef, Resolver, and Query.mp4
62.8 MB
Lesson 55. Add Infinite Scroll Functionality on Client.mp4
81.2 MB
Lesson 56. Add Grid Layout Cards for Each Post in Posts Component.mp4
89.8 MB
Lesson 57. Create Post Component and Route.mp4
36.3 MB
Lesson 58. Create and Execute getPost Query.mp4
51.6 MB
Lesson 59. Build out Post Card in Post Component.mp4
73.8 MB
Lesson 6. Git Clone and Install Dependencies (Required).mp4
30.6 MB
Lesson 60. Add Messages Section to Post Component.mp4
48.7 MB
Lesson 61. Create addPostMessage Mutation.mp4
59.6 MB
Lesson 62. Perform addPostMessage in Post Component.mp4
91.8 MB
Lesson 63. Add Validation for Message Input, Clear on Submit.mp4
53.1 MB
Lesson 64. Create typeDefs resolvers queries for Like Unlike.mp4
71.4 MB
Lesson 65. Firing Like Unlike Post Mutations from Client.mp4
105.4 MB
Lesson 66. Add Logic for Toggling Like Unlike Post.mp4
58 MB
Lesson 67. Add Like Notification in Profile Tab.mp4
48.5 MB
Lesson 68. Add typeDef resolver query for searchPosts.mp4
60.9 MB
Lesson 69. Fire searchPosts Action, Log Search Results.mp4
49.1 MB
Lesson 7. Initializing Apollo Server 2 (Optional).mp4
76.8 MB
Lesson 70. Add searchResults to State, Build Search Result Card.mp4
58.2 MB
Lesson 71. Finishing Search Results, Making them Functional.mp4
70.9 MB
Lesson 72. Add User Details Card Favorites Cards.mp4
47.5 MB
Lesson 73. Write getUserPosts Query.mp4
33 MB
Lesson 74. Execute getUserPosts Query, Create and Populate User Cards.mp4
91.4 MB
Lesson 75. Add Edit Post Dialog for Updating User Posts.mp4
62.6 MB
Lesson 76. Create updateUserPost Mutation.mp4
66.3 MB
Lesson 77. Executing updateUserPost Mutation with Vuex Action.mp4
143.3 MB
Lesson 78. deleteUserRecipe Mutation - Backend Creation to Frontend Execution.mp4
74.3 MB
Lesson 79. RefetchQueries for Fresh Data upon Executing Mutations.mp4
45.9 MB
Lesson 8. Adding Resolvers and Executing Queries in GraphQL Playground (Optional).mp4
35.8 MB
Lesson 80. Formatting Dates with moment.mp4
58.9 MB
Lesson 81. Minor ImprovementsFixes.mp4
92 MB
Lesson 82. Deploying Backend Frontend with Now.mp4
90 MB
Lesson 9. Writing and Running First Mutation in GraphQL Playground (Optional).mp4