as A full-stack developer half of me really loves graphQl while the other don't
@rohitkharche75623 жыл бұрын
Perfectly balanced.. as all things should be 😑
@oluwatomisinbabatunde84263 жыл бұрын
Dread it, run from it, destiny arrives all the same.
@creativeworld26353 жыл бұрын
Reality is often dissapointing.
@HaozheYuda19893 жыл бұрын
well you must love hasura ahah
@mitjed3 жыл бұрын
Coded graphql for awhile now front and back, loved it before. Now its a pain.
@LuisPerez-cb4rp3 жыл бұрын
A full tutorial would be great !
@DaxSudo3 жыл бұрын
Whaaaa?!!!! I was today years old when I learned the perfect solution to my current problem. Ur awesome. Yes please to a full tutorial.
@caiopelichekgoncalves33613 жыл бұрын
Hasura looks awesome! Please make a full tutorial!
@santicomp3 жыл бұрын
Hasura is awesome, been using it since the early days.
@mohabedr50303 жыл бұрын
Hasura vs typeorm what do you prefer?
@hikari16903 жыл бұрын
As a new web dev I can honestly say I dont understand both
@8eck3 жыл бұрын
@@mohabedr5030 you are talking about different things... Hasura is api gateway, while typeorm is ORM wrapper around database for typescript...
@8eck3 жыл бұрын
Any drawbacks or problems/issues was encountered while using it?
@WikkiOnIlluminati3 жыл бұрын
@@mohabedr5030 Both are two different things and approach to a different problems.
@kirangouds3 жыл бұрын
Hasura's team is fantastic. They are from Bangalore
@arshadpakkali3 жыл бұрын
What Bangalore ? Wow we indians are stepping up the game
@TheGaridi23 жыл бұрын
Well im not surprised
@CoolBoi5673 жыл бұрын
Have been to their office in Koramangala 😄
@akshitkumar94023 жыл бұрын
yep the founder is from IIT Madras
@suhasa55423 жыл бұрын
Kinda guessed it by the name, Asura means demon 👿 , I guess that's why that logo
@samiyousef3 жыл бұрын
Who needs a database when you have google sheets
@karanbhatt93203 жыл бұрын
CSV is better
@shinmessiah3 жыл бұрын
freak in the streets, google in the sheets 🤷♂️
@stephencooper87103 жыл бұрын
Just store your information in notepad job done!
@karanbhatt93203 жыл бұрын
@@stephencooper8710 and save it as CSV an uninstall MS Office
@overlisted3 жыл бұрын
who needs a database when you can have one big json file
@mianala3 жыл бұрын
I've been using HASURA for a few months not and I love it!
@ssholum3 жыл бұрын
500 code: ETERNAL server error Lol, I know that feel, bro.
@noamloewen3 жыл бұрын
First heard of this framework. Thank! I'd love for a full tutorial video on this topic!
@hakimkramdi44713 жыл бұрын
Yes please, do a full tutorial about Hasura !
@m0hammedimran3 жыл бұрын
Definitely need a tutorial
@mahrk30003 жыл бұрын
Love the video! Love Hasura! Would Love A Tutorial!!! Keep up the awesome work!
@a.rnaseef64893 жыл бұрын
Hasura roles with firebase auth/cognito would be some good content.
@dhinesh5343 жыл бұрын
Quitting caffeine does seems to work for Jeff. More videos are flowing ❤️
@beaussan3 жыл бұрын
I have been using a combo of Hasura + firebase auth + functions and it's awesome !
@info6623 жыл бұрын
So they basically continued what Prisma 1 started
@Fireship3 жыл бұрын
That's a good way to look at it
@codeaperture3 жыл бұрын
@@Fireship what do you think of prisma? Versus others such as Sequelize
@matthewcaseres21333 жыл бұрын
Right, as did Prisma 2 haha
@MaulikParmar2103 жыл бұрын
This aint new Node, Ruby, Python, Java, Php and .Net eco systems already have tons of code generators / db resolvers pre written for generic usage with DBAL in frameworks. The thing is they will only work out of box with 1-1 mapping, meaning you wanna keep entities / table names and resource name same? It's good, the problem becomes a challenging when you have things like async io, messaging and data aggregation involved in your logic, they are separate technologies on their own and requires specific learning curve. With more and more complex data and underlying systems not just being monotonous graphql can be a pain to implement when you are creating resolvers by yourself with such systems. That is the main usecase that it unifies different systems at large scale, where you have different kind of systems for different purposes and still they are able to talk at unified front. This adds burden on backend devs to implement resolvers for each and every usecase of the data / resources and becomes a huge task where you have very different kind of input data, storage data and output data abd then theres responsibility of keeping data consistant with processing systems. We already have plenty of Json based RESTful protocols and xml based protocols in past. The only appealing thing about graphql is it's ease of use since it's front end layers are designed for consumers. So yeah this is yet another fancy tool for tinkering till you get serious and make a system that handles real traffic and real usecase. You never wanna expose your db structure like these anyways and there's always other systems involved.
@bankoleesan21293 жыл бұрын
@@codeaperture Used to be a big fan of sequelize, until I tried out Prisma 2 one day and that was it... Never looked back since. I love sequelize but, sorry to say, Prisma 2 is simply better in every concievable way
@GoodVolition3 жыл бұрын
Postgraphile also works pretty well.
@andrewnyasha3 жыл бұрын
definitley looking forward to the full tutorial
@thomasscott40813 жыл бұрын
thank you so much to whoever procssed the audio on this video and put a de esser on it thank you
@XRoydX3 жыл бұрын
Wow you really made a hasura video. Happy to see the most exciting product on your channel after asking for it 6 videos ago :)
@PrasangaBasnayake3 жыл бұрын
There are millions of ways to simply things, sometimes I feel like that's also making things complicated. 😞
@DesyncX3 жыл бұрын
I fully agree with you on this. It's also very important to know when to use a specific tool or service and if there are a million options to choose from then you don't have the time to compare the pros and cons for all of them... In the end the decision you make probably won't even matter that much in your project since due to the flexible nature of SW you can still "make it work" somehow; the only ones who suffer in the end are the servers and end user apps doing needless additional calculations; all these mistakes add up (that's why browsers today take so much RAM just to display some picture/text and maybe a video or just play some music). This is the kind of meta-programming decisions that I hope AI will be able to help take and optimize in the future somehow because it's clear that people don't give a $hit and who can blame them when fast solutions/iterations is where the money is. /end rant :P
@ChaoticNeutralMatt3 жыл бұрын
@@DesyncX I'll just say, interesting note on the AI. Oh, and I guess I'm reminded of tools that help you make those decisions and deal with the side effects of them like package size.
@ALZlper3 жыл бұрын
@@DesyncX Love that view. Something I explain all day :)
@aogunnaike3 жыл бұрын
I feel the same way bro
@TheSaintsVEVO3 жыл бұрын
@@FS-yq9ef index.html and script.js in a folder is best i can do ok.
@neillunavat3 жыл бұрын
Even on mute I can understand this video. Such a good visual explanation.
@vijaybajrot27343 жыл бұрын
Good intro to Hasura, please make full tutorial on Hasura with custom actions👍👌
@manayyadav49113 жыл бұрын
Hey man, Love your content. Can we have a video on Event Driven Architecture also how Async API is revolutionizing it. Thanks!
@laurent3563 жыл бұрын
Yes Yes Yes a full tut pleaaaase !!! Awesome !!!
@akshaysavad73503 жыл бұрын
Your content is class. 🔥🔥
@thesamarthshah3 жыл бұрын
Full tutorial on hasura! 🔥❤️❤️
@saurabhshubham73453 жыл бұрын
I did internship there when it was very small. Great team 🔥
@randikavishman39713 жыл бұрын
Hey Fireship, yes a full tutorial on this with Firebase as the Db would be a Great tutorial bro 😎
@d3vnull1337 Жыл бұрын
Today what i can say is, hasura is just on another level.
@sunnywilliamralph83723 жыл бұрын
Hasura full course definitely 🙏
@harshitsaxena__3 жыл бұрын
Awesome ,would like to watch a more detailed video on using Hasura
@SajeedSk3 жыл бұрын
Interested to know more about this, expecting basic tutorial on this👍🏻👍🏻
@SteelSkin6673 жыл бұрын
Way out of my budget for now, but I'm keeping this on my radar.
@keent3 жыл бұрын
You do know that Hasura is open source and you can host it yourself :)
@matthewbeardsley7004 Жыл бұрын
Hasura does nested subscriptions...if you need a realtime app with a fairly complex data structure, surely hasura is the best thing out there.
@COFELYSPAIN10 ай бұрын
🎯 Key Takeaways for quick navigation: 00:43 *📹 The video is primarily in a language other than English.* 02:48 *🎥 The speaker mentions popular scenes and habits but it's unclear how it relates to the main topic.* Made with HARPA AI/
@tirthshah91443 жыл бұрын
Full tutorial will be awesome 💯💯
@SRG-Learn-Code3 жыл бұрын
Sounds pretty cool, thanks for sharing
@friction50013 жыл бұрын
Yeah I’d love to see more hashura vids
@Duge61243 жыл бұрын
Channel is golden Sheesh!
@cecece7753 жыл бұрын
What a revolution for my life , make a full tutorial
@wongright3 жыл бұрын
+1 vote for expanding Hasura to a FULL topic please!
@BusinessAutomatedTutorials3 жыл бұрын
This is great! I would be interesting to see how feasible is the open source deployment if all features are included.
@MultiPerplexedDude3 жыл бұрын
They have a docker-compose file that you can use. Just docker-compose up -d and visiting localhost:8080 will bring you to the console
@acollierr173 жыл бұрын
Pretty neat. TIme to see it in action from you!
@tntsharma11483 жыл бұрын
Always waiting for new vid!!
@0xccd3 жыл бұрын
Can't wait for full tutorial
@davidanam75093 жыл бұрын
Awesome, definitely need the full tutorial
@yogenp3 жыл бұрын
Yes, for Hasura full tutorial.
@miettoisdev2 жыл бұрын
One of the most amazing pieces of technology out there. fucking period.
@8eck3 жыл бұрын
Look like advanced api gateway based on graphQL with neat features.
@Fabian-_-3 жыл бұрын
0:35 how did you visualize that DB?
@code4chaosmobile3 жыл бұрын
I would love to go deeper on this topic. I opened part of the majority in this one
@schway.3 жыл бұрын
This is my 1st time requesting an extension of a 100 seconds video on this incredible channel. Surely we DEMAND a beyond 100 seconds one for Hasura!!
@sauravadhikari86453 жыл бұрын
Awessome video 📸. How about a more indepth video on hasura ??
@aniketjadhav25693 жыл бұрын
Definitely full tutorial
@vuong64313 жыл бұрын
i used hasura on my homework once. super convinience
@abelmoremi81923 жыл бұрын
Thank you for this
@JuanGonzaloCarcamo3 жыл бұрын
Great overview. Definitely would love a tutorial with firebase auth or cognito ;)
@earl59543 жыл бұрын
as a backend. i love using hasura.
@ahmadizzuddin3 жыл бұрын
This would have saved me from several sleepless nights a few weeks back lmao
@hanche20013 жыл бұрын
Please do a longer session :)
@AbhijeetSinghims3 жыл бұрын
Hasura looks awesome
@leithonenglish39023 жыл бұрын
Great intro. I'd also like a full video!
@RanaMedlock Жыл бұрын
Wow! It's awesome!!!
@aryanvikash19673 жыл бұрын
Yeah need full tutorial 😍
@adnanamin36663 жыл бұрын
That was dope - ETERNAL SERVER ERROR! :P
@nosreg2163 жыл бұрын
Full tutorial let’s go!
@lallawmzualakhawlhring73403 жыл бұрын
Awesome video... could you do another video where you go into a more detailed explanation on how to deploy hasura to some hosting like AWS,GCP and using it for real applications
@zhimingkoh10293 жыл бұрын
Would love to see a full tutorial!!
@kanakbagga38243 жыл бұрын
Please do a video on DGraph :)
@jasoncheng42503 жыл бұрын
What is the table drawing tool that he is using at 0:37? The image on the right.
@zainuldin90953 жыл бұрын
yeah we want a full tutorial on Hasura
@kittunandu8 ай бұрын
Please make a detailed video on firebase data connect its new and we want to hear it from you.
@Gydvbgds65643 жыл бұрын
Yes to a full tutorial
@minerVideo7773 жыл бұрын
Very interesting! Make a full tutorial pls!
@Aaronmoreno3 жыл бұрын
Yes please! Full tutorial!
@palachokrab57113 жыл бұрын
Thank you.. the content are amazing..
@xerxes-ei9gl3 жыл бұрын
We would like a full tutorial on hasura..between hasura and strapi which one would you recomend
@barashasenov62833 жыл бұрын
Yes I want to see full tutorial
@rahulpadalkar62373 жыл бұрын
I worked on Hasura and Postgraphile. One thing to note is if you are running Hasura on a existing db schema, it won't pickup roles and corresponding access privileges, you would have to define them via the dashboard. On the other had Postgraphile would, out of the box. Also Hasura pushes you more towards a microservice-y architecture as the core product isn't extensible. Postgraphile can be extended and things like sending an email can be done in a wrapper over the signup function. Maybe i am biased towards postgraphile because it is JS 😛
@lesquatrecentscoups3 жыл бұрын
thank this is really helpful :)
@Mahmudulhasan-ts5hm3 жыл бұрын
Thanks for the video
@RedShift53 жыл бұрын
Can you do one on Postgraphile next? Thank you!
@user-kn6vw4sr2r3 жыл бұрын
Dude, what's your job? How could you keep up with the latest techs?
@teemukarppinen94623 жыл бұрын
I'm guessing his job is to keep up with latest tech and teaching that stuff. 😄
@10Rmorais3 жыл бұрын
Awesome video.
@dkruythoff3 жыл бұрын
I'm following their own tutorial, but I'd love to see one of yours.
3 жыл бұрын
This video is goooold
@davesharp54723 жыл бұрын
Very interesting. Every time I see a video like this that’s informative and easy to digest there will always be a few dislikes and I can’t help but wonder about them. Even if I didn’t like the video I don’t think I’ve ever taken the time to dislike. I just click off and move on. I just can’t relate. 🤷♂️
@mi3lix93 жыл бұрын
Will you do a Hasura course? 🔥
@tarunhaldar22123 жыл бұрын
waiting for full course on hasura
@babakkarimiasl81273 жыл бұрын
is there something like this but for front-end ? great video thanks
@HaaniJaber3 жыл бұрын
Been trying to figure out the best stack for relational database with authentication. Would enjoy a tutorial on hasura/nextjs
@Joerje3 жыл бұрын
A full tutorial with auth would be great
@SketchStack3 жыл бұрын
Awesome 👍
@FlySoloG3 жыл бұрын
Beastttt modeeeer
@ITech20053 жыл бұрын
This actually looks interesting. My only concern is having to use a web api for additional comfiguration. I take a pure infrastructure as code approach so that wouldnt work for me.
@raulnoheagoodness2 жыл бұрын
Hasura configuration in the web console is exportable as metadata files (hasura metadata export), so you can commit human-readable yaml files to your git repo. You can apply it to other server instances, similar to the db migration files.
@KasuraIchimaki3 жыл бұрын
Hasura.. seems cool name
@dfnhnrtsbnsdfbgs3 жыл бұрын
Hasura is amazing
@DannyZolp3 жыл бұрын
The front-end devs can cry about it, but I will always write REST queries in Rust