Tag

HTTP status codes

0 views collected around this technical thread.

Top Architect
Top Architect
Apr 15, 2025 · Backend Development

From Wild API Errors to Structured RESTful Practices: A Top Architect’s Journey

The article narrates a top architect’s experience with early API error handling, the chaos caused by non‑standard HTTP status codes, the shift toward RESTful conventions, and later promotional offers for AI tools, illustrating both technical lessons and marketing pitches.

API designError HandlingHTTP status codes
0 likes · 10 min read
From Wild API Errors to Structured RESTful Practices: A Top Architect’s Journey
Test Development Learning Exchange
Test Development Learning Exchange
Mar 22, 2025 · Backend Development

Assertion Handling in Interface Automation Testing

This article explains how to use Python's requests library and pytest framework for interface automation testing, including HTTP status code verification and custom assertion functions.

Automation TestingHTTP status codesPython
0 likes · 5 min read
Assertion Handling in Interface Automation Testing
Top Architect
Top Architect
May 26, 2022 · Backend Development

Designing API Return Codes and Messages: Best Practices for Backend Services

This article explains how to design clear, consistent API return codes and messages by referencing HTTP status codes, defining code‑message pairs, supporting personalized messages for different clients, and using unified handling for monitoring and alerting, ultimately improving communication and maintenance costs.

API designError CodesHTTP status codes
0 likes · 6 min read
Designing API Return Codes and Messages: Best Practices for Backend Services
Architect
Architect
Jan 23, 2022 · Backend Development

Designing Consistent API Return Codes: Lessons from HTTP Status Codes

The article explains why a well‑designed API return‑code system—modeled after HTTP status codes, with clear numeric ranges, descriptive messages, and personalized user messages—reduces communication overhead, simplifies maintenance, and enables effective monitoring and alerting for backend services.

API designError CodesHTTP status codes
0 likes · 6 min read
Designing Consistent API Return Codes: Lessons from HTTP Status Codes
IT Xianyu
IT Xianyu
Nov 14, 2020 · Backend Development

RESTful API Design Guidelines and Best Practices

This article outlines essential RESTful API design principles, covering URL structuring, proper use of HTTP verbs, precise status codes, JSON payload conventions, error handling, and HATEOAS linking, providing practical code examples for backend developers to create clear and maintainable web services.

APIHATEOASHTTP status codes
0 likes · 8 min read
RESTful API Design Guidelines and Best Practices