<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Backend on Dev Toolkit</title><link>https://wen.yunshangtool.cn/tags/backend/</link><description>Recent content in Backend on Dev Toolkit</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 28 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://wen.yunshangtool.cn/tags/backend/index.xml" rel="self" type="application/rss+xml"/><item><title>RESTful API Design Principles Every Developer Should Know</title><link>https://wen.yunshangtool.cn/posts/api-design-principles/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://wen.yunshangtool.cn/posts/api-design-principles/</guid><description>Good API design makes the difference between a service developers love and one they avoid. These principles ensure your API is intuitive, consistent, and maintainable.
Resource-Oriented: Design endpoints around resources (nouns), not actions: GET /users - list users POST /users - create user GET /users/123 - get specific user PUT /users/123 - update user
Consistent Naming: Use plural nouns, snake_case or camelCase consistently, and standard HTTP methods (GET, POST, PUT, DELETE, PATCH).</description></item></channel></rss>