Rich BuggyProrichdevelops.dev·Apr 26, 2024A Quick Guide to GraphQL for REST developersThis is a really quick guide to GraphQL for REST developers. It's was prompted by a comment on the #believeinserverless Discord channel. TLDR; Endpoints GraphQL, unlike REST, only has one endpoint. It's usually called /graphql and it accepts an HTTP ...Discuss·256 readsREST
Sudhanshu Wanitechblog01.hashnode.dev·Mar 21, 2024Hands-on Implementation of GraphQL with Python and FlaskWelcome to the exciting world of Python and GraphQL! You're about to embark on a journey into the realms of modern web development. In this guide, we'll take you through the initial steps and practices you need to understand before diving into indust...DiscussGraphQL with Python
Sudhanshu Wanitechblog01.hashnode.dev·Mar 19, 2024Demystifying GraphQL: A Cosmic Adventure 🌌GraphQL, a query language for APIs, is revolutionizing the way we interact with data in modern web development. 🔄 With its unparalleled efficiency and flexibility, GraphQL has emerged as the preferred choice for building online applications, offerin...DiscussIntro to GraphQL
Gaurav J Somanigaurav750.hashnode.dev·Feb 28, 2024Mastering GraphQL: A Beginner's journeyHello there! And Welcome to another blog. In this blog we're gonna dive into a technology, as you already know from the title: "GraphQL". If you sometimes feel like you are getting lost in a sea of endpoints or struggling to get just the right data f...Discuss·1 like·74 readsGraphQL
Aniket Dubeyaniketdubey.tech·Feb 9, 2024Building a Simple Blogging GraphQL API with Django and StrawberryWhat is GraphQL? GraphQL is a query language for APIs that enables clients to request only the data they need and nothing more. Unlike traditional REST APIs, where clients are often constrained by the fixed structure of the responses, GraphQL allows ...Jake Mellichamp and 1 other are discussing this2 people are discussing thisDiscuss·115 likes·726 readsGraphQLPrecise, great work! 5
Gaurav Kumargauravbytes.hashnode.dev·Jan 6, 2024Implementing GraphQL SchemasLet's roll up our sleeves and get our hands dirty with GraphQL schemas. Today, we're not just talking theory—we're diving into the practical side of things. Buckle up, because we're about to implement some GraphQL magic! Define schema Create a new f...DiscussMastering GraphQL with Node.jsGraphQL
Gaurav Kumargauravbytes.hashnode.dev·Dec 30, 2023Graphql typesGraphQL is a strongly typed language. Type System defines various data types that can be used in a GraphQL application. Types in GrapqhQL Scalar: Scalars aren't just data types; they're the raw materials that store a single value. GraphQL comes with ...DiscussMastering GraphQL with Node.jsGraphQL
Gaurav Kumargauravbytes.hashnode.dev·Dec 23, 2023Beginner's Guide to GraphQL: Setting Up Your Node.js Project with EaseGraphQL has gained tremendous popularity in recent years for its flexibility and efficiency in handling data. In this guide, we will walk you through the basics of GraphQL, the advantages it offers, and the steps to set up a Node.js project using Gra...Discuss·2 likes·30 readsMastering GraphQL with Node.jsGraphQL
Community Hasurahasura-1689068882551.hashnode.dev·Jul 19, 2023Breaking up monolith into microservices with HasuraAs applications grow in size and complexity, the monolithic architecture that once served them well can become a bottleneck. Monolithic applications are difficult to scale, maintain, and deploy. Microservices, on the other hand, offer a more flexible...Discuss·67 readsHasura
Community Hasurahasura-1689068882551.hashnode.dev·Jul 17, 2023Elevating your API strategy with HasuraIn today’s digital landscape, APIs (Application Programming Interfaces) play a crucial role in enabling seamless integration, data exchange, and collaboration across various systems and applications. As organizations strive to build robust API strate...DiscussHasura