Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
- 53% GraphQL Apollo Server with Node.js, MongoDB - GraphQL API

GraphQL Apollo Server with Node.js, MongoDB – GraphQL API

$13.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.4/10 (Our Score)
Product is rated as #41 in category Node.js

Build GraphQL API with Apollo Server in Node.js, Express, and MongoDB Database.

What is GraphQL?

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.

Get many resources in a single request.

Describe what s possible with a type system.

Move faster with powerful developer tools.

Evolve your API without versions

Bring your own data and code

Who is using GraphQL?

Facebook, Github, Pinterest, Shopify and more

What is Apollo Server?

Apollo Server is the best way to quickly build a production–ready, self–documenting API for GraphQL clients, using data from any source.

It’s open–source and works great as a stand–alone server, an add–on to an existing Node.js HTTP server, or in serverless environments.

Apollo Server implements a spec–compliant GraphQL server which can be queried from any GraphQL client, including Apollo Client, enabling:

An easy start, so front–end and back–end developers can start fetching data quickly.
Incremental adoption, allowing advanced features to be added when they’re needed.
Universal compatibility with any data source, any build tool, and any GraphQL client.
Production readiness, and what you build in development works great in production.

You will learn the following things in the course:

Instructor Details

Hello, this is RapidDevPro. I am a Full Stack Developer, Tech Enthusiast, Entrepreneur. I have professional experience in developing Web Apps as well as Mobile Apps. I love making quality content for people and likes to do things as fast as possible because someone said: It's better failing fast than failing last . Here at Udemy, you will find very helpful and good quality courses from my side :-) Hope you will learn new things. Thanks, see you in my courses :-)

Specification: GraphQL Apollo Server with Node.js, MongoDB – GraphQL API

Duration

4.5 hours

Year

2020

Level

All

Certificate

Yes

Quizzes

No

27 reviews for GraphQL Apollo Server with Node.js, MongoDB – GraphQL API

4.6 out of 5
18
8
1
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Nigel Reoch

    One of the best resources I have come across to explain some complex GraphQL server side related topics. Schema stitching, Custom scalar types, JWT authentication, Pagination, Data loaders, and subscriptions are all explained very easy to understand. Possibly could have expanded and added a couple more videos on subscriptions. Authenticating subscriptions through the connection object in the context would’ve been a great addition. All in all an amazing resource. I really hope there will be an accompanying React and Apollo client course that goes along with this. That would be a great course to add more features to the subscriptions. Thanks for the course!

    Helpful(0) Unhelpful(0)You have already voted this
  2. Juan M Gomez

    Very well explained, with a very good and practical examples

    Helpful(0) Unhelpful(0)You have already voted this
  3. Josiah Dima

    The best of several videos for graphQL I watched. Thank you.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Hao Lu

    A little difficult to hear clearly what you speak, but the contents are very good!!

    Helpful(0) Unhelpful(0)You have already voted this
  5. Meera Bavadekar

    Instructor has taken time to explain the concepts making this course easy to follow along.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Silindokuhle Nkabinde

    I’ve learned a lot, now it’s time for me to use it to build stuff.

    Helpful(0) Unhelpful(0)You have already voted this
  7. Onur Iltan

    Very nice explanations with real life usage, every feature makes sense and understandable

    Helpful(0) Unhelpful(0)You have already voted this
  8. Martin Macharia

    Well explained even a toddler can code along :). Again, well done Sir!

    Helpful(0) Unhelpful(0)You have already voted this
  9. Pervaze Ahanger

    Damn, its well paced and precise, for an experienced dev like me!

    Helpful(0) Unhelpful(0)You have already voted this
  10. Vijay Shanker Dadhich

    Nicely explained what is async and await with perfect use case.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Tod Hilton

    Overall the course material was good and very thorough. The first couple of videos seemed like they were out of sequence. The pace is very fast and frequent pauses are needed. However, this is a very good and relatively quick overview of the topic.

    Helpful(0) Unhelpful(0)You have already voted this
  12. Christopher Smith

    Keep up the good work!

    Helpful(0) Unhelpful(0)You have already voted this
  13. DougieHawes

    could slow down a little, bare in mind we are typing along here

    Helpful(0) Unhelpful(0)You have already voted this
  14. R mulo Lazarde

    Concise, clear and direct to the point! He knows what he is doing and he also gives you quick useful explanations of what is happening under the hood when needed. Brilliant!

    Helpful(0) Unhelpful(0)You have already voted this
  15. Jenaro Calvi o

    Very nice course

    Helpful(0) Unhelpful(0)You have already voted this
  16. Hendry Lim

    Its at an excellent speed for a coder like myself with some experience on graphql. Fantastic course, concise and great pace

    Helpful(0) Unhelpful(0)You have already voted this
  17. S Lee

    Examples are useful and easy to understand!

    Helpful(0) Unhelpful(0)You have already voted this
  18. Ragno Cucina

    Pacing is great. Very good detail. I have viewed other videos that have glossed over many of the concepts that the instructor goes into further depth here. Lover the 2 part approach where we build a graphql server and then add mongodb. kudos

    Helpful(0) Unhelpful(0)You have already voted this
  19. Raman Bhardwaj

    Pretty straightforward , all thing i need covered related to basics of nodejs, apollojs, mongo and graphql. We get easily getting started fast and quickly. Got good understanding Much Thanks!!!!

    Helpful(0) Unhelpful(0)You have already voted this
  20. Yulo Gonzales

    Instructor is very knowledgeable, he explains code, concept and reason why it is was implemented the way it is, explains pros and cons very well. I learned more GraphQL concepts in this course than in other previous course I took ( I finished 3 GraphQL courses at Udemy this is my 4th)

    Helpful(0) Unhelpful(0)You have already voted this
  21. Michel Isamuna

    I love so much and it’s very helpful

    Helpful(0) Unhelpful(0)You have already voted this
  22. Madhu Ch

    The word OK is so frequent that it distracts me from understanding the actual context

    Helpful(0) Unhelpful(0)You have already voted this
  23. Christof Sprenger

    On one hand the chapter sounded rushed a lot (fast talking, no pauses or summary), but on the other hand there was not that much content.

    Helpful(0) Unhelpful(0)You have already voted this
  24. Nunmuthu Esakkirajasekar

    Good real time example. interactive session.

    Helpful(0) Unhelpful(0)You have already voted this
  25. Mark Wisdom Reeves

    Nice One. This course is very clear and understanding. Great Teaching skills. I am enjoying the course. Nice one

    Helpful(0) Unhelpful(0)You have already voted this
  26. Mark Wisdom Reeves

    Nice One. This course is very clear and understanding. Great Teaching skills. I am enjoying the course. Nice one

    Helpful(0) Unhelpful(0)You have already voted this
  27. Alexander Schwesinger

    Great course! The concepts are very well explained and easy to follow, while at the same time being fast paced. Highly recommended!!

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    GraphQL Apollo Server with Node.js, MongoDB – GraphQL API
    GraphQL Apollo Server with Node.js, MongoDB – GraphQL API

    $13.99

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare