
Custom Business Logic
Hasura Actions using Netlify Functions for Custom Logic
In this guide, we will show how to write your own Hasura actions using Netlify functions (with your own custom business logic or a third-party API integration).

Angular
The Ultimate Guide To Developing an Angular App With GraphQL, Amazon Rds and Hasura
In this tutorial, you will learn how to bind GraphQL with Angular framework using the Apollo Client. AWS RDS will be our Postgres database and we will deploy Hasura on it.

GHC
Hasura and Well-Typed collaborate on Haskell tooling
Well-Typed and Hasura have been working together since 2020 to improve Haskell tooling for commercial Haskell users, taking advantage of Well-Typed's expertise maintaining the Glasgow Haskell Compiler and Hasura's experience using Haskell in production at scale.

Announcements
Announcing our $100M Series C funding
We are excited to announce our funding of $100M led by Greenoaks, Lightspeed growth, and participation from existing investors Nexus, Vertex, and Strive.

Remote Schemas
Building a GraphQL API with Golang, Postgres, and Hasura
This article will explore building a GraphQL API for a cinema movie catalog using Golang connected to a Postgres database on Hasura. Our API can retrieve a list of movies and add a new movie to the catalog.

Case Study
How a Serverless SaaS application eliminated a race condition with Hasura Triggers
In this article, we will look into how a serverless SaaS app used Hasura and how Event Triggers helped them to eliminate a race condition.

Frontend
Exploring GraphQL Clients: Apollo Client vs Relay vs URQL
We’ll be exploring Apollo Client, Relay, and URQL, as well as each of their pros and cons, to help you make the right choice when selecting a GraphQL client for your future projects.

Remote Schemas
Getting Started with Hot Chocolate .NET GraphQL Server
We’ll be building a GraphQL API backend with Hot Chocolate GraphQL and integrating it to Hasura via Remote Schema.

GraphQL
10 Popular Open-Source GraphQL Projects and Tools You Have To Try
In this article, we’ve compiled a list of the top open-source GraphQL projects and tools based on their stars on GitHub. Our list contains a mix of GraphQL integrated development environments (IDEs), clients, and servers to help you explore the GraphQL metaverse.

GraphQL Backend
Why GraphQL API is the perfect data layer for your backend
This article discusses why readers should adopt GraphQL as their backend data layer, providing relevant context and examples from companies using GraphQL in production. Additionally, it provides actionable insights for readers on how they can get started with GraphQL.

Multi Tenant
Multi-tenancy: A History Quick Take & How-to with Hasura
Look at various ways to setup multi-tenant applications ranging from a data-centric approach to an architectural perspective. The article wraps up with short summary and an example of a multi-tenant setup in a Hasura instance across schemas using a multi-tenant data based example.

Next.js
Setting up webhooks in Hasura using Next.js API routes
Learn how to configure Hasura Event Trigger webhooks that can call a Next.js API Route for performing custom logic.