Going Static in a Dynamic World with and Hasura - Debbie O’Brien

There are so many benefits to building static sites such as security and cost, for example. Although static sites sound so boring and lifeless they are in fact far from it. Thanks to amazing API’s and web hooks you can do so much. Need some data? That is where Hasura comes in. Hasura is an open source engine that connects your databases and auto-generates a production ready GraphQL backend, meaning as a frontend developer you don’t need any backend skills to create your own API. With you can easily
Back to Top