<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Api on Ansh Wasan</title>
    <link>/tags/api/</link>
    <description>Recent content in Api on Ansh Wasan</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© {year}</copyright>
    <lastBuildDate>Wed, 14 Jan 2026 21:31:26 +0530</lastBuildDate>
    <atom:link href="/tags/api/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building RESTful APIs: Best Practices Every Backend Developer Should Know</title>
      <link>/blog/building-restful-apis-best-practices/</link>
      <pubDate>Fri, 10 Jan 2025 00:00:00 +0530</pubDate>
      <guid>/blog/building-restful-apis-best-practices/</guid>
      <description>Building APIs is at the core of backend development. Whether you&amp;rsquo;re creating a service for a mobile app, a web application, or other microservices, following best practices ensures your API is intuitive, maintainable, and scalable.&#xA;1. Use Meaningful Resource Names Your URLs should be nouns, not verbs. Resources represent entities in your system.&#xA;✅ Good: GET /users GET /users/{id} POST /users PUT /users/{id} DELETE /users/{id} ❌ Bad: GET /getUsers POST /createUser DELETE /deleteUser/{id} 2.</description>
    </item>
  </channel>
</rss>
