<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title></title>
    <link>/</link>
    <description>Recent content on </description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Thu, 03 Oct 2024 14:34:44 +0545</lastBuildDate>
    
	<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Introduction to Microservices</title>
      <link>/posts/microservices/</link>
      <pubDate>Thu, 03 Oct 2024 14:34:44 +0545</pubDate>
      
      <guid>/posts/microservices/</guid>
      <description>What are Microservices? Microservices are a software architecture style that structures an application as a collection of loosely coupled services. A single microservice contains of all the routing, middlewares, business logic and database access necessary to implement one feature of our application
In Microservices  Each service gets its own database if needed. Database per service Services will never reach into another services database  Problems in Microservices  Data Management</description>
    </item>
    
  </channel>
</rss>