<?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: Ayush Kumar Singh</title>
    <description>The latest articles on DEV Community by Ayush Kumar Singh (@web_dev_ayush).</description>
    <link>https://dev.to/web_dev_ayush</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%2F477902%2F59f947f5-bb15-426c-93c0-6c72e7fbd8a8.jpg</url>
      <title>DEV Community: Ayush Kumar Singh</title>
      <link>https://dev.to/web_dev_ayush</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/web_dev_ayush"/>
    <language>en</language>
    <item>
      <title>Best boilerplate code websites</title>
      <dc:creator>Ayush Kumar Singh</dc:creator>
      <pubDate>Thu, 01 Oct 2020 13:25:28 +0000</pubDate>
      <link>https://dev.to/web_dev_ayush/best-boilerplate-code-websites-5b7k</link>
      <guid>https://dev.to/web_dev_ayush/best-boilerplate-code-websites-5b7k</guid>
      <description>&lt;p&gt;Hey, I need help from every one of you. Please share the best place to find boilerplate code for different languages and purposes.&lt;/p&gt;

&lt;p&gt;You can enter like this &lt;br&gt;
&lt;code&gt;HTML - https://www.w3schools.com/&lt;/code&gt;&lt;br&gt;
&lt;code&gt;CSS - https://css-tricks.com/&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The above two are just examples please share like this in the comments. So, your knowledge can be used by everyone in need of help.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
    </item>
    <item>
      <title>can anyone tell how a site like this can be made?</title>
      <dc:creator>Ayush Kumar Singh</dc:creator>
      <pubDate>Wed, 30 Sep 2020 14:19:02 +0000</pubDate>
      <link>https://dev.to/web_dev_ayush/can-anyone-tell-how-a-site-like-this-can-be-made-22nj</link>
      <guid>https://dev.to/web_dev_ayush/can-anyone-tell-how-a-site-like-this-can-be-made-22nj</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://activebacklink.com/
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I want to create a website like this for days but I am really not getting on how can I create it without any mistakes or problems.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I can create everything in the front end.

&lt;ul&gt;
&lt;li&gt;Main problem is how can I create a user authentication system that can store the purchase from a 3rd party like Paypal or this website uses razor pay.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>php</category>
    </item>
    <item>
      <title>What is the best backend language to learn fast? 😕</title>
      <dc:creator>Ayush Kumar Singh</dc:creator>
      <pubDate>Wed, 30 Sep 2020 11:36:45 +0000</pubDate>
      <link>https://dev.to/web_dev_ayush/what-is-the-best-backend-language-to-learn-fast-16g1</link>
      <guid>https://dev.to/web_dev_ayush/what-is-the-best-backend-language-to-learn-fast-16g1</guid>
      <description>&lt;p&gt;I want to learn a database language that can help me to make platforms with full authentication and profile creations but the more I search the more I am getting confused that from where should I start.&lt;/p&gt;

&lt;p&gt;Also, In what combination should I learn. For example,&lt;/p&gt;

&lt;p&gt;PHP + Mysql&lt;br&gt;
React + Firebase&lt;/p&gt;

&lt;p&gt;suggest something like if you can :)&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>database</category>
    </item>
    <item>
      <title>Should I make PWA(Progressive Web Apps) generator? </title>
      <dc:creator>Ayush Kumar Singh</dc:creator>
      <pubDate>Wed, 30 Sep 2020 10:55:47 +0000</pubDate>
      <link>https://dev.to/web_dev_ayush/should-i-make-pwa-progressive-web-apps-generator-1m17</link>
      <guid>https://dev.to/web_dev_ayush/should-i-make-pwa-progressive-web-apps-generator-1m17</guid>
      <description>&lt;p&gt;I am thinking of making a PWA(Progressive Web Apps) generator so that anyone without any knowledge can convert his/her website to a web app that can be installed anywhere.&lt;/p&gt;

&lt;p&gt;Here is how I am thinking of making it. &lt;/p&gt;

&lt;p&gt;First, there would be 2 options after all the boilerplate details.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;WordPress&lt;/li&gt;
&lt;li&gt;Custom &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If someone chooses WordPress I will recommend plugins so that they can edit &lt;/p&gt; tag details in and then they have to click on the next step.

&lt;p&gt;In the next step, you have added details in simple HTML inputs with a preview on the other side of the manifest.json that will generate after you submit all these details.&lt;/p&gt;

&lt;p&gt;Then comes the service-worker step where I am thinking of sharing a simple sw.js for the WordPress users and for the custom code users I will allow them to add their file structure for cache and offline.&lt;/p&gt;

&lt;p&gt;This is it in three steps you will see the + button on your browser. &lt;/p&gt;

&lt;p&gt;Why I am making this?&lt;/p&gt;

&lt;p&gt;When I was learning about PWA and trying to convert my PHP website into PWA it just has a lot of unnecessary details which I think is not required by most beginners.&lt;/p&gt;

&lt;p&gt;What is the problem?&lt;/p&gt;

&lt;p&gt;Does anyone else has also faced this problem or is it just me who is this dumb? :)&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>php</category>
      <category>css</category>
    </item>
  </channel>
</rss>
