Tag

GraphQL

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
May 4, 2025 · Backend Development

Mastering API Calls in Python: SOAP, REST, and GraphQL Explained

Learn how Python can interact with the three major API types—SOAP, REST, and GraphQL—by understanding their core concepts, differences, and practical code examples using libraries like zeep and requests, empowering you to build robust integrations across diverse services.

APIGraphQLPython
0 likes · 9 min read
Mastering API Calls in Python: SOAP, REST, and GraphQL Explained
Architecture Digest
Architecture Digest
Mar 9, 2025 · Backend Development

Comparing API Architectural Styles: RPC, SOAP, REST, and GraphQL

This article examines four major API architectural styles—RPC, SOAP, REST, and GraphQL—detailing their mechanisms, advantages, disadvantages, and typical use cases, and provides guidance on selecting the most suitable style based on project requirements and constraints.

APIAPI designGraphQL
0 likes · 17 min read
Comparing API Architectural Styles: RPC, SOAP, REST, and GraphQL
php中文网 Courses
php中文网 Courses
Mar 6, 2025 · Backend Development

Integrating PHP with Modern Web Development Trends

The article explores how PHP can stay relevant by embracing API‑driven development, GraphQL, microservices, serverless architectures, WebAssembly, and AI/ML, offering developers practical guidance to build modern, efficient, and secure web applications.

AIAPIGraphQL
0 likes · 5 min read
Integrating PHP with Modern Web Development Trends
php中文网 Courses
php中文网 Courses
Jan 13, 2025 · Backend Development

Building GraphQL Services with Go: Course Overview

This course teaches developers with Go experience how to design and implement GraphQL APIs, covering fundamentals, server construction, request handling, schema definition, and practical deployment techniques to enhance data interaction flexibility and efficiency.

APIGoGraphQL
0 likes · 2 min read
Building GraphQL Services with Go: Course Overview
php中文网 Courses
php中文网 Courses
Nov 20, 2024 · Backend Development

Go Language GraphQL Service Development Course Overview

This course teaches developers with basic Go knowledge how to build GraphQL services, covering fundamentals, schema design, request handling, and practical integration using Go, while comparing graphql-go and gqlgen and demonstrating deployment with Drone CI/CD.

APIGoGraphQL
0 likes · 5 min read
Go Language GraphQL Service Development Course Overview
IT Architects Alliance
IT Architects Alliance
Oct 8, 2024 · Backend Development

Comparing GraphQL and REST: Advantages, Trade‑offs, and Future Trends

This article provides an in‑depth comparison of GraphQL and REST API paradigms, outlining their principles, typical request examples, key differences in data fetching, flexibility, documentation, caching, error handling, performance, tooling, and guidance on choosing the appropriate approach for various project scenarios.

API designBackendGraphQL
0 likes · 8 min read
Comparing GraphQL and REST: Advantages, Trade‑offs, and Future Trends
php中文网 Courses
php中文网 Courses
Sep 9, 2024 · Backend Development

Building GraphQL Services with Go: Course Overview

This course teaches developers with basic Go knowledge how to design and implement GraphQL servers, covering core GraphQL concepts, Go integration, practical examples, CI/CD deployment, and tools like gqlgen and GraphQL Playground to create modern, flexible APIs.

APIGoGraphQL
0 likes · 2 min read
Building GraphQL Services with Go: Course Overview
php中文网 Courses
php中文网 Courses
Aug 19, 2024 · Backend Development

Building GraphQL Services with Go: Course Overview

This course teaches developers with basic Go knowledge how to design and implement GraphQL services, covering fundamentals of GraphQL, schema definition, request handling, and integration techniques through practical examples to build modern, flexible APIs.

APIBackendGo
0 likes · 3 min read
Building GraphQL Services with Go: Course Overview
macrozheng
macrozheng
Jan 17, 2024 · Backend Development

Master API Testing with Insomnia: A Lightweight Alternative to Postman

This guide introduces Insomnia, an open‑source, cross‑platform API client that supports GraphQL, REST, WebSockets, and gRPC, walks through its simple installation, demonstrates how to import and test the SpringBoot‑based mall project via Swagger, and highlights useful configuration tips for efficient backend debugging.

API TestingGraphQLInsomnia
0 likes · 6 min read
Master API Testing with Insomnia: A Lightweight Alternative to Postman
Bitu Technology
Bitu Technology
Dec 8, 2023 · Fundamentals

Exploring Partial POJOs, Meta‑Information, and Scala 3 Mirror in a Scala Meetup

The article recaps the ninth Scala Meetup where speaker Pei Qi (Li Guobin) introduced GraphQL‑driven partial POJOs, Scala 3's Mirror feature, Magnolia as an alternative, type‑class concepts, and compared Scala 2 and Scala 3, while also promoting the Tubi data‑platform lead role and past meetup resources.

GraphQLMagnoliaPartialPOJO
0 likes · 5 min read
Exploring Partial POJOs, Meta‑Information, and Scala 3 Mirror in a Scala Meetup
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 7, 2023 · Backend Development

Master GraphQL with Spring Boot 3: Full-Stack API Guide

Learn how to set up a Spring Boot 3.0.9 environment, define entities, repositories, services, and a GraphQL schema, then expose a GraphQL endpoint with sample queries, illustrating complete backend API development using GraphQL and JPA.

