
GraphQL
Types of Realtime GraphQL Subscriptions
In this post, we will look into the different approaches to real-time GraphQL subscriptions and walk you through the ones that Hasura supports and recommends.

GraphQL Joins
Join data from a Database with GraphQL API using Database to Remote Schema Joins
The Database-to-Remote Schema Joins feature enables you to connect the data from your existing database with an external GraphQL service.

GraphQL Joins
Join data from a GraphQL API with Database Table using Remote Schema to Database Joins
Remote Schema to Database allows you to join the data coming from the GraphQL API with the existing data from the database.

Events
Trigger Serverless DigitalOcean Functions with Hasura Events
DigitalOcean recently released DigitalOcean Functions, which is their serverless solution. It enables you to invoke and run functions when a web event happens.
In this post, you will see how to integrate DigitalOcean Functions with Hasura.

Authentication
Top 7 Authentication Providers for Building Apps With JWT (2022)
This article presents the benefits and drawbacks of using an Authentication Provider and compares the existing ones that support JWT integration.

Vue.js
Create Nuxt.js Universal Apps using GraphQL on Postgres
Server side render (SSR) websites using Nuxt.js and GraphQL APIs over Postgres using Hasura GraphQL Engine. Instant setup. Tutorial/boilerplate -> nuxtjs-postgres-graphql

Realtime
Build a real-time location tracking app with GraphQL Subscriptions
In this article, you will learn how to build an application that tracks the location of a vehicle in real-time.