[UDEMY] Full-Stack Vue with GraphQL - The Ultimate Guide - [FTU]

seeders: 13
leechers: 21
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 48
  • Language: English

Files

[FreeTutorials.Eu] [UDEMY] Full-Stack Vue with GraphQL - The Ultimate Guide - [FTU]
  • Discuss.FreeTutorials.Us.html (165.7 KB)
  • FreeCoursesOnline.Me.html (108.3 KB)
  • FreeTutorials.Eu.html (102.2 KB)
  • 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.0 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.0 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 1. Preview our Completed App.mp4 (238.2 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.0 MB)
  • Lesson 28. Add Carousel Component to Home Page.mp4 (31.4 MB)
  • Lesson 29. Firing getPosts Action with Vuex.mp4 (43.0 MB)
  • Lesson 2. Tools UsedRequired.mp4 (30.0 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.0 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 3. Formatting Vue Templates (And More) with VS Code.mp4 (43.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.0 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 4. What is GraphQL Using the SWAPI GraphQL API.mp4 (118.2 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.0 MB)
  • Lesson 53. Update and Optimistic Response for addPost Mutation.mp4 (129.0 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 5. What is Apollo.mp4 (19.0 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.0 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 6. Git Clone and Install Dependencies (Required).mp4 (30.6 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.0 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 7. Initializing Apollo Server 2 (Optional).mp4 (76.8 MB)
  • Lesson 80. Formatting Dates with moment.mp4 (58.9 MB)
  • Lesson 81. Minor ImprovementsFixes.mp4 (92.0 MB)
  • Lesson 82. Deploying Backend Frontend with Now.mp4 (90.0 MB)
  • Lesson 8. Adding Resolvers and Executing Queries in GraphQL Playground (Optional).mp4 (35.8 MB)
  • Lesson 9. Writing and Running First Mutation in GraphQL Playground (Optional).mp4 (43.4 MB)
  • Materials.zip (6.9 MB)
  • Presented By SaM.txt (0.0 KB)
  • [TGx]Downloaded from torrentgalaxy.org.txt (0.5 KB)
  • Torrent Downloaded From GloDls.to.txt (0.1 KB)

Description



Build a complete Pinterest-inspired full-stack app from scratch with Vue, GraphQL, Apollo 2, Vuex, and Vuetify

Created by : Reed Barger
Last updated : 9/2018
Language : English
Torrent Contains : 89 Files
Course Source : https://www.udemy.com/full-stack-vue-with-graphql-the-ultimate-guide/

What you'll learn

• Learn in-depth how to use Apollo Server 2 and Apollo Boost to create powerful full-stack apps
• Learn how to handle errors on the client and server with Apollo / GraphQL
• Be able to implement session-based JWT authentication to GraphQL applications
• Integrate Apollo with Vuex for more reliable and scalable state management
• Implement infinite scrolling functionality using Vue-Apollo
• Deploy full-stack JavaScript / GraphQL applications using Heroku and Netlify
• Learn how to write queries and mutations in the GraphQL language on both the client and server
• Make use of many useful MongoDB methods and features
• Be able to create attractive, sophisticated UIs using the Vuetify CSS framework
• Become more familiar with all the best ES6 / 7 features such as async / await, destructuring, spread operators, arrow functions, etc

Requirements

• A basic familiarity with Vue
• A basic understanding of ES6 JavaScript will help, but it's not required

Description

Includes Apollo Server 2, Apollo Boost and the very new Vue CLI 3!

Interested in building next-level apps with Vue and GraphQL? Look no further!

This course is your one-stop guide to learning...


• Complete CRUD functionality (create, read, update, and delete) with Vue and GraphQL / Apollo 2
• The latest and greatest Apollo tools: Apollo Server 2, Apollo Boost and Vue Apollo
• Using the new Vue CLI 3 to create/scaffold Vue apps, add plugins and deploy to the web
• GraphQL Syntax, including types (scalar/object), and creating schemas with typeDefs
• Writing and executing GraphQL queries and mutations on both the client and server
• Essential Apollo features such as the update function, optimistic responses, and refetching queries
• Error handling with Apollo Server 2 with the new AuthorizationError and formatErrors features
• Role-based user authentication with JSON Web Tokens
• State management with Vuex, in concert with ApolloClient
• Stunning UIs using mobile-first design with the Vuetify, a Material Design Component Library for Vue
• Form Validation with the help of Vuetify
• Vue Router (including protected routes, page transitions, router props, and dynamic segments)
• 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/






Download torrent
5 GB
seeders:13
leechers:21
[UDEMY] Full-Stack Vue with GraphQL - The Ultimate Guide - [FTU]


Trackers

tracker name
udp://public.popcorn-tracker.org:6969/announce
udp://tw.opentracker.ga:36920/announce
udp://tracker.tiny-vps.com:6969/announce
https://seeders-paradise.org:443/announce
udp://open.stealth.si:80/announce
udp://hk1.opentracker.ga:6969/announce
udp://open.stealth.si:80/announce
https://opentracker.xyz:443/announce
https://t.quic.ws:443/announce
https://tracker.fastdownload.xyz:443/announce
udp://tracker.opentrackr.org:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://zephir.monocul.us:6969/announce
udp://open.demonii.si:1337/announce
µTorrent compatible trackers list

Download torrent
5 GB
seeders:13
leechers:21
[UDEMY] Full-Stack Vue with GraphQL - The Ultimate Guide - [FTU]


Torrent hash: 44C5A225059CD9DF2FAA67A52091F459DD0C7A60