<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Abhishek Konthalapalli</title>
    <description>The latest articles on Forem by Abhishek Konthalapalli (@abhishek_konthalapalli_38).</description>
    <link>https://forem.com/abhishek_konthalapalli_38</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1713502%2F2a62b8c4-96f6-4049-8e64-d247bd42a8f3.png</url>
      <title>Forem: Abhishek Konthalapalli</title>
      <link>https://forem.com/abhishek_konthalapalli_38</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/abhishek_konthalapalli_38"/>
    <language>en</language>
    <item>
      <title>API Gateways</title>
      <dc:creator>Abhishek Konthalapalli</dc:creator>
      <pubDate>Mon, 01 Jul 2024 18:52:28 +0000</pubDate>
      <link>https://forem.com/abhishek_konthalapalli_38/api-gateways-2dcl</link>
      <guid>https://forem.com/abhishek_konthalapalli_38/api-gateways-2dcl</guid>
      <description>&lt;h2&gt;
  
  
  The What
&lt;/h2&gt;

&lt;p&gt;API Gateways to extract bunch of code that would otherwise be inside your servers and  extract it out to a different server. &lt;/p&gt;

&lt;h2&gt;
  
  
  The Why / Advantages
&lt;/h2&gt;

&lt;p&gt;Authorization: User authentication can be done before sending the request to your microservices. &lt;/p&gt;

&lt;p&gt;Transformation &amp;amp; Validation : Client would have the liberty to send data in a clean uniform format, API gateway would transform the data and validation then pass it to the microservice in a customized format. &lt;/p&gt;

&lt;p&gt;Client can avoid DNS lookup: responsibility of routing to server and load balancing can be situated in API Gateway. &lt;/p&gt;

&lt;p&gt;Rate limiting: API gateway can supervise the requests from the clients and prevent DDOS attacks. &lt;/p&gt;

</description>
      <category>networking</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
