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
[FreeCoursesOnline.Me] PacktPub - Full-Stack React, Python, And GraphQL [Video]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
For More Udemy Free Courses >>> https://freetutorials.us/ For more Lynda and other Courses >>> https://www.freecoursesonline.me/ Forum for discussion >>> https://1hack.us/
By : Reed Barger Released : 24 Oct 2019 (New Release!) Course Length : 6 hours 35 minutes ISBN : 9781839215698 Course Source : https://www.packtpub.com/web-development/full-stack-react-python-and-graphql-video
Develop impressive, rich full-stack apps with the latest and greatest features of Python, React, and GraphQL
Learn
• Build stunning, complete full-stack applications with React and Python • Create a robust Python backend with the Django web framework • Integrate GraphQL with Python using Graphene and Graphene-Django • Use GraphQL in great depth—from the basics to using it in full-stack apps • The latest and greatest React concepts, including React Hooks, React Context, and more • Work with GraphQL on the backend to create a complete API (with Django and Graphene) • Master GraphQL in React applications in great depth with Apollo Boost, Apollo Client, and Apollo Client State
About
This course is for developers keen to build complete, full-stack applications with cutting-edge React user interfaces, powered by a robust Python backend and using GraphQL on the server and client.
This course was designed for developers keen to get ahead of the curve in the latest web technologies, and focuses on how to use GraphQL from front to back, the most current techniques and tools in React (including React Hooks, Apollo Boost, and Material UI), and how to combine it all with Python, Django, and Graphene for an amazing stack.
You'll be building a full-stack app from scratch with a GraphQL API made with Python (Django and Graphene); a React client app with React Hooks and Apollo Boost; state management React Context (with useContext) and Apollo Client State, media file uploads with Cloudinary; and tons more.
This app will be a social music-sharing app called ReactTracks where users can upload and share any music they like, interact with various tracks by liking them and adding them to their profile, searching for tracks, adding information about their music, and editing/deleting their tracks.
All the codes and supporting files for this course are available at - https://github.com/PacktPublishing/Full-Stack-React-Python-and-GraphQL
Features
• Build robust GraphQL backends with Python • Authenticate requests made to your Python backend with JSON web tokens • Master the latest and greatest tools to React: React Hooks and React Context
Author
Reed Barger
Reed Barger is a Full-Stack Developer and Consultant. Reed is a professional developer with a passion for learning and teaching everything he knows. He believes in learning through doing and this philosophy is present in every course that he teaches. He loves to explore new web and mobile technologies, and his courses focus on giving you the edge in this fast-moving industry.
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
0. Websites you may like/How you can help Team-FTU.txt
229 B
1.Getting Started/01.What You Need for This Course.mp4
32.7 MB
2.Intro _ Refresher on GraphQL/02.Queries, Using GraphiQL, GraphQL compared to REST.mp4
40.2 MB
2.Intro _ Refresher on GraphQL/03.GraphQL Type System _ Schema, Object vs. Scalar Types, Arguments.mp4
83.9 MB
2.Intro _ Refresher on GraphQL/04.Mutations for Creating, Updating, Deleting Data in GraphQL.mp4
43.9 MB
2.Intro _ Refresher on GraphQL/05.Dynamic Values in Queries _ Mutations with GraphQL Variables.mp4
32.2 MB
3.Intro to Graphene _ GraphQL in Python/06.Hello World in Graphene.mp4
41 MB
3.Intro to Graphene _ GraphQL in Python/07.Syntax in Graphene _ Snakecase vs Camelcase.mp4
29.5 MB
3.Intro to Graphene _ GraphQL in Python/08.Object Types, Arguments in Queries.mp4
67.5 MB
3.Intro to Graphene _ GraphQL in Python/09.Mutations _ Default Values.mp4
76.7 MB
3.Intro to Graphene _ GraphQL in Python/10.Variables in Queries _ Mutations.mp4
49.4 MB
3.Intro to Graphene _ GraphQL in Python/11.Self and Info Values.mp4
73.1 MB
4.Building a GraphQL Backend with Django _ Graphene/12.Creating Base Django Project.mp4
42.1 MB
4.Building a GraphQL Backend with Django _ Graphene/13.Making Tracks App _ Modeling Track Data.mp4
94.6 MB
4.Building a GraphQL Backend with Django _ Graphene/14.Adding Track Data _ Creating Schema with Graphene-Django.mp4
78.4 MB
4.Building a GraphQL Backend with Django _ Graphene/15.Integrating GraphiQL for Interact with App Data.mp4
41.5 MB
4.Building a GraphQL Backend with Django _ Graphene/16.Adding Mutations _ Creating New Tracks.mp4
69.4 MB
4.Building a GraphQL Backend with Django _ Graphene/17.Creating New Users.mp4
74.4 MB
4.Building a GraphQL Backend with Django _ Graphene/18.Querying Users by ID.mp4
39 MB
4.Building a GraphQL Backend with Django _ Graphene/19.User Authentication with Django-GraphQL-JWT.mp4
67.4 MB
4.Building a GraphQL Backend with Django _ Graphene/20.Authorization Headers to Get Current Auth User.mp4
81.9 MB
4.Building a GraphQL Backend with Django _ Graphene/21.Connecting Users with Tracks.mp4
128.2 MB
4.Building a GraphQL Backend with Django _ Graphene/22.Updating Tracks.mp4
22.5 MB
4.Building a GraphQL Backend with Django _ Graphene/23.Deleting Tracks.mp4
59.2 MB
4.Building a GraphQL Backend with Django _ Graphene/24.Adding Likes Model _ Creating Likes.mp4
129.3 MB
4.Building a GraphQL Backend with Django _ Graphene/25.Querying Likes _ Querying Tracks with Associated Likes.mp4
41.7 MB
4.Building a GraphQL Backend with Django _ Graphene/26.Error Handling with GraphQLError.mp4
58.6 MB
4.Building a GraphQL Backend with Django _ Graphene/27.Adding Full Text Search to our Tracks.mp4
24.1 MB
5.Developing a React Client App for the Backend/28.Adding our React Client App.mp4
33.2 MB
5.Developing a React Client App for the Backend/29.Exploring the React Source Code.mp4
87.1 MB
5.Developing a React Client App for the Backend/30.Setting up Apollo Client _ Executing Queries with React Apollo.mp4
49.3 MB
5.Developing a React Client App for the Backend/31.Enabling django-cors-headers for Connecting to our Backend.mp4
68.3 MB
5.Developing a React Client App for the Backend/32.Creating our Register Form.mp4
78.7 MB
5.Developing a React Client App for the Backend/33.Executing GraphQL Operations Client-Side with Apollo Dev Tools.mp4
40.3 MB
5.Developing a React Client App for the Backend/34.Storing Form State with useState.mp4
15.9 MB
5.Developing a React Client App for the Backend/35.Executing Mutations with Mutation Component _ Register User Mutation.mp4
96.8 MB
5.Developing a React Client App for the Backend/36.Finishing Register (Success Dialog, Toggling Auth Components, Transitions).mp4
32.2 MB
5.Developing a React Client App for the Backend/37.Custom Error Component _ Improved Error Handling.mp4
87.8 MB
5.Developing a React Client App for the Backend/38.Build out Login Form _ Execute Login Mutation for JWT.mp4
26.3 MB
5.Developing a React Client App for the Backend/39.Using Apollo Client State to Manage Auth State.mp4
19.7 MB
5.Developing a React Client App for the Backend/40.Adding JWT to our Authorization Header with Apollo Client.mp4
50.1 MB
5.Developing a React Client App for the Backend/41.Adding Routing with React Router 4.mp4
68.5 MB
5.Developing a React Client App for the Backend/42.Styling our Header.mp4
74.8 MB
5.Developing a React Client App for the Backend/43.Signing Out Users with Signout Button.mp4
62.8 MB
5.Developing a React Client App for the Backend/44.Creating Loading Component.mp4
27.2 MB
5.Developing a React Client App for the Backend/45.Displaying Tracks with Track List.mp4
135.6 MB
5.Developing a React Client App for the Backend/46.Building CreateTrack Button _ Dialog.mp4
13.2 MB
5.Developing a React Client App for the Backend/47.Improving CreateTrack Dialog.mp4
25.3 MB
5.Developing a React Client App for the Backend/48.Audio Uploads _ Creating New Tracks.mp4
42.1 MB
5.Developing a React Client App for the Backend/49.RefetchQueries to Update UI After Mutation.mp4
54.5 MB
5.Developing a React Client App for the Backend/50.Uncontrolled vs Controlled Components _ Setting File Upload Limit.mp4
21.2 MB
5.Developing a React Client App for the Backend/51.Add Ability to Play _ Download Uploaded Audio Files.mp4
27.7 MB
5.Developing a React Client App for the Backend/52.Add Search Tracks Component _ Functionality.mp4
20.7 MB
5.Developing a React Client App for the Backend/53.Updating Track List According to Search Results.mp4
18.5 MB
5.Developing a React Client App for the Backend/54.Updating Tracks.mp4
34.9 MB
5.Developing a React Client App for the Backend/55.Using React Context _ useContext to Avoid Props Drilling.mp4
31.4 MB
5.Developing a React Client App for the Backend/56.Deleting Tracks.mp4
98.3 MB
5.Developing a React Client App for the Backend/57.Creating Likes _ Liking Tracks.mp4
66.2 MB
5.Developing a React Client App for the Backend/58.Disabling Multiple Likes Per Track.mp4
19.4 MB
5.Developing a React Client App for the Backend/59.Understanding the Apollo Cache _ Update vs. RefetchQueries.mp4
60.9 MB
5.Developing a React Client App for the Backend/60.Updating our Cache upon Creating Tracks.mp4
19 MB
5.Developing a React Client App for the Backend/61.Updating Cache upon Deleting Tracks.mp4
16.7 MB
5.Developing a React Client App for the Backend/62.Modifying Fetching Behavior of Queries with Fetch-Policy.mp4
71.1 MB
5.Developing a React Client App for the Backend/63.Building Users' Profile Page.mp4
117.5 MB
5.Developing a React Client App for the Backend/64.Finishing our App.mp4