<?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: kkamara</title>
    <description>The latest articles on DEV Community by kkamara (@kkamara).</description>
    <link>https://dev.to/kkamara</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%2F659449%2F74f489fb-3de9-4fe4-bef6-3a09861da91e.jpg</url>
      <title>DEV Community: kkamara</title>
      <link>https://dev.to/kkamara</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kkamara"/>
    <language>en</language>
    <item>
      <title>(selenium) Navigate to amazon, searches for samsung phones and pulls the title and price data.</title>
      <dc:creator>kkamara</dc:creator>
      <pubDate>Wed, 27 Apr 2022 08:42:49 +0000</pubDate>
      <link>https://dev.to/kkamara/selenium-navigate-to-amazon-searches-for-samsung-phones-and-pulls-the-title-and-price-data-2mh2</link>
      <guid>https://dev.to/kkamara/selenium-navigate-to-amazon-searches-for-samsung-phones-and-pulls-the-title-and-price-data-2mh2</guid>
      <description>&lt;p&gt;&lt;strong&gt;Important note:&lt;/strong&gt;&lt;br&gt;
Before you try to scrape any website, go through its robots.txt file. You can access it via domainname/robots.txt. There, you will see a list of pages allowed and disallowed for scraping. You should not violate any terms of service of any website you scrape.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Proven in a production environment&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/kkamara/amazon-scraper"&gt;https://github.com/kkamara/amazon-scraper&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>(Live Link) Reactjs 18 with redux</title>
      <dc:creator>kkamara</dc:creator>
      <pubDate>Wed, 27 Apr 2022 08:40:32 +0000</pubDate>
      <link>https://dev.to/kkamara/live-link-reactjs-18-with-redux-498n</link>
      <guid>https://dev.to/kkamara/live-link-reactjs-18-with-redux-498n</guid>
      <description>&lt;p&gt;Live link: &lt;a href="https://kkamara.github.io/react-boilerplate/"&gt;https://kkamara.github.io/react-boilerplate/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/kkamara/react-boilerplate"&gt;https://github.com/kkamara/react-boilerplate&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Automate the installation of common tools and packages for debian-based linux distros</title>
      <dc:creator>kkamara</dc:creator>
      <pubDate>Wed, 27 Apr 2022 08:38:19 +0000</pubDate>
      <link>https://dev.to/kkamara/automate-the-installation-of-common-tools-and-packages-for-debian-based-linux-distros-2cgm</link>
      <guid>https://dev.to/kkamara/automate-the-installation-of-common-tools-and-packages-for-debian-based-linux-distros-2cgm</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/kkamara/debian-desktop-setup"&gt;https://github.com/kkamara/debian-desktop-setup&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Automates the installation of common tools and packages for debian-based linux distros.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;wget&lt;/li&gt;
&lt;li&gt;exo-utils&lt;/li&gt;
&lt;li&gt;vlc&lt;/li&gt;
&lt;li&gt;gedit&lt;/li&gt;
&lt;li&gt;openssh-server&lt;/li&gt;
&lt;li&gt;openssh-client&lt;/li&gt;
&lt;li&gt;vim&lt;/li&gt;
&lt;li&gt;neofetch&lt;/li&gt;
&lt;li&gt;rar&lt;/li&gt;
&lt;li&gt;zip&lt;/li&gt;
&lt;li&gt;composer&lt;/li&gt;
&lt;li&gt;php&lt;/li&gt;
&lt;li&gt;dbeaver&lt;/li&gt;
&lt;li&gt;slack&lt;/li&gt;
&lt;li&gt;zoom&lt;/li&gt;
&lt;li&gt;microsoft teams&lt;/li&gt;
&lt;li&gt;mega&lt;/li&gt;
&lt;li&gt;spotify&lt;/li&gt;
&lt;li&gt;nvm&lt;/li&gt;
&lt;li&gt;golang&lt;/li&gt;
&lt;li&gt;docker&lt;/li&gt;
&lt;li&gt;docker-compose&lt;/li&gt;
&lt;li&gt;chrome&lt;/li&gt;
&lt;li&gt;composer&lt;/li&gt;
&lt;li&gt;discord&lt;/li&gt;
&lt;li&gt;postman&lt;/li&gt;
&lt;li&gt;vscode&lt;/li&gt;
&lt;li&gt;net-tools&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Get started with php and docker</title>
      <dc:creator>kkamara</dc:creator>
      <pubDate>Wed, 27 Apr 2022 08:36:41 +0000</pubDate>
      <link>https://dev.to/kkamara/get-started-with-php-and-docker-33o9</link>
      <guid>https://dev.to/kkamara/get-started-with-php-and-docker-33o9</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/kkamara/php-docker-skeleton"&gt;https://github.com/kkamara/php-docker-skeleton&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>(Live Link) Laravel react boilerplate with redux</title>
      <dc:creator>kkamara</dc:creator>
      <pubDate>Wed, 27 Apr 2022 08:36:09 +0000</pubDate>
      <link>https://dev.to/kkamara/live-link-boilerplate-with-redux-39ej</link>
      <guid>https://dev.to/kkamara/live-link-boilerplate-with-redux-39ej</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/kkamara/laravel-react-boilerplate"&gt;https://github.com/kkamara/laravel-react-boilerplate&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>(Live Link) Browse and manage your favourite Marvel Comics</title>
      <dc:creator>kkamara</dc:creator>
      <pubDate>Wed, 27 Apr 2022 08:35:14 +0000</pubDate>
      <link>https://dev.to/kkamara/live-link-browse-and-manage-your-favourite-marvel-comics-119p</link>
      <guid>https://dev.to/kkamara/live-link-browse-and-manage-your-favourite-marvel-comics-119p</guid>
      <description>&lt;p&gt;Live link: &lt;a href="https://kkamara.github.io/mrvl"&gt;https://kkamara.github.io/mrvl&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/kkamara/mrvl"&gt;https://github.com/kkamara/mrvl&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>(selenium) Automate web browsing with Python &amp; Chrome</title>
      <dc:creator>kkamara</dc:creator>
      <pubDate>Wed, 27 Apr 2022 08:33:44 +0000</pubDate>
      <link>https://dev.to/kkamara/automate-web-browsing-with-chrome-16ef</link>
      <guid>https://dev.to/kkamara/automate-web-browsing-with-chrome-16ef</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/kkamara/selenium-py"&gt;https://github.com/kkamara/selenium-py&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
