<?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: Aarvy</title>
    <description>The latest articles on DEV Community by Aarvy (@rajanverma_me).</description>
    <link>https://dev.to/rajanverma_me</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%2F232863%2Fa910805a-501d-44cb-8ef2-1583897eb620.jpeg</url>
      <title>DEV Community: Aarvy</title>
      <link>https://dev.to/rajanverma_me</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rajanverma_me"/>
    <language>en</language>
    <item>
      <title>Logical Programming Logo</title>
      <dc:creator>Aarvy</dc:creator>
      <pubDate>Tue, 08 Sep 2020 02:29:25 +0000</pubDate>
      <link>https://dev.to/rajanverma_me/logical-programming-logo-3nd1</link>
      <guid>https://dev.to/rajanverma_me/logical-programming-logo-3nd1</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/aarvy44/embed/dyMJKgY?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
      <category>codenewbie</category>
      <category>showdev</category>
    </item>
    <item>
      <title>This is how you can ditch the dictionary forever</title>
      <dc:creator>Aarvy</dc:creator>
      <pubDate>Sun, 17 May 2020 17:55:44 +0000</pubDate>
      <link>https://dev.to/rajanverma_me/this-is-how-you-can-ditch-the-dictionary-forever-1506</link>
      <guid>https://dev.to/rajanverma_me/this-is-how-you-can-ditch-the-dictionary-forever-1506</guid>
      <description>&lt;p&gt;So, &lt;/p&gt;

&lt;p&gt;Being a non English, I used to google every time i saw a new English word while reading an article. Usually i check the word and forget it afterwards. I need to repeat the process every time even for the same word i checked week ago. Forgetting words are frustrating and once you start blaming your memorisation power.&lt;br&gt;&lt;br&gt;
This happens to everyone.&lt;/p&gt;

&lt;p&gt;So, it gave me a thought why not my browser tell me the definitions of those words and remember it till i need. So that i don't have to search it every time. This leads me to create Dictozo (&lt;a href="https://dictozo.com"&gt;https://dictozo.com&lt;/a&gt;) a chrome browser plugin which saves the words and their translations and shows them to me on their occurrence in any web page.&lt;/p&gt;

&lt;p&gt;Check now: &lt;a href="https://dictozo.com"&gt;https://dictozo.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Constructive feedbacks are welcomed.:) &lt;/p&gt;

&lt;p&gt;I guess it saved my lot of time searching same word again and again. You can have 2 way translations in 80+ languages and keep them feeding into your mind and boost your memorisation power.&lt;/p&gt;

</description>
      <category>dictionary</category>
      <category>plugin</category>
      <category>software</category>
      <category>dictozo</category>
    </item>
    <item>
      <title>What is Request Payload / Payload Body 2019</title>
      <dc:creator>Aarvy</dc:creator>
      <pubDate>Sat, 12 Oct 2019 04:10:59 +0000</pubDate>
      <link>https://dev.to/rajanverma_me/what-is-request-payload-payload-body-2019-3kcm</link>
      <guid>https://dev.to/rajanverma_me/what-is-request-payload-payload-body-2019-3kcm</guid>
      <description>&lt;p&gt;When data is sent over the Internet, each unit transmitted includes both&lt;br&gt;
header information and the actual data being sent. The header identifies the source and destination of the packet, while the actual data is referred to as the payload.&lt;/p&gt;

