Glory Koladeglorykolade.hashnode.dev·8 hours agoScaling APIs: Key Strategies for Growth and ReliabilityAPIs (Application Programming Interfaces) are the backbone of modern software ecosystems. They enable seamless communication between applications, powering everything from mobile apps to enterprise systems. However, as the demand for APIs grows, so d...APIs
Aditya Pippalap29.hashnode.dev·Feb 6, 2025How I Enhanced My Skills by Learning GraphQLIn the ever-evolving world of web development, staying updated with the latest technologies is crucial. Recently, I decided to dive into GraphQL, a powerful query language for APIs, and it has completely transformed the way I think about data fetchin...GraphQL
Yoni Aokiblog.yoniakabecky.com·Feb 2, 2025Making GraphQL More Readable with Fragment ColocationTL;DR ☝ It will eliminate over-fetching, improve readability, and make it easier to maintain ✌ It ensures that only necessary data is queried and that your code remains modular and efficient Background At my job, I worked on a Next.js applicati...GraphQL
Stanislav Deviatovstn1slv.hashnode.dev·Feb 2, 2025Integration Digest for January 2025Articles 🔍 2025 is the year of GraphQL error handling! This article discusses upcoming changes in GraphQL error handling, effective January 2025. It highlights the requirement for GraphQL servers to adopt the application/graphql-response+json conten...APIs
Luv Gautammimos.hashnode.dev·Feb 1, 2025Getting Started with GraphQLGraphQL is a query language for APIs that has been gaining popularity since its release by Facebook in 2015. It allows clients to specify exactly what data they need from an API, making it more efficient than traditional RESTful APIs. In this blog po...GraphQL
Aakanksha Bhendeblogs.aakanksha.is-a.dev·Jan 30, 2025GraphQL 101: From Basics to AdvancedGraphQL is a query language for APIs and a runtime for executing those queries. It provides a complete and understandable description of the data in your API, empowering clients to request only the data they need and nothing more. Why Use GraphQL? Gr...GraphQL
Anwar Wahasgraphql-vs-rest.hashnode.dev·Jan 29, 2025GraphQL vs REST: The API Battle Royale (Spoiler: Both Win)🏁 Introduction: Let’s Settle This Like Adults If you’ve ever argued about REST vs GraphQL at a tech meetup, you’ve probably spilled coffee on someone. Both protocols have cult-like followings, but here’s the truth: neither is “better.” They’re tools...1 likeREST API
Kam Chehresakamc.hashnode.dev·Jan 27, 2025A Look at Modus and the Future of Model-Native Apps - Part IIIn Part I we scratched the surface on Modus and how its Model-Native apps concept aims to shift our designs by embedding AI/ML models as foundational components in developing intelligent APIs. Now we're going to create a overly simple GraphQL endpoin...intelligent API
Florian Fuchsblog.flofuchs.com·Jan 24, 2025FeaturedAdding Custom Rate Limiting to Your AWS Lambda API Using a MiddlewareRate limiting an API or service is a common use case. But how can you do this for your AWS Lambda? API Gateway offers usage planes and quotas, so you can put a API in front of the lambda, but quotas have some downsides there: Usage plan throttling a...22 likes·66 readsAWS
Sky Walkerskyzstudio.hashnode.dev·Jan 21, 2025GraphQL in the Age of AI: Future Trends and Innovations in API DevelopmentIntroduction Overview of GraphQL GraphQL is a powerful query language for APIs, developed by Facebook in 2012 and released as an open-source project in 2015. It allows clients to request specific data from a server, enabling them to define the shape ...GraphQL