Amit Waniblog.amitwani.dev·15 hours agoExplore Your GitHub Journey with GitHub WrappedHave you ever wondered how much you've grown as a developer over the past year? What milestones you've hit, or what projects defined your coding journey? Enter GitHub Wrapped, a delightful way to visualize and celebrate your year in code. What is Git...DiscussGitHub
Sachin Nandanwarwww.azureguru.net·Dec 16, 2024Use GraphQL API in Microsoft Fabric to query Cosmos DBAt the beginning of December 2024 Microsoft released “Microsoft Fabric API for GraphQL™ for Azure Cosmos DB Mirroring.” https://devblogs.microsoft.com/cosmosdb/microsoft-fabric-api-for-graphql-for-azure-cosmos-db-mirroring/ With this feature, you can...Discussmicrosoftfabric
aman Jaiswalamanog.hashnode.dev·Dec 15, 2024Understanding and Implementing GraphQLUnderstanding GraphQL: Why Do We Need It? GraphQL is a query language for APIs and a runtime for executing those queries using a type system defined for your data. It offers a flexible and efficient alternative to REST APIs, solving several problems ...DiscussGraphQL
Sulman Baigsulmanweb.com·Dec 12, 2024Setting Up GraphQL and GraphiQL in Rails: A Comprehensive GuideGraphQL is becoming increasingly popular as an alternative to REST APIs, offering more flexibility and efficiency in data fetching. In this guide, we'll walk through setting up GraphQL and GraphiQL in a Rails application, using practical examples fro...DiscussGraphQL
Christian AbeggforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·Dec 9, 2024Create own GraphQL Spring Boot StarterIn this article, we'll create a Spring Boot starter which will make a GraphQL endpoint available to all applications where the starter is included. We will cover a similar functionality as the info endpoint of the actuator starter: displaying the app...DiscussGraphQL
Modefoluwa Adeniyi-Samuelmode9writes.hashnode.dev·Nov 30, 2024What You Don't Know About GraphQl FederationWhat You Don’t Know About GraphQL Federation Introduction Think of your application as a bustling metropolis, with each microservice representing its own neighborhood. As more neighborhoods pop up, keeping everything connected and in sync becomes ver...Discuss·8 likes·30 readsFederation
Sahil Kumarblockandgraph.hashnode.dev·Nov 26, 2024Blockchain Technology: Exploring Data Storage and Evolutionary SolutionsWhat is Blockchain?? Blockchain can be understood as a smart implementation of a linear linked list data structure, where each block contains a reference to the previous block, creating an immutable chain of information. This linear chaining mechanis...DiscussBlockchain
Alex Anieocxigin.hashnode.dev·Nov 23, 2024( #ModusHack) Build an AI Chatbot with Dgraph Cloud, Gemini API, React, and GraphQLThe rise of artificial intelligence (AI) has led to the development of an ecosystem of intelligent applications, with chatbots being a prominent example. AI chatbots, such as ChatGPT, Claude, and Gemini, are advanced interactive systems built on mass...Favourite Jome and 1 other are discussing this2 people are discussing thisDiscuss·36 likes·165 readsModusHack
Ayusharpcoderreacttonext.hashnode.dev·Nov 22, 2024Understanding REST vs. GraphQL: Which One Should You Choose?The debate between REST and GraphQL has been a significant topic in web development for years. Both offer ways to build APIs, but they cater to different needs. In this post, we’ll compare REST and GraphQL in terms of their features, benefits, and us...Discuss·1 likewebdev
TARPARA KAUSHALkdtarpara.hashnode.dev·Nov 21, 2024Types of API1. SOAP (Simple Object Access Protocol) What it is: SOAP is a protocol for exchanging structured information in the form of XML. It was designed for high-level security and reliability. How it works: SOAP uses XML to send messages and relies on spe...DiscussAPIs