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
Community Hasurahasura-1689068882551.hashnode.dev·Jul 24, 2023Hasura vs Apollo: Comparing GraphQL Platforms (2023)GraphQL has gained prominence for developing modern apps because of its flexible querying, efficient data fetching, strong typing and self-documentation. Hasura is a popular choice for generating GraphQL APIs because it allows developers to instantly...DiscussHasura
Community Hasurahasura-1689068882551.hashnode.dev·Jul 21, 2023Introducing Aggregation Queries for Computed FieldsThe Hasura team has recently been digging back into GraphQL Engine’s query parsers and SQL generators while working on implementing the new logical models feature. While we were there, we also managed to tick off a long-requested community feature: a...DiscussHasura
Community Hasurahasura-1689068882551.hashnode.dev·Jul 19, 2023Breaking up monolith into microservices with HasuraAs applications grow in size and complexity, the monolithic architecture that once served them well can become a bottleneck. Monolithic applications are difficult to scale, maintain, and deploy. Microservices, on the other hand, offer a more flexible...DiscussHasura