#API

14 articles

Comparing API Styles: REST, GraphQL, gRPC, Webhooks, WebSocket, and Messaging
Architecture 2026-06-27

Comparing API Styles: REST, GraphQL, gRPC, Webhooks, WebSocket, and Messaging

Six common API styles, REST, GraphQL, gRPC, Webhooks, WebSocket, and Messaging, compared side by side. This article organizes them by communication model, lays out each style's overview, design considerations, and pros and cons, and gives guidance for choosing. A map for picking a style in API design.

#API#REST#GraphQL#gRPC#WebSocket#Webhook#Messaging
When to Use GraphQL: Adoption Criteria and Trade-offs
Architecture 2026-06-25

When to Use GraphQL: Adoption Criteria and Trade-offs

When should you adopt GraphQL? This guide covers its core ideas (a typed schema, a single endpoint, fetching exactly what you need), where it fits and where it does not, the trade-offs, operational concerns such as N+1, and how it compares with REST and gRPC.

#GraphQL#Architecture#API#BFF#REST
When to Use gRPC: Adoption Criteria and Trade-offs
Architecture 2026-06-25

When to Use gRPC: Adoption Criteria and Trade-offs

When should you adopt gRPC? This guide covers its core ideas (RPC, HTTP/2, Protocol Buffers), where it fits and where it does not, the trade-offs, operational concerns, and how it compares with REST and GraphQL.

#gRPC#Architecture#API#Microservices#Protocol Buffers#HTTP/2
Comparing API Versioning Strategies: Path, Query, Header, and Payload
Architecture 2026-06-22

Comparing API Versioning Strategies: Path, Query, Header, and Payload

A concise comparison of four API versioning strategies — path, query parameter, header, and message payload — covering their pros, cons, and best fit.

#API#REST#HTTP
Mastering API Architecture: Practical Techniques for Evolving Architecture from Monolithic to Microservices
Architecture 2024-11-01

Mastering API Architecture: Practical Techniques for Evolving Architecture from Monolithic to Microservices

Mastering API Architecture: Practical Techniques for Evolving Architecture from Monolithic to Microservices

#Book Review#API#Microservices#Architecture
API Design Patterns
Architecture 2024-08-26

API Design Patterns

API Design Patterns

#Book Review#API#Design
Books to Learn About API Design
Application 2024-08-26

Books to Learn About API Design

Discover recommended books on API design: fundamentals, design phases, testing strategies, and practical design patterns.

#API#Design
Web API Design
Architecture 2024-07-28

Web API Design

Web API Design

#API#OpenAPI#Design#Book Review
Web API Testing Techniques
Testing 2024-07-08

Web API Testing Techniques

Web API Testing Techniques

#API#Book Review
What is GraphQL
Application 2018-06-14

What is GraphQL

Understand GraphQL as a query language for APIs with flexible data selection, single endpoint, and type system advantages.

#API#HTTP#REST#GraphQL
Creating a Rest API with Laravel
Application 2017-09-26

Creating a Rest API with Laravel

Create Laravel REST APIs using ResourceControllers with authentication middleware and JSON responses.

#API#Laravel#React#REST
Notify Bitcoin Asset Status to Slack Using bitFlyer's Private API Part 2
Application 2017-09-26

Notify Bitcoin Asset Status to Slack Using bitFlyer's Private API Part 2

Implement Bitcoin monitoring using async/await, bitFlyer private API authentication, and Slack integration.

#bitFlyer#API#async#Bitcoin#Node.js
Notify Bitcoin Asset Status on Slack Using bitFlyer's Private API
Application 2017-09-26

Notify Bitcoin Asset Status on Slack Using bitFlyer's Private API

Learn bitFlyer API integration with Node.js, HMAC-SHA256 signing, and Slack webhook message formatting.

#API#Bitcoin#Node.js#bitFlyer
Web API: The Good Parts
Architecture 2016-10-18

Web API: The Good Parts

Web API: The Good Parts

#API#Book Review#Design