<?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: Akshay Bhopani</title>
    <description>The latest articles on DEV Community by Akshay Bhopani (@akshaybhopani).</description>
    <link>https://dev.to/akshaybhopani</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%2F496407%2F9e392f72-2619-474d-8659-06bec5edcfb0.jpeg</url>
      <title>DEV Community: Akshay Bhopani</title>
      <link>https://dev.to/akshaybhopani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akshaybhopani"/>
    <language>en</language>
    <item>
      <title>Open Source is Awesome - Hacktoberfest 2020</title>
      <dc:creator>Akshay Bhopani</dc:creator>
      <pubDate>Thu, 22 Oct 2020 08:51:59 +0000</pubDate>
      <link>https://dev.to/akshaybhopani/open-source-is-awesome-hacktoberfest-2020-1fio</link>
      <guid>https://dev.to/akshaybhopani/open-source-is-awesome-hacktoberfest-2020-1fio</guid>
      <description>&lt;h2&gt;
  
  
  It was fun contributing to open-source. This is What I Learned from Hacktoberfest 2020
&lt;/h2&gt;

&lt;p&gt;Being a web developer my contributions were mostly on website projects. Here are a few of those highlighted contributions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Picture In Picture
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gmPLqd3e--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/pcceqk7gd98in55kq44t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gmPLqd3e--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/pcceqk7gd98in55kq44t.png" alt="Picture In Picture"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Picture In Picture uses Browser's getDisplayMedia Method to capture the screen and then request Picture In Picture Feed.&lt;/p&gt;

&lt;p&gt;Here are my contributions -&lt;/p&gt;

&lt;p&gt;1) Trigger getDisplayMedia() Method only on button click instead of page start.&lt;br&gt;
2) New easy to understand interface with proper step by step explanation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Learned about browser's getDisplayMedia and requestPictureInPicture() method. &lt;br&gt;
Learned more about CSS flexbox and its techniques.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://akshaybhopani.github.io/PIP/"&gt;View PIP App&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/AKSHAYBHOPANI/PIP"&gt;Visit GitHub&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Keikocorp Website
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iifXK9XX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/w5wq14gdaaq1eyfcee2x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iifXK9XX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/w5wq14gdaaq1eyfcee2x.png" alt="Keikocorp"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Incredibly, Bruno the CEO of Keiko Corp has built the fastest-growing tech start-up in Silicon Valley, without ever having launched a website. Bruno's marketing team is insisting that they need a website. The design is totally open to interpretation and modification during the first iteration of development.&lt;/p&gt;

&lt;p&gt;Here are my contributions -&lt;/p&gt;

&lt;p&gt;1)Adding Padding to sections as required by the mockup given by Keiko Corp.&lt;br&gt;
2)Fixing Weird Spacing Below Navbar caused by CSS override. &lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Learned about Figma design and making most of it and using its CSS in our own projects. Learned about how CSS Overrides can cause several issues and troubleshoot the same.&lt;/p&gt;

&lt;p&gt;&lt;a href="//keiko-corp.netlify.app/"&gt;View Keiko-Corp Website&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/AKSHAYBHOPANI/Keiko-Corp"&gt;Visit GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---32NVr1z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/p6ddc3ntcu3qlrqtw0fs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---32NVr1z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/p6ddc3ntcu3qlrqtw0fs.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These are some of my contributions to Hacktoberfest 2020. It was a fun learning experience. Thanks to Digital Ocean, GitHub, and Dev Community for combined efforts to make Hacktoberfest 2020 a real success. &lt;/p&gt;

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