
JAMStack
Best Practices for JAMStack Projects in Production at Scale
In this post, we will look at the best practices for using JAMStack in production and at scale. The architecture leverages static first to perform fast and dynamic on the client to cater to any complex interactions or data requirements.

Frontend
Top 5 GraphQL Resources for Next.js Developers in 2021
GraphQL is stepping in to the 6th year in 2021 and is seeing great adoption in the developer community. We have compiled a short list of 5 best resources (in no particular order) specifically catering to Next.js developers.

GraphQL Backend
Building GraphQL APIs with Deno and Hasura
In this post, we will look at building a GraphQL API backend with Deno and create a unified GraphQL layer with Hasura and Deno to solve custom business logic requirements of the app.

Frontend
Next.js JWT Authentication with NextAuth and Integration with Hasura
In this tutorial, we will look at implementing a custom JWT solution with next-auth, served by Next.js and integrate the same with Hasura and make authenticated GraphQL API calls.

Remote Joins
Creating a Data Graph with GraphQL Mesh and Hasura Remote Joins
In this example, we will look at the ability to add an API source that GraphQL Mesh creates as a Remote Schema in Hasura. Going one step further we will try to establish relationships between Hasura's GraphQL API and APIs sourced via GraphQL Mesh.

SWR
GraphQL Data Fetching with SWR React Hooks and Hasura
The idea behind this example is to demonstrate usage of useSWR, mutate and trigger hooks of SWR in combination with GraphQL.

GraphQL Security
How to secure GraphQL APIs with Hasura Cloud
In this post, we will look at how to secure GraphQL APIs with various defense mechanisms available in Hasura Cloud. Without the right protections, you are opening up your application network to malicious attacks and potentially exposing data in some cases.

Hasura Cloud
GraphQL in Production with Hasura Cloud
In this post, we will look at various aspects of taking a GraphQL API to production and how Hasura helps you through the process seamlessly with it's advanced security and production ready features.

GatsbyJS
Data Federation in GraphQL using Hasura Remote Joins and Gatsby Source Plugins
We will look at how to use Gatsby Source Plugins as a Remote Schema source and federate data using Hasura Remote Joins for a unified data model and GraphQL API

Actions
Turn your Python REST API to GraphQL using Hasura Actions
In this post, we will look at using Hasura Actions to convert your Python REST API written in Flask to GraphQL.

Scheduled Triggers
Building a Calendar Scheduling App Backend with Hasura Scheduled Triggers
In this post, we will look at how a calendar app backend with complex scheduling logic can be implemented with Hasura GraphQL and Scheduled Triggers API in Hasura.

Scheduled Triggers
Introducing Scheduled Triggers: API Driven Cron Jobs and Scheduled Events
We are happy to announce the stable release of v1.3 bringing in a slew of features like Data Federation via Remote Joins, Support for Relay and Scheduled Triggers.