Skip to main content

16 posts tagged with "GraphQL"

View All Tags
CASE STUDY

Lessons from the Frontlines: Our GraphQL Adventure at Dream11

Cover Image for Lessons from the Frontlines: Our GraphQL Adventure at Dream11

Picture this:

200 million users, countless fantasy teams, and a platform that needs to keep up with the lightning-fast pace of live sports. That was the exciting challenge we faced at Dream11, India's largest fantasy sports platform.

As a former employees, We're thrilled to share how we harnessed the power of GraphQL to create a platform that's not just scalable and performant, but also a joy for both users and developers to interact with.

Simplify your monolith to microservices migration using GraphQL

· 11 min read
Cover Image for Simplify your monolith to microservices migration using GraphQL

In the rapidly evolving world of software development, scalability and maintainability are crucial for a company's success. The monolithic architecture, which once served organizations well, is increasingly becoming a bottleneck as applications grow in complexity and scale. Many organizations are shifting towards microservices to address these challenges, but migration is often fraught with complexity, particularly in areas like data management, service communication, and deployment.

GraphQL vs OpenAPI: Part 1 of the API Comparison Series

· 14 min read
Cover Image for GraphQL vs OpenAPI: Part 1 of the API Comparison Series

In today's ever-evolving technological landscape, APIs play a crucial role in enabling software systems to communicate with each other. Among the myriad of API specifications available, GraphQL and OpenAPI stand out as prominent choices, each offering unique advantages and addressing different needs.

Apollo vs Urql vs Fetch: The Ultimate Showdown

· 29 min read
Cover Image for Apollo vs Urql vs Fetch: The Ultimate Showdown

Angular developers often face the challenge of efficiently fetching and managing data from GraphQL APIs. This comprehensive guide dives into five powerful approaches for integrating GraphQL into your Angular applications. We'll explore everything from full-featured client libraries to lightweight solutions, using a practical example of fetching post data to demonstrate each method's strengths and nuances.

Design a GraphQL Schema So Good, It'll Make REST APIs Cry - Part 1

· 10 min read
Cover Image for Design a GraphQL Schema So Good, It'll Make REST APIs Cry - Part 1

Designing a robust, scalable GraphQL schema is critical for building production-ready APIs that can evolve with your application's needs. In this comprehensive guide, we'll walk through the process of crafting a GraphQL schema for a real-world application, highlighting best practices and considerations along the way.

If you are thinking how we could possibly cover all of the lovely intricacies associated with this topic in one go, you are right, we can't and so we are not! We have created an amazing series to take you through the nuances of working with GraphQL schemas.

Let's break our job into puzzle pieces. Let's start by simply creating designing a brand new schema!

Writing a GraphQL Backend by Hand is Long Gone

· 7 min read
Cover Image for Writing a GraphQL Backend by Hand is Long Gone

Building a GraphQL backend by hand might seem like a noble pursuit, but the landscape of API development is evolving rapidly, and so are the challenges that come with it. Today, the process is often fraught with complexity, performance bottlenecks, security vulnerabilities, and reliability issues. Yet again, we had a developer expressing frustration about the issues with GraphQL and the reasons for leaving our mighty ship. I wish to dive deeper into these challenges and explore why the future points towards automated, high-performance solutions.