Finnaly a proper tutorial on apollo server! jesus, being junior react developer is HARD! in last 5 month I had to learn: React, Redux, eslint, Sass, Post CSS, Typescript, prettier, auto-prefix e.c. Universites dont teach this here, they spoke 0% of that. 6year magister degree doesn't mean shit, you have to manually browe 1000 tutorials online to join IT compoany. Big tnxxx PedroTech for educating the public! 🥂
@Alister-vl6mu Жыл бұрын
Being a developer is hard*
@ClareLindley-mu7gl4 ай бұрын
You are right! It's very complicated these days. Too much in my opinion. Don't give up!
@martinoplaya78054 ай бұрын
@@ClareLindley-mu7gl Thanks 😂 I'm already a solo entrepreneur developing online SaaS businesses by myself
@ClareLindley-mu7gl4 ай бұрын
@@martinoplaya7805 Nice!
@aglowkeys3 жыл бұрын
Thank you! This was very helpful. I tried learning GQL before and really struggled because they didn't explain very well what the resolvers were and I was so confused. Now I understand it perfectly! Will be looking forward to the next vid :)
@PedroTechnologies3 жыл бұрын
This is awesome! Glad you liked it! Episode 4 coming out tomorrow!
@HoNow2223 жыл бұрын
Thankhs for showing the version of the packages you install. Actually a lot of tutorials doen't do that and it causes problems if they are not recent ones.
@manoj.k.m4302 Жыл бұрын
bro iam having an error :typeDefs must contain only strings, documents, schemas, or functions, got object
@Alister-vl6mu Жыл бұрын
You can also type npm init -y if you are going to skip all the fields. It generates a package.json with default values :)
@ClareLindley-mu7gl4 ай бұрын
Love this. Really thorough and well explained. Thanks!
@oussemabouyahia474 Жыл бұрын
very good explanation , just for reference you could have provide the apollo server documentation which include all these steps
@madsidification3 жыл бұрын
Thank you Pedro, this series is very helpful to learn GraphQL. I will recommend it to everyone.
@Sasaei243 жыл бұрын
Your tutorials are awesome, thanks for your great work.
@PedroTechnologies3 жыл бұрын
Thanks for watching!
@ayushdedhia253 жыл бұрын
Appreciate your dedication man 💯🔥 Super Series 💯
@PedroTechnologies3 жыл бұрын
Appreciate it! Thank you!
@Master-sy8si2 жыл бұрын
Clear and lucid explanation! Thanks a lot!
@curiosabouttech Жыл бұрын
thank you so much sir Pedro your teaching is great.
@janmajetko29392 жыл бұрын
One like is not enough, great series
@testaccount-b3k Жыл бұрын
wonderful course! ...simply perfect
@soltiscd3 жыл бұрын
Keep them pumping! Thank you!
@PedroTechnologies3 жыл бұрын
I will! Thank you for following a long :)
@rayanabid13033 жыл бұрын
I was just finishiang with part 2 will come back to tgis 😂
@mwnkt3 жыл бұрын
Lucky you
@alexcrudu6183 Жыл бұрын
Great simple explanation
@ThColinPereira3 жыл бұрын
Loving this series, thanks Pedro
@PedroTechnologies3 жыл бұрын
Glad you are liking it!
@emmanuelamodu2390 Жыл бұрын
I did enjoy it. Thanks
@Victor-wh9bs2 жыл бұрын
Great Video
@saqibullah72867 ай бұрын
Amazing explanation.thank you man
@39-rokhirawlo293 жыл бұрын
Thank you brother 🙏🙏👍👍
@mustaneerhaider5153 жыл бұрын
another great videos thanks for such informative videos on graphql.
@brandonmchugh98212 жыл бұрын
10/10 bro!
@henryjuniorlee59994 ай бұрын
Hi Pedro, I am trying to install all the packages as you showed here but i dont get the automatically json package poping up. Did you link to any repo or how do i get the "GraphQL-code-tutroial" folder? Thanks
@trivan82153 жыл бұрын
Can you tell me opening music you use, I love it
@manoj-k3 жыл бұрын
🔥🔥🔥
@tiefkluehlfeuer2 жыл бұрын
When I hover ApolloServer, it only says "const ApolloServer: any". Any idea why it is missing all the details here?
@timlinator Жыл бұрын
Great video, learned a lot.
@usmanmughal59163 жыл бұрын
No1 uses graphql without typescript and make video on how to make a pdf with received from data in react, and how to know that the client is using adblocker and how to add captcha unlock and how to add qr code system and how get the public ip of the user. how to change the the size of the image onnline uploaded etc YT is already filled with todo apps and graphql.
@ruthlessluder2 жыл бұрын
You're so smart.
@rishabsood49812 жыл бұрын
keep going!!
@underrated_mono97703 жыл бұрын
Do you know how to deal with json file as a fake database instead of js array of objects. I want to use a json file from Mockaroo. Anyway, Thanks Pedro!
@PedroTechnologies3 жыл бұрын
Yeah, you just have to parse the json into a javascript object. Javascript have built in functions for that! You can also just send back the json!
@enriquecordero61633 жыл бұрын
Is any big different to make this project in js or ts ?
@PedroTechnologies3 жыл бұрын
Not a lot, but I will show how to integrate ts later on in the series. I want to go over typegraphql in the series so i will need this later on
@induchandana43792 жыл бұрын
ThankU super helpfull
@taniakedrova2 жыл бұрын
Thanks for video
@faizaanshaikh35072 жыл бұрын
Hey can you just let me know the extension for the color theme you are using :)
@monkey40863 ай бұрын
I am getting " Error: Apollo Server requires either an existing schema, modules or typeDefs" i followed everything step by step 🤦♂🤦♂
@samahgad2412 жыл бұрын
i love the video thanks very much
@nikitakumawat63652 жыл бұрын
I'm getting this error on npm start [nodemon] app crashed - waiting for file changes before starting... How to fix it ? Please help
@uditgupta3429 Жыл бұрын
have you resolved this error ? if yes then how ?
@avirupdutta2863 жыл бұрын
which vscode plugin are u using for the gql syntax highlighting??