<?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: Naveen Yalla</title>
    <description>The latest articles on DEV Community by Naveen Yalla (@nyalla).</description>
    <link>https://dev.to/nyalla</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%2F409124%2F37c56dee-a86b-4735-832d-2426ea045c6e.jpeg</url>
      <title>DEV Community: Naveen Yalla</title>
      <link>https://dev.to/nyalla</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nyalla"/>
    <language>en</language>
    <item>
      <title>Whatsapp a number without saving it : wameunknown</title>
      <dc:creator>Naveen Yalla</dc:creator>
      <pubDate>Fri, 11 Feb 2022 12:03:41 +0000</pubDate>
      <link>https://dev.to/nyalla/whatsapp-a-number-without-saving-it-wameunknown-mii</link>
      <guid>https://dev.to/nyalla/whatsapp-a-number-without-saving-it-wameunknown-mii</guid>
      <description>&lt;p&gt;Hello everyone, we all come up with a situation where we need to send a message via whatsapp for onetime. The main prerequisite is to save the number in contacts first then we used to send a message. Often it is frustrating to save in contact for just one time message.&lt;/p&gt;

&lt;p&gt;So I was searching online how to do this without saving a number in contacts. I got some info on whatsapp APIs and its like more of typing a URL and add phonenumber to it. But saving a phonenumber is easier than typing a url with new number everytime.&lt;/p&gt;

&lt;p&gt;So I made a small hack to it and deployed in github pages. All you need to do is go to this url and give phone number and message and click on the Button. &lt;/p&gt;

&lt;p&gt;Now your whatsapp will automatically open chat with given phone number and message. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://nyalla.github.io/wame/"&gt;https://nyalla.github.io/wame/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope you will like it.&lt;/p&gt;

&lt;p&gt;Note: Give the phone number with country code.&lt;/p&gt;

</description>
      <category>whatsapp</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Setup a personal website/blog with Github pages</title>
      <dc:creator>Naveen Yalla</dc:creator>
      <pubDate>Mon, 15 Jun 2020 04:50:27 +0000</pubDate>
      <link>https://dev.to/nyalla/setup-a-personal-website-blog-with-github-pages-2b73</link>
      <guid>https://dev.to/nyalla/setup-a-personal-website-blog-with-github-pages-2b73</guid>
      <description>&lt;p&gt;Nowadays website for personal and portfolio became quite common. Its became a digital identity in the digital world. So getting up a personal website its a not big deal when we have numerous ready-made templates available over the internet with free of cost. &lt;/p&gt;

&lt;p&gt;In this article, we are using &lt;a href="https://pages.github.com/"&gt;Github pages&lt;/a&gt;   to build a static website.  Github pages provide us free hosting and no need to pay anything. And it is a free code repository for private and public repositories.&lt;/p&gt;

&lt;p&gt;All you need to do is get the website template based on the available free themes and host them on Github.&lt;/p&gt;

&lt;p&gt;For this article, I am using this &lt;a href="https://startbootstrap.com/themes/clean-blog/"&gt;template&lt;/a&gt; which is free.  You can select any kind of template from the site. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/BlackrockDigital/startbootstrap-clean-blog/archive/gh-pages.zip"&gt;Download &lt;/a&gt; template to your local system. This contains all the HTML code necessary for a website. This all code is static which means there is no server-side code like PHP etc.&lt;/p&gt;

&lt;p&gt;Now open an account in Github if not there earlier.&lt;/p&gt;

&lt;p&gt;Then create a public repository with name as  &lt;strong&gt;githubusername.github.io&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Now extract the ZIP file from the downloaded theme. &lt;/p&gt;

&lt;p&gt;Upload all the code in that ZIP file folder to the created public repository. (Drag all the content of all the files into the Github repository ).&lt;/p&gt;

&lt;p&gt;Now go to the repository and check index file is available.&lt;/p&gt;

&lt;p&gt;Now click on Settings tab of the repository.&lt;br&gt;&lt;br&gt;
Scroll down to the GitHub pages section and selects master from the dropdown Source . &lt;br&gt;
After you selected master from the dropdown you will find the link above , which is the link for your website. &lt;br&gt;
Its something like   &lt;strong&gt;&lt;a href="https://github_username.github.io/"&gt;https://github_username.github.io/&lt;/a&gt;&lt;/strong&gt;. For instance ., if my username is nyalla then my website will be &lt;a href="https://nyalla.github.io"&gt;https://nyalla.github.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you click on that link you can navigate to the website which you created just now with Github pages and free themes. &lt;/p&gt;

&lt;p&gt;To customize it further you can edit the HTML files and keep your names and further modifications.&lt;/p&gt;

&lt;p&gt;We can also directly generate the websites based on the Jekyll themes from the GitHub pages section.&lt;/p&gt;

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