<?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: Manasi Vora</title>
    <description>The latest articles on DEV Community by Manasi Vora (@manas1v).</description>
    <link>https://dev.to/manas1v</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%2F27058%2Fbd2392c3-60e5-4240-9e45-0a86a9311c8a.jpg</url>
      <title>DEV Community: Manasi Vora</title>
      <link>https://dev.to/manas1v</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manas1v"/>
    <language>en</language>
    <item>
      <title>Starting with a new cloud platform GCP</title>
      <dc:creator>Manasi Vora</dc:creator>
      <pubDate>Fri, 22 Feb 2019 13:55:35 +0000</pubDate>
      <link>https://dev.to/manas1v/starting-with-a-new-cloud-platform-gcp-3o2b</link>
      <guid>https://dev.to/manas1v/starting-with-a-new-cloud-platform-gcp-3o2b</guid>
      <description>&lt;p&gt;I started learning GCP after spending 4+ years with AWS.&lt;br&gt;
The main constructs of the cloud or any infrastructure are always going to be the same. What's important is to understand the differences which allow you to build something more powerful in an easier way than what you have achieved on the earlier cloud. I was glad to have found this course - &lt;a href="https://www.coursera.org/learn/gcp-fundamentals-aws"&gt;Google Cloud Platform Fundamentals for AWS Professionals&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It gives a comparison of Google Cloud capabilities and makes it super easy to understand for someone who has knowledge of AWS's terminology and concepts.&lt;/p&gt;

&lt;p&gt;In fact, such a course also helps in strengthening your AWS understanding. Now you are able to get a new perspective of the cloud that you know. It also talks about portability solution. &lt;/p&gt;

&lt;p&gt;Cloud has proliferated so much that most of us have had some form of cloud experience. With Gen Y, they know cloud from very early on with their pictures, messages, documents and even college assignments stored there!&lt;/p&gt;

&lt;p&gt;Every major cloud provider should have a starter documentation for developers who have some cloud experience.&lt;/p&gt;

&lt;p&gt;After this course, I was able to continue hands on with additional GCP courses and POCs in qwiklabs.&lt;/p&gt;

&lt;p&gt;Quick tips:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Make your own notes for every course/tutorial you study&lt;/li&gt;
&lt;li&gt;Hands On: Don't skip the hands-on exercises assuming you know&lt;/li&gt;
&lt;li&gt;Visit the course again after 2 weeks after skimming through your notes&lt;/li&gt;
&lt;li&gt;Refer the main documentaion of GCP/AWS for latest version and details where needed&lt;/li&gt;
&lt;li&gt;Plan a exercise/small solution to develop once the course is complete&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>cloud</category>
      <category>architecture</category>
    </item>
    <item>
      <title>Chromedriver vs phantomjs on selenium</title>
      <dc:creator>Manasi Vora</dc:creator>
      <pubDate>Fri, 30 Nov 2018 14:24:39 +0000</pubDate>
      <link>https://dev.to/manas1v/chromedriver-vs-phantomjs-on-selenium-7n1</link>
      <guid>https://dev.to/manas1v/chromedriver-vs-phantomjs-on-selenium-7n1</guid>
      <description>&lt;p&gt;While implementing selenium automation for one of the projects, we have evaluated casperjs, phantomjs, selenium and now selenium with chromedriver.&lt;br&gt;
Of all of them chromedriver seems most robust and is the current favorite. Here are my reasons for using chromedriver:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Easy installation&lt;/li&gt;
&lt;li&gt;phantomjs leaves too many stale processes and causes memory leaks. Not faced this issue with chromedriver&lt;/li&gt;
&lt;li&gt;Requires centos 7. It has compatibility issues with centos 6&lt;/li&gt;
&lt;li&gt;Multiple ChromeOptions() for finer control&lt;/li&gt;
&lt;li&gt;Allows for automating browser download via a button click and 'save as' dialog box. phantomjs based selenium was unable to do it&lt;/li&gt;
&lt;li&gt;All selenium WebDriver methods are available&lt;/li&gt;
&lt;li&gt;Ongoing support. Supported and managed by Google - &lt;a href="http://chromedriver.chromium.org/help" rel="noopener noreferrer"&gt;http://chromedriver.chromium.org/help&lt;/a&gt;
This has allowed for creation of powerful web crawlers and bots!&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>chromedriver</category>
      <category>chromium</category>
      <category>webdriver</category>
      <category>automation</category>
    </item>
    <item>
      <title>Hi, I am Manasi</title>
      <dc:creator>Manasi Vora</dc:creator>
      <pubDate>Sun, 23 Jul 2017 06:24:12 +0000</pubDate>
      <link>https://dev.to/manas1v/introduction</link>
      <guid>https://dev.to/manas1v/introduction</guid>
      <description></description>
      <category>introduction</category>
    </item>
  </channel>
</rss>
