hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Wednesday, 21 November, 2018 UTC

How Sail CI is building real-time UI for teams using Postgres, GraphQL and Hasura.

A Q&A with Jon Sharratt, co-founder of Sail.CI. What are you building at Sail CI? Along with my co-founder, Chris Shepherd, we are building a Kubernetes cloud-native continuous integration platform with unlimited concurrency as standard. Using Docker ... more


Monday, 29 October, 2018 UTC

Create Next.js sites using GraphQL on Postgres

TL;DR: Server side render websites using Next.js and GraphQL APIs over postgres using Hasura GraphQL Engine. Instant setup. Tutorial/boilerplate 👉 nextjs-postgres-graphql Nextjs-GraphQL-Postgres Building server side rendered react website is hard, next.js ... more


Thursday, 11 October, 2018 UTC

Hasura vs Prisma

Over the last few weeks, many people have asked me what the difference between Hasura & Prisma is. I’ve put together a few points below with help from how our users are using Hasura, to list out a few differences. These are qualitative points and ... more


Tuesday, 9 October, 2018 UTC

Using Hasura GraphQL Engine with a CI/CD system

Applications using Postgres and Hasura GraphQL Engine (HGE) might need to run them in a CI/CD environment to conduct tests. Let’s look at a general workflow in getting Postgres and HGE running with some test data already in place. Using Hasura with GitLab, ... more


Monday, 8 October, 2018 UTC

firebase2graphql: Moving from firebase to realtime GraphQL on Postgres

What if you could move from Firebase 🔥 to a “real” open-source database 🐘preserving the same application development experience including realtime features? Over the last few weeks we’ve been working on a small open-source utility to help you migrate ... more