<?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: Abolhasan Momeni</title>
    <description>The latest articles on DEV Community by Abolhasan Momeni (@pudgeline).</description>
    <link>https://dev.to/pudgeline</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%2F428381%2Fc82de60a-798f-4b83-8c4a-2c91066e9843.jpg</url>
      <title>DEV Community: Abolhasan Momeni</title>
      <link>https://dev.to/pudgeline</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pudgeline"/>
    <language>en</language>
    <item>
      <title>How do you develop an app, including several Nuxt frontends, with a Laravel backend remotely?</title>
      <dc:creator>Abolhasan Momeni</dc:creator>
      <pubDate>Sat, 20 Aug 2022 08:51:06 +0000</pubDate>
      <link>https://dev.to/pudgeline/how-do-you-develop-an-app-including-several-nuxt-frontends-with-a-laravel-backend-remotely-j24</link>
      <guid>https://dev.to/pudgeline/how-do-you-develop-an-app-including-several-nuxt-frontends-with-a-laravel-backend-remotely-j24</guid>
      <description>&lt;p&gt;We have an app with stateful authentication(sanctum) &lt;br&gt;
Thank you, if someone has experience, share it&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to delete preview video file with javascript or jquery</title>
      <dc:creator>Abolhasan Momeni</dc:creator>
      <pubDate>Sat, 07 Aug 2021 10:50:37 +0000</pubDate>
      <link>https://dev.to/pudgeline/how-to-delete-preview-video-file-with-javascript-or-jquery-4ea8</link>
      <guid>https://dev.to/pudgeline/how-to-delete-preview-video-file-with-javascript-or-jquery-4ea8</guid>
      <description>&lt;p&gt;js code :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$('#showvideo').on('change', function () {
        var $source = $('#video_here');
        $source[0].src = URL.createObjectURL(this.files[0]);
        console.log($source[0].src);
        $source.parent()[0].load();
    });
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;html code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;video class="video"controls&amp;gt;
&amp;lt;source src="mov_bbb.mp4" id="video_here"&amp;gt;
&amp;lt;/video&amp;gt;
&amp;lt;input type="file" name="video" id="showvideo" class="file_multi_video" accept="video"&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;...............................................................&lt;br&gt;
I try to delete scr but nothing happen,&lt;br&gt;
how can I deselect the video that selcted.&lt;/p&gt;

&lt;p&gt;thanks for your helping guy's,&lt;/p&gt;

</description>
      <category>jquery</category>
      <category>javascript</category>
      <category>challenge</category>
      <category>help</category>
    </item>
    <item>
      <title>Input type “file” returns EMPTY in Laravel php</title>
      <dc:creator>Abolhasan Momeni</dc:creator>
      <pubDate>Wed, 28 Jul 2021 07:57:40 +0000</pubDate>
      <link>https://dev.to/pudgeline/input-type-file-returns-empty-in-laravel-php-412g</link>
      <guid>https://dev.to/pudgeline/input-type-file-returns-empty-in-laravel-php-412g</guid>
      <description>&lt;p&gt;Suppose&lt;br&gt;
We have some photos that need to be updated&lt;br&gt;
The user wants to delete one of the files while editing,&lt;br&gt;
How do you know  user has sent a NULL input file or not changes?&lt;br&gt;
becuse Input type “file” returns EMPTY ,&lt;br&gt;
So we have two similar state,&lt;br&gt;
for example:&lt;br&gt;
if($request-&amp;gt;hasFile('filename')) {&lt;br&gt;
//here is!!! ok you update the file &lt;br&gt;
}else{&lt;br&gt;
//but here not ok,&lt;br&gt;
if you check input exist ,it does not solve the problem&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;how you handle this!&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>challenge</category>
    </item>
    <item>
      <title>(Real Time streaming)display data as live in browser when  json data update! (Long-Polling,Server-Sent Events,Web Sockets)</title>
      <dc:creator>Abolhasan Momeni</dc:creator>
      <pubDate>Sat, 11 Jul 2020 13:29:43 +0000</pubDate>
      <link>https://dev.to/pudgeline/help-i-want-get-bitcoin-price-in-real-time-in-my-laravel-project-what-is-best-way-2e1k</link>
      <guid>https://dev.to/pudgeline/help-i-want-get-bitcoin-price-in-real-time-in-my-laravel-project-what-is-best-way-2e1k</guid>
      <description>&lt;p&gt;I want to display Bitcoin price in real time at my Laravel project  ,what is the best way?&lt;/p&gt;

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