Sujeet SreenivasanforTailcall, Inc.blog.tailcall.run·Sep 29, 2023GraphQL Conf 2023GraphQLConf 2023 wasn't just another tech conference; it was a groundbreaking event hosted by the GraphQL Foundation. Bursting with riveting workshops, enlightening talks, and interactive sponsor booths, this conference was a deep dive into the ever-...Discuss·10 likes·139 readsGraphQL
Tanay Banerjeeiamtanaybanerjee.hashnode.dev·Sep 29, 2023GraphQL with FlutterLet's talk about how to integrate GraphQL with Flutter step by step. Need to add this dependency in pubspec.yaml file. dependencies: graphql_flutter: ^5.1.2 In main.dart file: WidgetsFlutterBinding.ensureInitialized(); await initHiveForFlutter()...DiscussGraphQL
Bhavesh Yadavcodezera.hashnode.dev·Sep 27, 2023GraphQL: A Paradigm Shift in API Design 🚀Welcome to the exciting world of GraphQL! Whether you're a seasoned developer or just starting your coding journey, GraphQL is a revolutionary query language that has been gaining tremendous popularity in the field of web development. 💻 In this begi...DiscussGraphQL
Binh-Nguyen Ngobinhngo.hashnode.dev·Sep 26, 2023Stack Overflow Clone | Part 3Hey guys welcome to the final installment of my Stack Overflow Clone series! You can find it here on this website. Feel free to check it out, create a user (fake email is ok), and create and answer as many questions as you’d like! Since we finished o...DiscussAWS
Hemantblog.hemant.social·Sep 25, 2023A brief introduction to GraphQLWhat is GraphQL? GraphQL is a query language and runtime for APIs. It was created by Facebook and open-sourced in 2015. In simple terms, GraphQL is: A query language: It provides a syntax for clients to define the exact data they need from an API. ...Discuss·10 likesGraphQL
Pradeepto SarkarforNSCC BPIT's Team Blogblog.nsccbpit.tech·Sep 22, 2023GitHub API Demystified: A Developer's Handbook1. Introduction In the world of modern software development, collaboration and version control are at the heart of every successful project. GitHub, a platform synonymous with code sharing and collaboration, has become the go-to destination for devel...Discuss·13 likes·81 readsGitHub
Tao Chenbabyfish-ct.hashnode.dev·Sep 22, 2023High-quality documentation for my ORM framework(Java & Kotlin) is completedThe high-quality documentation for my ORM framework is now complete: Jimmer, revolutionary ORM for java & kotlin Based on suggestions from a group of Jimmer users, I spent a full four months writing this high-quality documentation. In the past, I’ve ...Discuss·1 likeJava
Ritesh Kokamriteshkokam.hashnode.dev·Sep 17, 2023REST vs. GraphQL: Choosing the Right API for Your ApplicationIntroduction The world of web development has seen a significant evolution in recent years. With the increasing complexity of web applications, the need for efficient and flexible APIs has become more apparent. Two popular API paradigms have emerged ...DiscussWeb Development
Chayan SinghforGeekyAnts Tech Blogtechblog.geekyants.com·Sep 15, 2023CodeGen: How it Simplifies your lifeLearn how GraphQL Codegen enhances your TypeScript development, ensuring seamless integration with GraphQL APIs. Imagine having a collection of famous dishes as a chef. Everyone asks for the recipe, requiring details like ingredients, quantities, coo...Discusscodegen
Devang Tomardevangtomar.hashnode.dev·Sep 10, 2023Best Practices for Designing RESTful APIs: A Developer’s Guide 🚀As a software developer, you likely encounter RESTful APIs frequently. REST (Representational State Transfer) is an architectural style for designing networked applications and adhering to its principles is crucial for creating scalable, maintainable...DiscussREST API