Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 7, 2024Hasura CLI on NixOS: A Working SolutionThis post comes after an exciting discovery of a solution to a problem I and my team have been facing for a while: Getting Hasura CLI work on NixOS like any other program. Problem NixOS has its own way of managing packages and dependencies. Unlike a ...DiscussHasura
Ahona DasforGeekyAnts Tech Blogtechblog.geekyants.com·Feb 22, 2024Building a Minimal Chat System with Hasura Using GraphQL in FlutterIn today's rapidly evolving technological landscape, the ability to create a minimal chat system has emerged as a fundamental skill for developers across various domains. The importance of a well-designed chat system cannot be overstated, whether it'...DiscussHasura
Wawa SenseiforElestioelestio.hashnode.dev·Oct 29, 2023Build a graphQL API with Hasura low-code platformIn the fast-paced world of software development, the ability to quickly build and deploy APIs is crucial. Enter Hasura, the low-code platform that revolutionizes the way we create APIs, allowing us to build a GraphQL API with unprecedented ease and s...DiscussHasura
Rohit Jakharrohitjakhar.hashnode.dev·Aug 14, 2023My Bittersweet Journey with Hashnode: A Tale of Disappointment and HopeIntroduction: A Once-Enthusiastic Participant If you're unfamiliar with me, I'm Rohit Jakhar—an Android Developer. Once an enthusiastic participant in Hashnode Hackathons, I want to share my poignant experience from the past year. I was an active con...DiscussHashnode
Community Hasurahasura-1689068882551.hashnode.dev·Aug 2, 2023Supercharge app development with Hasura Remote Joins and Data FederationWe are thrilled to announce that Hasura now supports Remote Joins across all supported data sources, including PostgreSQL, Snowflake, MySQL, SQL Server, BigQuery, Oracle, Athena, and Remote Schemas! In the world of modern application development, bui...DiscussHasura
Community Hasurahasura-1689068882551.hashnode.dev·Jul 31, 2023Introducing Input Validation Permissions on HasuraIn today’s data-driven world, building applications with strong data integrity and security is challenging. Ensuring that the data being processed is accurate, valid, and aligned to predefined rules is a critical aspect of modern application developm...DiscussHasura
Community Hasurahasura-1689068882551.hashnode.dev·Jul 27, 2023Increase performance with Webhook Auth CachingWe’re excited to announce an enhancement to Hasura’s authentication capability in webhook mode. Introducing Webhook Auth Caching — a big leap forward in optimizing the performance of webhook-based authentication mode, making it an even more powerful ...DiscussHasura
Community Hasurahasura-1689068882551.hashnode.dev·Jul 27, 2023Announcing our MongoDB Data Connector (Beta)Having trouble querying your data using MongoDB? Wrestling with the setup of your authentication and data authorization layer for your API? Need to query data from multiple sources? We’ve got your back. Introducing Hasura for NoSQL We’re thrilled to...DiscussHasura
Community Hasurahasura-1689068882551.hashnode.dev·Jul 26, 2023Incremental DB migration with HasuraDatabase migration is a complex, multiphase, multi-process activity. The challenges scale up significantly when you move to a new database vendor or across different cloud providers or data centers. Despite the challenges, sometimes data migration is...DiscussHasura
Community Hasurahasura-1689068882551.hashnode.dev·Jul 25, 2023The why of GraphQL Client Side Nullability in examplesA terse exposition of how client side nullability can inform client component design through comprehensive examples. A nullable field can represent a value that may or may not exist. Client side nullability can be used to solve common issues when def...DiscussHasura