Victoria Lovictoria.hashnode.net·Jul 23, 2021GraphQL for Beginners: IntroductionWelcome to GraphQL for Beginners! The primary goal of this series is to introduce the basic concepts of GraphQL and how to connect it to a front-end framework like React using Apollo. At the end of this series, you will have a simple chat app built w...Bolaji Ayodeji and 10 others are discussing this11 people are discussing thisDiscuss·249 likes·5.2K readsGraphQL for BeginnersGraphQLThis came at the right time. Thanks Victoria Lo I need to get back up to speed with GraphQL. 3
Camila Ramoscamiinthisthang.hashnode.net·Oct 8, 2021FeaturedEverything I Learned in My 1st Year as a SWE: GraphQLYear 1 Was Scary I'm Not Going To Lie. I initially joined PayPal as a software engineering intern during the summer of 2020. I had a great experience interning for the Checkout team and was given the opportunity to be converted to a full-time employe...Hrithwik Bharadwaj and 9 others are discussing this10 people are discussing thisDiscuss·195 likes·4.3K readsGraphQLThis article just made me realize why GraphQL is so hyped and useful. Definitely trying GraphQL for my next side project 3
Hetav Desaidesaihetav.hashnode.net·Jun 14, 2021FeaturedUsing GraphQL with Axios and ReduxHello folks, in this article I'll be showing you how you can use GraphQL with Axios and Redux, along with error handling. This is not a beginner tutorial. Hence a basic understanding of how GraphQL, Axios, and Redux work will be helpful. And if you a...Suyash Pradhan and 4 others are discussing this5 people are discussing thisDiscuss·168 likes·3.2K readsReact
Stefanstefanatwundergraph.hashnode.net·Apr 23, 2023Is GraphQL dying? 2023 Trend Analysis of REST, GraphQL, OpenAPI, SOAP, gRPC and tRPCToday I've noticed a post on /r/webdev stating that GraphQL is trending down. Is this really the case, or are the numbers lying to us? Let's take a closer look at the data and see if this is really true. First, let's have another look at the original...DiscussGraphQL
Edet Asuquoeddy.hashnode.net·Apr 23, 2023Building a Beginner-Friendly GraphQL API with Node.js, Apollo Server, and ExpressIntroduction GraphQL is a query language and runtime for APIs that was developed by Facebook. Unlike traditional REST APIs, GraphQL APIs allow clients to request only the data they need, and provide a flexible way for clients to specify complex queri...DiscussGraphQL
Sujeet Kumartechstories-1682178166343.hashnode.net·Apr 22, 2023Building a GraphQL API with Spring Boot: A step-by-step guideGraphQL is a query language for APIs that allows you to specify exactly what data you need and get only that, no more and no less. Spring Boot, on the other hand, is a popular framework for building enterprise-grade applications in Java. In this blog...Discuss·30 readsgraphql api
Taditadi.hashnode.net·Apr 22, 2023Anatomy of an APIProvider: Host of an API. Consumer: Person/Entity making the request. API Gateway: API management component that acts as an entry point to a web application. The gateway distributes the request to whichever microservice is needed. Can handle security...DiscussAPIsAPIs
IpsCodingChallengeipscodingchallenge.hashnode.net·Apr 19, 2023[ PART 13 ] Create a Twitter clone with GraphQL, Typescript, and React ( followers )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository Db diagram Add the followers Table knex migrate:make create_followers_table -x ts src/db/migrations/create_followers_table import * as Knex from 'knex' export async f...Discuss·1 likeTwitter clone with GraphQL, Knex, Typescript, and ReactTypeScript
Marcus Weinbergermarcus.hashnode.net·Apr 18, 2023Adding a list of my Hashnode posts to my personal website.About meHey reader! My name is Marcus Weinberger, and I'm just getting started with Hashnode. While I'm mainly a Python developer, I work with HTML and such for my frontends. Click here to see more about me! So, my personal website is a bit lame. Ac...Discuss·1 likeHashnode
ilijailijanl.hashnode.net·Apr 17, 2023How to secure and make GraphQL blazingly fastSecurity GraphQL gives frontend developers ability to fetch the exact data they need and having strong schema definition which can be used to generate typesafe clients. However, with great power comes great responsibility. Many articles can be found ...Discuss·2 likes·370 readsGraphQL
Narendra SajwaniforThird Team's blogthirdblog.hashnode.net·Apr 15, 2023Decentralized Indexing in The Graph ProtocolThe core of any real-world application is the data and therefore the way this data for any application is stored greatly impacts the UX. The time taken for serving complex queries is largely affected by the fact that how the data is structured and st...Discuss·58 likes·76 readsBlockchain
Arsh Ergonarshergon.hashnode.net·Apr 13, 2023Gitgrab: A Rust-based CLI tool for Parallel Git Repository UpdatesMeet GitGrab Gitgrab is an Open Source CLI tool that can display all necessary information available on GitHub on the terminal. It started as a copy of Neofetch for Github, but as the project grew bigger and more people used it, it evolved into a he...DiscussOpen Source
Spydraspydra.hashnode.net·Apr 13, 2023Revolutionizing Data Analysis: How Graph Query Unlocks Valuable Insights from Blockchain Databases?As businesses and industries continue to produce vast amounts of data, the need for efficient and effective ways to analyze this data becomes increasingly important. Traditional database querying methods have been effective for many years, but with t...DiscussBlockchain