<?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: Marouane Etaraz</title>
    <description>The latest articles on DEV Community by Marouane Etaraz (@napster).</description>
    <link>https://dev.to/napster</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%2F691004%2Fe97afd84-5243-4e15-8dc2-ceaa2387860d.jpg</url>
      <title>DEV Community: Marouane Etaraz</title>
      <link>https://dev.to/napster</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/napster"/>
    <language>en</language>
    <item>
      <title>Fix vercel error : A system error occurred: uv_os_gethostname returned ENOSYS (function not implemented)</title>
      <dc:creator>Marouane Etaraz</dc:creator>
      <pubDate>Mon, 08 Aug 2022 18:17:19 +0000</pubDate>
      <link>https://dev.to/napster/fix-vercel-error-a-system-error-occurred-uvosgethostname-returned-enosys-function-not-implemented-5da6</link>
      <guid>https://dev.to/napster/fix-vercel-error-a-system-error-occurred-uvosgethostname-returned-enosys-function-not-implemented-5da6</guid>
      <description>&lt;p&gt;If you looking for the solution you are probably has &lt;strong&gt;windows 7 OS&lt;/strong&gt;.&lt;br&gt;
all you have to do go to &lt;code&gt;node&lt;/code&gt; directory in your system and follow the path : &lt;br&gt;
node_modules-&amp;gt;vercel-&amp;gt;dist-&amp;gt;index.js.&lt;/p&gt;

&lt;p&gt;On top of index.js override the system function hostname:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const os=require("os")
os.hostname=()=&amp;gt;"localhost"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then run vercel again and will work with you&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I hope is helped !&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Image lazy load Just with HTML</title>
      <dc:creator>Marouane Etaraz</dc:creator>
      <pubDate>Sat, 13 Nov 2021 21:15:25 +0000</pubDate>
      <link>https://dev.to/napster/image-lazy-load-just-with-html-2kck</link>
      <guid>https://dev.to/napster/image-lazy-load-just-with-html-2kck</guid>
      <description>&lt;h2&gt;
  
  
  What's new ?
&lt;/h2&gt;

&lt;p&gt;New attribute added to &lt;code&gt;img&lt;/code&gt; tag that allow lazy loading when its needed.&lt;br&gt;
Just do the following:&lt;br&gt;
&lt;code&gt;&amp;lt;img src="image.png" loading="lazy" /&amp;gt;&lt;/code&gt;&lt;br&gt;
That it ! 💁 Now let the browser do the work for you 👍.&lt;/p&gt;

&lt;h4&gt;
  
  
  Note: safari not included
&lt;/h4&gt;

&lt;p&gt;I hope that was useful for all of you 💪&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>css</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
