AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
GraphQL - What You Need to Know?
GraphQL was nice. There's a couple of tricky bits you got to be careful about, right? Mostly about when you're creating the API. The coolest thing that I like is that you can say, okay, you can make custom types. You can have it so that like they have to conform to something. And the cool part is like you don't have to worry about that when you get down to the resolver. So actually resolving the queries and mutations are fine. But subscriptions, everybody does their own way of doing subscriptions, which is basically like PubSub over the wire. It's nuts.