All
Case Study
Tutorial
December 14, 2024
Tushar Mathur
GraphQL Configuration v2Our current configuration architecture, while aiming for flexibility, has introduced complexities that hinder its usability and maintainability. This blog outlines the existing design, its shortcomings, and a proposed solution for a simpler, more predictable configuration experience.
August 30, 2024
Tushar Mathur
Lessons from the Frontlines: Our GraphQL Adventure at Dream11Learn how Dream11 leverages GraphQL to build a scalable, performant, and user-friendly fantasy sports platform.
August 18, 2024
Hunain Ahmed
GraphQL and Microservices: A Match Made in Heaven?Is it really worth combining GraphQL with microservices or is it just a new shiny object with all the hype?
August 15, 2024
Jacob Gaffke
Simplify your monolith to microservices migration using GraphQLStreamline your migration from monolithic architecture to microservices with expert tips, practical examples, and step-by-step guidance using GraphQL.
August 13, 2024
Amit Singh
API Strategy: Driving Innovation and Growth in Modern BusinessLearn how a well-defined API strategy can drive innovation, improve efficiency, and create new opportunities for growth in modern businesses.
August 4, 2024
Tushar Mathur
How Tailcall statically identifies N+1 issues in GraphQLA deep dive into the implementation details of the N+1 tracker
August 1, 2024
David Onyedikachi
GraphQL in Vue: 5 Best Approaches for Data FetchingUnleash the power of GraphQL in your Vue applications! Explore the top 5 methods for seamless data fetching, including in-depth comparisons and error handling strategies.
July 31, 2024
Shivam Chaudhary
GraphQL vs OpenAPI: Part 3 of the API Comparison SeriesAn exploration of the security, tooling, and future prospects of GraphQL and OpenAPI.
July 30, 2024
Shivam Chaudhary
GraphQL vs OpenAPI: Part 2 of the API Comparison SeriesA detailed comparison of the performance, flexibility, and ecosystems of GraphQL and OpenAPI.
July 29, 2024
Shivam Chaudhary
GraphQL vs OpenAPI: Part 1 of the API Comparison SeriesAn Introduction to GraphQL and OpenAPI, outlining their core concepts and initial setup.
July 26, 2024
Hunain Ahmed
GraphQL vs gRPC: Which is Better? Uncover the Best Choice!Discover the differences between GraphQL and gRPC. Learn which is better for your needs in this comprehensive guide. Find out now!
July 24, 2024
Hunain Ahmed
Exploring GraphiQL: The In-Browser IDE for GraphQL