Articles by Tag #graphql

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Don't ride a donkey when you can drive a brand-new sports car

So you're still stuck using REST APIs? That's like persisting on riding a donkey when there's a brand...

Learn More 119 22Jul 26 '24

The Myth of GraphQL

It's often said that GraphQL fixes the problems of under-fetching and over-fetching. But is that...

Learn More 102 24Oct 15 '24

Why GraphQL? A Developer-Friendly Guide to API Evolution

In the world of APIs, two technologies have been dominating the conversation: GraphQL and REST....

Learn More 60 4Feb 2

Getting Started with GraphQL

Welcome to the world of GraphQL! At its core, GraphQL is both a query language for your API and a...

Learn More 54 2Jul 31 '24

Building an Authentication Wrapper in React/Next.js + GraphQL 💪

Managing authentication in a React/Next.js application with GraphQL can sometimes be tricky,...

Learn More 50 8Nov 14 '24

From REST to GraphQL: Why and How I Made the Switch

As a software engineer with 4+ years of experience building REST APIs, I’ve always appreciated the...

Learn More 49 4Dec 28 '24

RESTful vs. GraphQL: Which One Should You Choose? 🤔

Hey everyone! 👋🏻 Whether you’re a seasoned developer or just starting out, you’ve probably heard the...

Learn More 28 9Mar 19

I built a new way of mocking GraphQL server

Introduction Welcome! This guide will take you through the steps to create a GraphQL...

Learn More 22 0Aug 12 '24

Firebase notification(FCM) in .NET 8 with GraphQL and Rest API

Introduction Are you trying to integrate push notification in your existing backend...

Learn More 19 0Sep 1 '24

GraphQL vs REST in 2024: Which One is More Future-Proof for Full-Stack Applications?

If you’re a developer, chances are you’ve been part of the ongoing debate between GraphQL and REST....

Learn More 17 0Oct 7 '24

GraphQL: The Superhero of APIs 🦸‍♂️

Hey there, fellow devs! 👋 Ready to dive into the world of GraphQL? Buckle up, because we're about to...

Learn More 15 2Oct 8 '24

Switching from Hasura to Grafbase: A Step-by-Step Migration Guide

Hasura gained popularity and became widely adopted for its ability to quickly let teams spin up a...

Learn More 15 0Jun 25

Embedding Metabase using GraphQL

Metabase is a powerful tool to create data visualizations. It also enables us to embed these...

Learn More 14 0Jul 29 '24

Facebook Graph API GET Page Access Token

Hello 👋 readers, If you're looking to manage your Facebook page programmatically, one of the...

Learn More 14 1Jul 16 '24

Interop Between Code and No-Code: Using 3D Echart to Visualize Data in Your Project

Introduction Most of no-code platforms will provide you with atomic-level components, like...

Learn More 13 0Sep 29 '24

Simplify Your REST API Logic in React with Connectors for REST APIs and GraphQL

If you’ve built a React or Next.js app that talks to multiple REST APIs, you’ve probably got a file...

Learn More 13 4May 29

Using WordPress as a Data Entry Site to Power a Central API

WordPress is a fantastic tool for bloggers and website owners, but did you know it can also act as a...

Learn More 13 0Dec 20 '24

Building Well-Architected AWS AppSync GraphQL APIs

Intro AWS AppSync is a fully managed serverless service from AWS for building scalable and...

Learn More 12 1Oct 14 '24

REST vs. GraphQL: Choosing the Right API for Your Project

APIs are essential to current apps in the quickly changing tech landscape. Efficiency, scalability,...

Learn More 12 1Nov 18 '24

Can GraphQL Call REST API?

Introduction Yes, GraphQL can call REST APIs. In fact, this is a common way to use GraphQL...

Learn More 11 0Jun 18

HN: cypher queries tips (Graph dbms)

Writing performant Cypher queries isn’t just about syntax—it’s about understanding graph structures,...

Learn More 10 1Feb 20

GraphQL Full Guide

Introduction to GraphQL GraphQL is a powerful query language for APIs and a runtime for...

Learn More 9 0Dec 11 '24

How to Configure GraphQL in Angular: For Public and Private APIs

Introduction Hey, Angular devs🅰️, as we already know, GraphQL provides precise data...

Learn More 9 8Apr 11

Reverse engineering GraphQL persistedQuery extension

GraphQL is a query language for getting deeply nested structured data from a website's backend,...

Learn More 8 0Nov 22 '24

Playwright-graphql: Revolutionize GraphQL Testing with Auto-Generated Type-Safe Client

Playwright-graphql changes how we test GraphQL APIs. It creates client SDKs from your GraphQL schema,...

Learn More 8 1Feb 22

C# | Building GraphQL APIs in C#

Note You can check other posts on my personal website: https://hbolajraf.net ...

Learn More 8 0Jul 23 '24

15 Best GraphQL Tools for 2025

As we enter 2025, the GraphQL ecosystem continues to expand, providing developers with a robust...

Learn More 8 0Dec 20 '24

Still Drowning in API Choices? My Battle-Tested Guide to REST, GraphQL & gRPC

TL;DR: REST is the seasoned veteran: simple, widely understood, and a go-to for most standard web...

Learn More 8 2Jun 12

Building a Scalable Backend with NestJS Microservices: A Blueprint for Modern Architecture

In today’s fast-evolving tech landscape, scalability, modularity, and performance are the...

Learn More 8 2Apr 9

How to Integrate GraphQL in Next JS using Apollo Client

Introduction to GraphQL GraphQL is an API query language that fetches data based only on...

Learn More 7 2Nov 13 '24