<?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: Javico11</title>
    <description>The latest articles on DEV Community by Javico11 (@javicodev11).</description>
    <link>https://dev.to/javicodev11</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%2F902237%2Ff997b590-3236-4ec5-85d1-c1bc75149168.jpeg</url>
      <title>DEV Community: Javico11</title>
      <link>https://dev.to/javicodev11</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/javicodev11"/>
    <language>en</language>
    <item>
      <title>Azure Apps Service</title>
      <dc:creator>Javico11</dc:creator>
      <pubDate>Thu, 16 May 2024 13:58:27 +0000</pubDate>
      <link>https://dev.to/javicodev11/azure-apps-service-2671</link>
      <guid>https://dev.to/javicodev11/azure-apps-service-2671</guid>
      <description>&lt;p&gt;Hello, what's up with everyone, I have a question,&lt;br&gt;
What is more efficient and economical to deploy in Azure, Apps Services or a Docker container?&lt;/p&gt;

&lt;p&gt;Thanks for your attention.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Which is better? Axios or Fetch?</title>
      <dc:creator>Javico11</dc:creator>
      <pubDate>Wed, 05 Apr 2023 17:36:36 +0000</pubDate>
      <link>https://dev.to/javicodev11/which-is-better-axios-or-fetch-g48</link>
      <guid>https://dev.to/javicodev11/which-is-better-axios-or-fetch-g48</guid>
      <description>&lt;p&gt;Personally, I like the simplicity of both, but I use more Axios, I would like to know your opinions about it.&lt;br&gt;
I attach an example of the basic use of Axios:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const fetchData = async() =&amp;gt; {
   try{
     const get_data = await axios.get("URL");
   }
   catch(error){
     console.log(error);
   }
 }

 // call the function
 fetchData();
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This has really helped me a lot and I have no complaints, but when talking about performance and being an external library, this question arises.&lt;/p&gt;

&lt;p&gt;thanks for reading :D&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>requestforpost</category>
      <category>get</category>
    </item>
  </channel>
</rss>
