
Hackathon
Learn GraphQL and Build Apps with Hasura in #HasuraHackathon
Learn GraphQL, build apps with Hasura and win cool prizes in this March Hackathon organized in collaboration with Hashnode.

Admin Panels
E-commerce Order Management Dashboard with Hasura GraphQL and Appsmith
We will look at building an e-commerce order management dashboard.
To build this app, we will connect Appsmith with a GraphQL API and build an interface that will fetch information from a database.

Community
Hasura Team Q&A on Reactiflux: Questions & Notes
The Hasura Team (Tanmai Gopal, Praveen Durairaju and Jesse Martin) took part in the latest Q&A on Reactiflux and we had a lot of interesting questions from the community. We have handpicked the ones related to Hasura and featured them in this post.

Announcements
Announcing Hasura GraphQL Engine v2.2.0
Today we are releasing database updates, better interop with the REST ecosystem, and one of the biggest updates to actions since the first release of the feature.

GraphQL
GraphQL Operation Time Limit in Hasura Cloud
Hasura Cloud added a security feature where you can timeout a GraphQL operation if it is taking more than configured time. We will look into more detail with example in this post.

AWS
AWS Service Orchestration with GraphQL and Hasura Cloud
AWS has tons of services which can be integrated with Hasura Cloud for various functionalities and use cases. In this post, we will look at how to leverage them from a 3factor app architecture and event driven serverless pattern.

GraphQL
How to request a GraphQL API with Fetch or Axios
We will look at how to make a request to a GraphQL API with JavaScript fetch or libraries like axios.

Announcements
Announcing Hasura v2.1.0-beta.1
We are excited to announce the first beta release of v2.1 series with 2.1.0-beta.1

GraphQL Server
Top ways to write a custom GraphQL Server with production ready features
Open source implementations of the GraphQL spec are now available in most popular languages. In this post we will look at the most popular libraries for each language for anyone to get started with and ways to add production ready features like Authorization, Rate Limiting, Caching etc.

GraphQL
Hasura for existing GraphQL and REST APIs: An Architect's Guide
Typically you would connect a database to Hasura and get GraphQL and REST APIs. But what if you already have existing GraphQL / REST APIs outside of Hasura? How do you reuse them without re-writing every functionality from scratch? In this post, we will talk about that and more.

Hasura Cloud
Local Dev to Staging to getting Production-Ready with Hasura! 🚀
In this post, we will look at how to approach various stages of development with Hasura, from localhost to staging -> going live to production and finally performing maintenance updates.

Hasura Cloud
Moving from Self Hosted Hasura OSS to Hasura Cloud
If you are running Hasura OSS, it's very easy to migrate to Hasura Cloud. We will look at why and how to migrate in this post.