<?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: Abhishek Verma</title>
    <description>The latest articles on DEV Community by Abhishek Verma (@w3abhishek).</description>
    <link>https://dev.to/w3abhishek</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%2F522941%2Fd26c58d9-53b2-42a8-8250-54ed64de9aab.jpg</url>
      <title>DEV Community: Abhishek Verma</title>
      <link>https://dev.to/w3abhishek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/w3abhishek"/>
    <language>en</language>
    <item>
      <title>Tip for Python Devs: No more Googling</title>
      <dc:creator>Abhishek Verma</dc:creator>
      <pubDate>Mon, 22 Feb 2021 20:18:19 +0000</pubDate>
      <link>https://dev.to/w3abhishek/tip-for-python-devs-no-more-googling-5cjc</link>
      <guid>https://dev.to/w3abhishek/tip-for-python-devs-no-more-googling-5cjc</guid>
      <description>&lt;p&gt;A Helpful Tip for Python Devs.&lt;/p&gt;

&lt;p&gt;help(): help is an inbuilt function which displays official documentation within Terminal.&lt;/p&gt;

&lt;p&gt;Can be used in two ways:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;By passing argument&lt;/li&gt;
&lt;li&gt;within terminal&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Stop Googling. Try help() method.&lt;/p&gt;



&lt;blockquote&gt;
&lt;br&gt;
&lt;p&gt;A Helpful Tip for Python Devs.&lt;br&gt;&lt;br&gt;help(): help is an inbuilt function which displays official documentation within Terminal.&lt;br&gt;&lt;br&gt;Can be used in two ways:&lt;br&gt;1. By passing argument&lt;br&gt;2. within terminal&lt;br&gt;&lt;br&gt;Stop Googling. Try help() method.&lt;a href="https://twitter.com/hashtag/Python?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#Python&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/100DaysOfCode?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#100DaysOfCode&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/100DaysOfMLCode?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#100DaysOfMLCode&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/CodeNewbie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#CodeNewbie&lt;/a&gt;&lt;/p&gt;— Abhishek Verma🇮🇳 (&lt;a class="mentioned-user" href="https://dev.to/w3abhishek"&gt;@w3abhishek&lt;/a&gt;) &lt;a href="https://twitter.com/w3Abhishek/status/1363944935439753218?ref_src=twsrc%5Etfw"&gt;February 22, 2021&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt; 

</description>
      <category>python</category>
    </item>
    <item>
      <title>How To Create WordPress Website Offline?</title>
      <dc:creator>Abhishek Verma</dc:creator>
      <pubDate>Sat, 30 Jan 2021 05:03:44 +0000</pubDate>
      <link>https://dev.to/w3abhishek/how-to-create-wordpress-website-offline-8ej</link>
      <guid>https://dev.to/w3abhishek/how-to-create-wordpress-website-offline-8ej</guid>
      <description>&lt;p&gt;Are you just starting with WordPress? No money to buy a hosting for you website. Why not create WordPress website offline.&lt;/p&gt;

&lt;p&gt;You can also create WordPress website offline for testing purposes. It helps developers to build your own plugins.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Create WordPress website offline?
&lt;/h2&gt;

&lt;p&gt;There are actually two methods to create your WordPress website offline. &lt;/p&gt;

&lt;h2&gt;
  
  
  Method 1: Install with Local by Flywheel
&lt;/h2&gt;

&lt;p&gt;In first method we need to use Local by Flywheel to create WordPress website offline.&lt;/p&gt;

&lt;p&gt;Building WordPress site with Local by Flywheel is very simple. You just need to enter simple details and your WordPress website will be ready within seconds. You will also get a ngrok link.&lt;/p&gt;

&lt;h2&gt;
  
  
  Method 2: Using XAMPP Local Server
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Download XAMPP from apachefriends website&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Install XAMPP on your computer&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Download WordPress latest package&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4: Extract in htdocs folder&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5: Start MYSQL from XAMPP&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 6: Create a database&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 7: Install WordPress by entering database details&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Done! Thanks for reading. If you need any help related to WordPress, message me on &lt;a href="https://twitter.com/w3Abhishek"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
    </item>
    <item>
      <title>5 Best Linux Distros for Beginners</title>
      <dc:creator>Abhishek Verma</dc:creator>
      <pubDate>Thu, 24 Dec 2020 05:23:16 +0000</pubDate>
      <link>https://dev.to/w3abhishek/5-best-linux-distros-for-beginners-3p42</link>
      <guid>https://dev.to/w3abhishek/5-best-linux-distros-for-beginners-3p42</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Linux Mint: Very Simple and Sleek linux distro which can be used as a beginner to learn about Linux environment.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ubuntu: Very popular for servers. But also comes with great UI.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Elementary OS: Cool Design and Looks. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Garuda Linux&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Zorin Linux&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>linux</category>
    </item>
    <item>
      <title>Wait! It's all JavaScript...</title>
      <dc:creator>Abhishek Verma</dc:creator>
      <pubDate>Tue, 01 Dec 2020 04:44:59 +0000</pubDate>
      <link>https://dev.to/w3abhishek/wait-it-s-all-javascript-4kof</link>
      <guid>https://dev.to/w3abhishek/wait-it-s-all-javascript-4kof</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fuc6hmuj8i4wtv017qhtu.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fuc6hmuj8i4wtv017qhtu.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>memes</category>
    </item>
  </channel>
</rss>
