<?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: Anshul Soni</title>
    <description>The latest articles on DEV Community by Anshul Soni (@anshulsoni4).</description>
    <link>https://dev.to/anshulsoni4</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%2F662205%2F47560f8f-2b7d-410b-adfa-182ade7ed60f.jpeg</url>
      <title>DEV Community: Anshul Soni</title>
      <link>https://dev.to/anshulsoni4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anshulsoni4"/>
    <language>en</language>
    <item>
      <title>How to find good projects for Hacktober Fest 2022 (for beginners)</title>
      <dc:creator>Anshul Soni</dc:creator>
      <pubDate>Tue, 11 Oct 2022 15:36:29 +0000</pubDate>
      <link>https://dev.to/anshulsoni4/how-to-find-good-projects-for-hacktober-fest-2022-for-beginners-41h0</link>
      <guid>https://dev.to/anshulsoni4/how-to-find-good-projects-for-hacktober-fest-2022-for-beginners-41h0</guid>
      <description>&lt;h2&gt;
  
  
  📍 Want to contribute to open source ?
&lt;/h2&gt;

&lt;p&gt;The finest program for newcomers to open source contributions is Hacktober Fest 2022. All you need is a foundational understanding of the many branches of computer science. The @digitalocean staff's attempt to support and encourage others to start learning about open source and become proficient with Git-Hub is a fantastic one. &lt;/p&gt;

&lt;h3&gt;
  
  
  📍 You might be asking yourself, "How can I contribute to projects if I'm so new to coding?"
&lt;/h3&gt;

&lt;p&gt;Absolutely, you may participate to the copy editing, technical documentation, translating, testing, graphic design, user experience, etc. at Hacktober Fest.&lt;/p&gt;

&lt;h2&gt;
  
  
  📍 Where and how can I find beginner-friendly projects?
&lt;/h2&gt;

&lt;p&gt;Visit the Discord channel for Hacktober Fest at &lt;a href="https://discord.com/invite/hacktoberfest"&gt;https://discord.com/invite/hacktoberfest&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;⭐️ Try looking for worthwhile projects that complement your tech stack, or try adding to or changing the CONTRIBUTING.md or Readme files.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qM0l1g7_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6fvbmsosw8mhzillt3rk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qM0l1g7_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6fvbmsosw8mhzillt3rk.png" alt="Image description" width="880" height="556"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Here is an illustration of how to browse:&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Join their channel on Discord.&lt;/li&gt;
&lt;li&gt;visit the channel for project sharing.&lt;/li&gt;
&lt;li&gt;People continue to share projects, most of which are accessible to beginners.&lt;/li&gt;
&lt;li&gt;Start contributing; the github repository link is present in each project.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;The following blog will discuss how to create your first pull request.👋&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>opensource</category>
      <category>beginners</category>
      <category>hacktoberfest</category>
    </item>
    <item>
      <title>How to make a Alert / Pop-up Box in under 1 minute...</title>
      <dc:creator>Anshul Soni</dc:creator>
      <pubDate>Fri, 23 Jul 2021 05:15:36 +0000</pubDate>
      <link>https://dev.to/anshulsoni4/how-to-make-a-alert-pop-up-box-in-under-1-minute-54k4</link>
      <guid>https://dev.to/anshulsoni4/how-to-make-a-alert-pop-up-box-in-under-1-minute-54k4</guid>
      <description>&lt;p&gt;For this we are using JavaScript :&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;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;

    &amp;lt;title&amp;gt;Alert / Pop-up&amp;lt;/title&amp;gt;

&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;


        &amp;lt;div id="output"&amp;gt;&amp;lt;/div&amp;gt;

        &amp;lt;script type="text/javascript"&amp;gt;

                //pop-up / alert box
                window.alert("This is a Alert Box"); 



        &amp;lt;/script&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>Check these websites if you are a web-developer.....</title>
      <dc:creator>Anshul Soni</dc:creator>
      <pubDate>Thu, 22 Jul 2021 05:21:49 +0000</pubDate>
      <link>https://dev.to/anshulsoni4/check-these-websites-if-you-are-a-web-developer-2fg7</link>
      <guid>https://dev.to/anshulsoni4/check-these-websites-if-you-are-a-web-developer-2fg7</guid>
      <description>&lt;p&gt;W3 Schools - &lt;/p&gt;

&lt;p&gt;Bible for web development, The website has tutorials for these programming languages and they are written in an easy-to-understand language. The website also provides a testing environment where you can test some of the codes that you have written and see if they run. &lt;/p&gt;

&lt;p&gt;Studytonight - &lt;/p&gt;

&lt;p&gt;Studytonight is an online learning centre that teaches various technical subjects and programming languages.&lt;/p&gt;

&lt;p&gt;StackOverflow - &lt;/p&gt;

&lt;p&gt;StackOverflow is the biggest community of developers. The website brings together millions of programmers who come together to share different issues while at the same time teach each other. The website has all the answers to any programming issue that you have encountered.&lt;/p&gt;

&lt;p&gt;YouTube - &lt;/p&gt;

&lt;p&gt;We all know YouTube as a giant video platform that houses all types of video content. As a computer science student, you can use YouTube as your learning tool.&lt;/p&gt;

&lt;p&gt;Tutorialspoint - &lt;/p&gt;

&lt;p&gt;Tutorialspoint is an online tutorial website for aspiring computer programmers. The website provides comprehensive tutorials on various programming languages.&lt;/p&gt;

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