APIBackendGraphQL
0 likes · 7 min read
Master GraphQL with Spring Boot 3: Full-Stack API Guide
Sohu Tech Products
Sohu Tech Products
Aug 2, 2023 · Frontend Development

Design and Implementation of a Custom Report Export Platform Using PptxGenJS, DVA, and React

This article describes a web‑based custom report export platform that lets users edit PPT templates with text, images, and charts, synchronizes changes via DVA state management, and generates fully populated PPTX reports in minutes using PptxGenJS and GraphQL data integration.

DVAGraphQLPptxGenJS
0 likes · 14 min read
Design and Implementation of a Custom Report Export Platform Using PptxGenJS, DVA, and React
Architect
Architect
Jul 29, 2023 · Backend Development

GraphQL Backend‑For‑Frontend Architecture and Optimization Practices

This article examines the challenges of using Backend‑For‑Frontend (BFF) in product display scenarios, proposes a metadata‑driven GraphQL architecture that separates data fetching and presentation logic, details design patterns, performance optimizations, and the impact on development processes, and shares practical experiences from Meituan.

GraphQLJavaMetadata Architecture
0 likes · 35 min read
GraphQL Backend‑For‑Frontend Architecture and Optimization Practices
Top Architect
Top Architect
Mar 6, 2023 · Backend Development

An Introduction to GraphQL: Concepts, Benefits, and Implementation Strategies

This article explains the limitations of REST APIs, introduces GraphQL as a flexible alternative, details its core concepts such as schema, types, queries, mutations and subscriptions, and outlines various architectural patterns and tooling for integrating GraphQL into existing backend systems.

APIBackendData fetching
0 likes · 16 min read
An Introduction to GraphQL: Concepts, Benefits, and Implementation Strategies
Airbnb Technology Team
Airbnb Technology Team
Jan 11, 2023 · Cloud Native

Viaduct: A Data‑Oriented Service Mesh for Modern SOA

Viaduct, Airbnb’s data‑oriented service mesh built on GraphQL, replaces traditional procedural meshes by centralizing a schema that routes queries across thousands of micro‑services, enabling fine‑grained data access, serverless derived fields, automatic schema propagation, and improved observability, now handling most of Airbnb’s API traffic.

Data-Oriented ArchitectureGraphQLSOA
0 likes · 8 min read
Viaduct: A Data‑Oriented Service Mesh for Modern SOA
Efficient Ops
Efficient Ops
Dec 15, 2022 · Backend Development

Unlocking GraphQL Power with Apache APISIX: Dynamic Routing Explained

This article introduces GraphQL, explains its adoption by GitHub, discusses its challenges, and demonstrates how Apache APISIX can perform fine‑grained GraphQL routing with practical code examples and future enhancement ideas.

API GatewayAPISIXDynamic Routing
0 likes · 9 min read
Unlocking GraphQL Power with Apache APISIX: Dynamic Routing Explained
IT Architects Alliance
IT Architects Alliance
Nov 28, 2022 · Backend Development

Comparative Overview of RPC, SOAP, REST, and GraphQL API Architectural Styles

This article compares four major API architectural styles—RPC, SOAP, REST, and GraphQL—detailing their mechanisms, advantages, disadvantages, and typical use cases, and provides guidance on selecting the most suitable approach based on project requirements, language, environment, and resource constraints.

APIGraphQLREST
0 likes · 19 min read
Comparative Overview of RPC, SOAP, REST, and GraphQL API Architectural Styles
Top Architect
Top Architect
Nov 27, 2022 · Backend Development

Comparing API Architectural Styles: RPC, SOAP, REST, and GraphQL

This article compares four major API architectural styles—RPC, SOAP, REST, and GraphQL—by outlining their mechanisms, advantages, disadvantages, and typical use cases, helping developers choose the most suitable approach for their specific requirements.

APIGraphQLREST
0 likes · 20 min read
Comparing API Architectural Styles: RPC, SOAP, REST, and GraphQL
ByteFE
ByteFE
Nov 19, 2022 · Frontend Development

Tech Digest: Frontend and Backend Innovations – Ant Design 5.0, GraphQL Collaboration, Serverless Frontend, DNS/CDN, Package Management, CSS Mask Techniques, and More

This curated digest highlights recent technical advances such as Ant Design 5.0's new theming, GraphQL-based front‑back collaboration tools, Meituan's serverless front‑end platform, DNS and CDN fundamentals, GitHub Blocks, no‑code DevOps trends, the evolution of npm/yarn/pnpm, and modern CSS mask and clip‑path corner‑cutting techniques.

CSSDNSDevOps
0 likes · 5 min read
Tech Digest: Frontend and Backend Innovations – Ant Design 5.0, GraphQL Collaboration, Serverless Frontend, DNS/CDN, Package Management, CSS Mask Techniques, and More
TikTok Frontend Technology Team
TikTok Frontend Technology Team
Nov 16, 2022 · Frontend Development

Design and Implementation of a GraphQL Model Management Platform for Frontend‑Backend Collaboration

The article presents a comprehensive solution for improving interface reuse, domain‑model abstraction, and front‑back collaboration by building a GraphQL‑based Model Management Platform (GMP) that supports data‑model management, service orchestration, request generation, caching, authentication, and monitoring, complete with tooling and workflow integration.

API ReuseApolloCache
0 likes · 18 min read
Design and Implementation of a GraphQL Model Management Platform for Frontend‑Backend Collaboration