Companies Home Search Profile

Full Stack GraphQL With Spring boot Kotlin and React Apollo

Focused View

Vikas kumar

12:05:46

76 View
  • 1. Introduction.mp4
    06:28
  • 2. GraphQL With Spring boot Project Setup.mp4
    02:30
  • 3. Source Code Github Link.html
  • 1. Getting Started With GraphQL Query.mp4
    10:05
  • 2. Parameterized GraphQL Query.mp4
    05:00
  • 3. Return Array From GraphQL Query.mp4
    03:36
  • 4. Return Object Type From GraphQL Query.mp4
    05:00
  • 5. Field Resolver In GraphQL.mp4
    14:29
  • 1. Creation Of Entities.mp4
    06:56
  • 2. User and Post Service and Repository.mp4
    15:02
  • 3. Pagination With GraphQL.mp4
    06:23
  • 1. Create Author GraphQL Mutation.mp4
    13:02
  • 2. Get Users GraphQL Query.mp4
    08:36
  • 3. Refactoring .mp4
    03:25
  • 4. Create Post GraphQL Mutation.mp4
    10:45
  • 1. Total Post Field Resolver.mp4
    04:25
  • 2. Exercise - adding new entity in schema.mp4
    02:41
  • 3. Get Comments Query.mp4
    09:26
  • 4. Comments as Field in Post & Author Schema.mp4
    09:13
  • 5. Add Comment Entity - Database.mp4
    07:18
  • 6. Fetching Comment Records From Database.mp4
    13:49
  • 7. Add Comment Entity Relation With Author & Post Entity.mp4
    08:45
  • 8. Add Comment Mutation.mp4
    12:52
  • 1. N+1 GraphQL Problem Introduction.mp4
    04:56
  • 2. Verifying Understanding of Problem With Logger.mp4
    06:06
  • 3. Batching Request Implementation.mp4
    18:46
  • 1. Introduction Of Scalar Types In GraphQL.mp4
    11:33
  • 2. DateTime Scalar Types In GraphQL.mp4
    03:01
  • 3. Regex Scalar Types In GraphQL.mp4
    04:52
  • 4. Custom Email Scalar Type Implementation From Scratch.mp4
    09:08
  • 1. GraphQL Directive Introduction - @Size.mp4
    10:56
  • 2. @NotEmpty & @ContainerNotEmpty Directive Impl.mp4
    07:42
  • 3. @Pattern - Regex Based Validation.mp4
    03:13
  • 4. Custom Directive - @Uppercase - end to end.mp4
    12:15
  • 1. Spring Security Architecture Explained.mp4
    07:05
  • 2. Jwt Util - Generate And Validate Token.mp4
    10:54
  • 3. Jwt Util Unit Testcases.mp4
    08:02
  • 4. Spring Security Config.mp4
    06:04
  • 5. Login Mutation.mp4
    07:40
  • 6. Restrict addPost Mutation Execution For ADMIN Role.mp4
    04:23
  • 7. Custom Spring Security Implementation - Jwt Filter, Manager, & Provider Etc.mp4
    28:45
  • 8. Secure Queries and Mutations With @PreAuthorize Annotation.mp4
    06:34
  • 9. Add Register Mutation - Password Encoder Impl.mp4
    07:10
  • 10. Enhance Login And Integrate With Database - Security Testing end to end.mp4
    11:20
  • 1. Add Kotest and Integration TestCase for Simple Queries.mp4
    22:02
  • 2. Integration Test For Queries With Variables.mp4
    13:56
  • 3. AddUserMutation Integration Test.mp4
    18:18
  • 4. Login Flow Integration Testcase.mp4
    05:39
  • 5. Integration Test For Secure Operation - Fetching Users - @PreAuthorize.mp4
    13:02
  • 6. GetPosts Query Integration Testcase.mp4
    11:05
  • 1. Create React App With Typescript.mp4
    07:05
  • 2. Integrate Apollo Client In React App.mp4
    08:54
  • 3. Add Codegen CLI - Generate Types from GraphQL Schema.mp4
    09:07
  • 4. Apollo Codegen Plugin For Generating Hooks.mp4
    09:16
  • 5. MUI Drawer React Component.mp4
    18:56
  • 6. List Drawer Actions Option - Link.mp4
    11:17
  • 7. Integration of React Router Dom V6 - Routes.mp4
    09:57
  • 8. Login Form Using Formik and Yup For Validation.mp4
    08:24
  • 9. Generate Login Mutation and Call Inside Login Container.mp4
    18:56
  • 10. Show Loader and Error For Login Request.mp4
    09:02
  • 11. Auth Provider Using React API Context.mp4
    15:18
  • 12. Add Logout Feature.mp4
    08:15
  • 13. Secure Routes - Require Auth Component.mp4
    13:11
  • 14. Roles Based Routing - React Router Dom V6.mp4
    09:08
  • 15. Add Post Container With Retry Implementation.mp4
    14:15
  • 16. Apollo Middleware For Injecting Authorization Header In Requests.mp4
    08:52
  • 17. PostList Component For Displaying Posts.mp4
    15:07
  • 18. Show Comments For Post.mp4
    11:17
  • 19. Add Comment Form.mp4
    22:20
  • 20. Comment Issue Explained and Fixed.mp4
    04:12
  • 21. Add Post Form With Formik and Yup Validation.mp4
    10:50
  • 22. Add comment Issue Fixed.mp4
    05:44
  • 23. Add register Form.mp4
    18:37
  • 24. Option For Navigating To Register Page from Login.mp4
    03:33
  • Description


    Learn how to build GraphQL application with spring boot and React, Apollo client and Integration Testing of GraphQL

    What You'll Learn?


    • You will learn What is GraphQL
    • You will understand difference between GraphQL and REST API
    • You will learn what is QueryResolver?
    • You will learn what is MutationResolver?
    • You will learn what is FieldResolver?
    • You will learn How to integrate with Database
    • You will learn How to write Integration testcase for Graphql Query and mutation
    • You will learn How to create custom scalar types in graphQL
    • You will learn How to solve N+1 query problem - DataLoader
    • You will learn How to create Custom @Directive in GraphQL
    • How to Setup Spring Security In GraphQL
    • How to use JWT token
    • How to Setup Role based Authorization In GraphQL
    • How to Setup React Application With Apollo Client
    • How to Setup Codegen based Development Workflow
    • Authentication and Authorization At React Level
    • Formik With Yup Validation
    • React Router Dom V6 Integration
    • MUI - Material UI with React

    Who is this for?


  • Beginner Java developers curious about GraphQL
  • What You Need to Know?


  • Knowledge of Spring Boot - beginner level
  • More details


    Description

    Are you someone who want to learn GraphQL with spring boot Kotlin & React and how to test GraphQl application then you are in right place :).


    In Easy way you will learn How to create full stack project with Spring boot GraphQl and React With JWT based Authentication and Authorization.


    This course enables you as a GraphQL engineer who can explain graphQL in simple words to anyone.


    Throughout the course, we will practice a lot writing graphql schema and we will understand how the graphQL ecosystem works with spring boot.

    You will learn what is GraphQl and how to set up the graphQL project with spring boot & React With Security Using JWT.


    What is GraphQL?

    A query language for your API

    GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.


    Ask for what you need,

    get exactly that

    Send a GraphQL query to your API and get exactly what you need, nothing more and nothing less. GraphQL queries always return predictable results. Apps using GraphQL are fast and stable because they control the data they get, not the server.


    In this course, you will learn:-

    • What is GraphQL?

    • Difference between GraphQL and REST API

    • How to Setup Spring Security In GraphQL

    • How to use JWT token

    • How to Setup Role based Authorization In GraphQL

    • How to Setup React Application With Apollo Client

    • How to Setup Codegen based Development Workflow

    • Authentication and Authorization At React Level

    • What is Query in GraphQL?

    • What is Mutation in GraphQL?

    • What is Schema in GraphQL?

    • What is QueryResolver in GraphQL?

    • What is MutationResolver in GraphQL?

    • What is FieldResolver in GraphQL?

    • How to Integrate GraphQL application with database using Spring Data JPA.

    • How to write an integration test for graphQL.

    • How to maintain graphQL schema.

    • How to create custom scalar type in graphQL

    • How to perform input validation in graphQl

    • How to transform field value with @Directive

    • How to solve N+1 query problem in graphql

    • Formik With Yup Validation

    • React Router Dom V6 Integration

    • MUI - Material UI with React

    Who this course is for:

    • Beginner Java developers curious about GraphQL

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Hi, I have immense  industry experience as a full stack developer, Currently working in renowned MNC as application developer.Started as a dotnet developer and after that i switched to Java side. Worked on various project with different tech stack like Spring boot + React, Micronaut with graphql + React, AnguarI have very good knowledge of creating awesome programming course content that perfectly suits the current job market demands. Enroll in my courses and be a better Software Developer.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 73
    • duration 12:05:46
    • Release Date 2023/06/08