<?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: Santo Khan</title>
    <description>The latest articles on DEV Community by Santo Khan (@santokhan).</description>
    <link>https://dev.to/santokhan</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%2F555027%2Fce0b09fc-6bde-41d0-bf34-7212ef3ce33a.png</url>
      <title>DEV Community: Santo Khan</title>
      <link>https://dev.to/santokhan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/santokhan"/>
    <language>en</language>
    <item>
      <title>Best way to splice an array by value</title>
      <dc:creator>Santo Khan</dc:creator>
      <pubDate>Thu, 15 Dec 2022 03:00:37 +0000</pubDate>
      <link>https://dev.to/santokhan/best-way-to-splice-an-array-by-value-2pe1</link>
      <guid>https://dev.to/santokhan/best-way-to-splice-an-array-by-value-2pe1</guid>
      <description>&lt;p&gt;&lt;code&gt;const index = array.indexOf(item);&lt;br&gt;
if (index !== -1) array.splice(index, 1);&lt;/code&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>There have multiple way to create live server on your any directory.</title>
      <dc:creator>Santo Khan</dc:creator>
      <pubDate>Sat, 26 Nov 2022 04:46:04 +0000</pubDate>
      <link>https://dev.to/santokhan/there-have-multiple-way-to-create-live-server-on-your-any-directory-1can</link>
      <guid>https://dev.to/santokhan/there-have-multiple-way-to-create-live-server-on-your-any-directory-1can</guid>
      <description>&lt;p&gt;PHP &amp;gt; php -S localhost&lt;br&gt;
Python &amp;gt; python -m SimpleHTTPServer&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Hello everyone. I am new here to share my experience with all of you.</title>
      <dc:creator>Santo Khan</dc:creator>
      <pubDate>Wed, 06 Jan 2021 21:04:01 +0000</pubDate>
      <link>https://dev.to/santokhan/hello-everyone-i-am-new-here-to-share-my-experience-with-all-of-you-4dg7</link>
      <guid>https://dev.to/santokhan/hello-everyone-i-am-new-here-to-share-my-experience-with-all-of-you-4dg7</guid>
      <description></description>
    </item>
  </channel>
</rss>
