<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>API Design on Neeraj Sidhaye</title>
    <link>https://neerajsidhaye.github.io/tags/api-design.html</link>
    <description>Recent content in API Design on Neeraj Sidhaye</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Thu, 11 Feb 2021 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="https://neerajsidhaye.github.io/tags/api-design/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Microservices - Design Principle</title>
        <link>https://neerajsidhaye.github.io/posts/api/designprinciple.html</link>
        <pubDate>Thu, 11 Feb 2021 00:00:00 +0000</pubDate>
        
        <atom:modified>Thu, 11 Feb 2021 00:00:00 +0000</atom:modified>
        <guid>https://neerajsidhaye.github.io/posts/api/designprinciple.html</guid>
        <description>I have put together my notes around some of the basic microservices design principles which we must always consider while designing a microservice.
Design principles for MicroServices 1. Develop and Deployed independently Each service should be developed and deployed independently. Deployment of one service should not impact other services and a each service should have it&amp;rsquo;s own code base.
You are doing wrong if
 You find a need to deploy services together You have one code base for multiple services You need to send notification to before you deploy a service  2.</description>
        
        <dc:creator>Neeraj Sidhaye</dc:creator>
        <media:content url="https://neerajsidhaye.github.io//images/posts/api/microservices.jpeg" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>API Design</category>
            
          
            
              <category>MicroServices</category>
            
          
        
        
        
      </item>
      

    
  </channel>
</rss>