&lt;p&gt;For deep detail refer to : &lt;a href="https://aarvy.me/blog/2019/10/12/what-is-request-payload/"&gt;https://aarvy.me/blog/2019/10/12/what-is-request-payload/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Solving The GET and POST Dilemma</title>
      <dc:creator>Aarvy</dc:creator>
      <pubDate>Wed, 09 Oct 2019 13:45:19 +0000</pubDate>
      <link>https://dev.to/rajanverma_me/solving-the-get-and-post-dilemma-2kma</link>
      <guid>https://dev.to/rajanverma_me/solving-the-get-and-post-dilemma-2kma</guid>
      <description>&lt;p&gt;Weather you should use GET or POST, the debate is endless. Each one has its own preference. So, what is the need of another article on it? Because, weather it’s POST or GET, you can achieve the same results from both. So, in this article I’ll put more emphasis on WHY use one over other, instead of WHERE to use one over other. Check out full article below. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://aarvy.me/blog/2019/10/09/solving-the-get-and-post-dilemma/"&gt;https://aarvy.me/blog/2019/10/09/solving-the-get-and-post-dilemma/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codequality</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Make your applications running on subdomains expose to web</title>
      <dc:creator>Aarvy</dc:creator>
      <pubDate>Thu, 03 Oct 2019 12:56:06 +0000</pubDate>
      <link>https://dev.to/rajanverma_me/make-your-applications-running-on-subdomains-expose-to-web-2bi9</link>
      <guid>https://dev.to/rajanverma_me/make-your-applications-running-on-subdomains-expose-to-web-2bi9</guid>
      <description>&lt;p&gt;Ngrok is widely used application to expose local servers running on any port to internet out there., but fails when you are working on multi-tenant application which requires subdomain as, it doesn’t support subdomains. In such case you can use serveo as an alternative. Best of it is, your site doesn’t even have to be on localhost means it can run on lvh.me too.&lt;/p&gt;

&lt;p&gt;Run below command&lt;/p&gt;

&lt;p&gt;ssh -R yoursubdomain.serveo.net:80:yoursubdomain.lvh.me:3000 serveo.net&lt;/p&gt;

&lt;p&gt;And your multi tenant application running on yoursubdomain.lvh.me will be forwarded to public exposed path of serveo.net.&lt;/p&gt;

&lt;p&gt;For more detail check out &lt;a href="https://aarvy.me/blog/2019/09/20/expose-local-apps-having-subdomains-to-web/"&gt;https://aarvy.me/blog/2019/09/20/expose-local-apps-having-subdomains-to-web/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tech</category>
      <category>productivity</category>
    </item>
    <item>
      <title>What is reverse proxy? Why it is essential?</title>
      <dc:creator>Aarvy</dc:creator>
      <pubDate>Thu, 03 Oct 2019 11:50:04 +0000</pubDate>
      <link>https://dev.to/rajanverma_me/what-is-reverse-proxy-why-it-is-essential-1o91</link>
      <guid>https://dev.to/rajanverma_me/what-is-reverse-proxy-why-it-is-essential-1o91</guid>
      <description>&lt;p&gt;What is forward proxy? &lt;/p&gt;

&lt;p&gt;A forward proxy, often called a proxy, proxy server, or web proxy, is a server that sits in front of a group of client machines. When those computers make requests to sites and services on the Internet, the proxy server intercepts those requests and then communicates with web servers on behalf of those clients, like a middleman&lt;/p&gt;

&lt;p&gt;What is reverse proxy?&lt;/p&gt;

&lt;p&gt;Reverse Proxy is an intermediate medium used for distribution of incoming traffic across multiple servers. i.e. balancing the load across servers. In most cases it is a common server which acts as an intermediate, or you can say a face for incoming traffic.&lt;/p&gt;

&lt;p&gt;Why should you use it?&lt;/p&gt;

&lt;p&gt;Scaling benefits are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Increased scalability and flexibility &lt;/li&gt;
&lt;li&gt;Compression&lt;/li&gt;
&lt;li&gt;Caching &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Security benefits are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Increased security &lt;/li&gt;
&lt;li&gt;SSL termination&lt;/li&gt;
&lt;li&gt;Firewall Protection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more in depth detail read below.&lt;br&gt;&lt;br&gt;
&lt;a href="https://aarvy.me/blog/2019/09/30/what-is-reverse-proxy-live-example-2019/"&gt;https://aarvy.me/blog/2019/09/30/what-is-reverse-proxy-live-example-2019/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
    </item>
  </channel>
</rss>
