<?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>DEV Community: Avinash Dhinwa</title>
    <description>The latest articles on DEV Community by Avinash Dhinwa (@avinashdhinwa).</description>
    <link>https://dev.to/avinashdhinwa</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%2F258529%2Fe05cb456-5bca-4190-ab52-4c4379840bf8.jpeg</url>
      <title>DEV Community: Avinash Dhinwa</title>
      <link>https://dev.to/avinashdhinwa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/avinashdhinwa"/>
    <language>en</language>
    <item>
      <title>(Mis)Understanding REST</title>
      <dc:creator>Avinash Dhinwa</dc:creator>
      <pubDate>Fri, 16 Jul 2021 18:14:02 +0000</pubDate>
      <link>https://dev.to/avinashdhinwa/an-article-on-rest-and-one-that-proves-them-as-misunderstandings-npm</link>
      <guid>https://dev.to/avinashdhinwa/an-article-on-rest-and-one-that-proves-them-as-misunderstandings-npm</guid>
      <description>&lt;p&gt;What a get can do if you don't know what it should do&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rY8e3Nxb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/17ug7k0pmae8ojjmbc04.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rY8e3Nxb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/17ug7k0pmae8ojjmbc04.png" alt="What a get can do if you don't know what it should do"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have been working in IT industry for three years now, had already built a lot of http apis.&lt;/p&gt;

&lt;p&gt;I worked in Java, golang, php while creating the apis but never knew if those were RESTful or not, so I was just thinking what REST actually is? and why we even needed it?&lt;/p&gt;

&lt;p&gt;And then I read a few articles and was just getting somewhat understanding of REST. When I read the below article (Misunderstanding REST), everything was making sense to me but later on I got to know that those were the author's misunderstandings :(. Still it was a good read knowing that I knew nothing as I was nodding to all the misunderstandings.&lt;/p&gt;

&lt;p&gt;Though I've got a tiny bit of grasp on what REST is now, I would suggest people reading the following articles, they are fun reads and I'm sure you will learn something or maybe unlearn something as well.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/free-code-camp/rest-is-the-new-soap-97ff6c09896d"&gt;Misunderstanding REST&lt;/a&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;please read this only if&lt;/code&gt; you can read the next one because this is the one where the author had misunderstanding about REST and I had fallen for it&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://phil.tech/2017/rest-confusion-explained/"&gt;Uncovering of Misunderstanding REST&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Following articles are good read on REST:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Can read the following for understanding REST and RPC for http apis, really a good article &lt;a href="https://www.smashingmagazine.com/2016/09/understanding-rest-and-rpc-for-http-apis/"&gt;https://www.smashingmagazine.com/2016/09/understanding-rest-and-rpc-for-http-apis/&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This article help you create a picture of how to breakdown your use-case and then turning it into a RESTful api&lt;br&gt;
&lt;a href="https://www.martinfowler.com/articles/richardsonMaturityModel.html#level3"&gt;https://www.martinfowler.com/articles/richardsonMaturityModel.html#level3&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>rest</category>
      <category>api</category>
      <category>beginners</category>
      <category>learn</category>
    </item>
  </channel>
</rss>
