<?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: atharwa_24</title>
    <description>The latest articles on DEV Community by atharwa_24 (@atharwa24).</description>
    <link>https://dev.to/atharwa24</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%2F447278%2F7e6bf3f2-13aa-44af-9c60-e4b724e52b19.jpeg</url>
      <title>DEV Community: atharwa_24</title>
      <link>https://dev.to/atharwa24</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/atharwa24"/>
    <language>en</language>
    <item>
      <title>Getting started with OSS!!</title>
      <dc:creator>atharwa_24</dc:creator>
      <pubDate>Wed, 30 Sep 2020 19:41:22 +0000</pubDate>
      <link>https://dev.to/atharwa24/my-first-hacktoberfest-55g4</link>
      <guid>https://dev.to/atharwa24/my-first-hacktoberfest-55g4</guid>
      <description>&lt;p&gt;Starting from July ,when I first came to know about &lt;code&gt;Hacktoberfest&lt;/code&gt;,I was quite excited to participate in it.In the due course of time I came across the &lt;code&gt;Open Source Hacks&lt;/code&gt; organised by &lt;code&gt;Anitab.org&lt;/code&gt; . There I got a chance to get more familiar with the git concepts and came in contact with some amazing mentors (which i have learned but never applied in a Real case scenario working with any organization)&lt;/p&gt;

&lt;p&gt;This helped me a lot to get familiar with the project's actual production code base.That (OSH) event was going to end on 30th of September and Hacktoberfest was going to start from 1st of October. As I was familiar with that projects code base I decided to get started by Contributing towards &lt;a href="https://github.com/anitab-org/mentorship-android" rel="noopener noreferrer"&gt;Mentorship-Android&lt;/a&gt; .&lt;br&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%2Fe2fdtwj9ac6p1mipuk9j.PNG" 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%2Fe2fdtwj9ac6p1mipuk9j.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Later, explored issues marked with hacktoberfest resolved couple of those in the September.As I completed with my commits , I eagerly started waiting for 1st of October.&lt;/p&gt;

&lt;p&gt;At 12:00 am,Oct 1st, I send my first PR to Anitab-org &lt;code&gt;Mentorship-android&lt;/code&gt; that was basically solving a xml bug which occured on the login screen of the app background. The count on Hacktoberfest profile turned 1! I can't wait further I made the other 4 pull requests and filled the bar!!!!!&lt;br&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%2Fd9070bf3ymez0vut16m6.PNG" 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%2Fd9070bf3ymez0vut16m6.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Looking forward to contribute as much as I can during the fest!&lt;/p&gt;

&lt;p&gt;Even if you are new to git , Github , Open Source platform give it a try its a great platform to get started in OSS &lt;br&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%2F4mu9tiay17f9zwc33we0.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%2F4mu9tiay17f9zwc33we0.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hacktoberfest.digitalocean.com/details" rel="noopener noreferrer"&gt;Resources&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>github</category>
      <category>git</category>
      <category>opensourcehacks</category>
    </item>
    <item>
      <title>Integrated Build to test, build gradle, automate labels, and much more in single Workflow for Android</title>
      <dc:creator>atharwa_24</dc:creator>
      <pubDate>Sat, 15 Aug 2020 15:14:28 +0000</pubDate>
      <link>https://dev.to/atharwa24/integrated-build-to-test-build-gradle-automate-labels-greet-the-first-pr-workflow-for-android-5e5b</link>
      <guid>https://dev.to/atharwa24/integrated-build-to-test-build-gradle-automate-labels-greet-the-first-pr-workflow-for-android-5e5b</guid>
      <description>&lt;h3&gt;
  
  
  My Workflow - Custom Android CI with Gradle
&lt;/h3&gt;

&lt;p&gt;I am a newbie ,to GitHub really fascinated with the Communities present on GitHub and how they works, who likes to contribute on OSS.&lt;br&gt;
So this was my first try to GITHUB ACTIONS.I thought of the tasks which can be automated using the Actions, The options provided were really cool to automate the stuff on a repo.So firstly I added the test,and gradle build with changes integrated in continuation(CI-continuous integration),committed it &lt;/p&gt;
&lt;h3&gt;
  
  
  Hurray!!! Build Successful
&lt;/h3&gt;

&lt;p&gt;I got quite excited with it. As I tried Integrating the Travis CI integration but somehow required a heck lot of time for setting up the integration(I was new to it).&lt;br&gt;
Later, when my first small Pull request got Merged in &lt;code&gt;google/docsy&lt;/code&gt; one of its maintainer commented "Nice,Thanks" ,It gave me a crazy dopamine boost.&lt;br&gt;
In short, that comment made me move more towards the OSS contribution.So, I decided to add the automated the First PR message for First Commits.&lt;/p&gt;

&lt;p&gt;When I was checking repos I saw the labels added on them. Those have made me understand the basic purpose of the PR at just a glance towards it.This was the reason I add the automated labels in the workflow.&lt;br&gt;
So, this was the first workflow Created by me using Custom GitHub actions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--k4oDkppk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/uo1ski1je9c4xlacgp4f.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--k4oDkppk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/uo1ski1je9c4xlacgp4f.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;
  
  
  Custom Android CI with Gradle build
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Integrated Build to test&lt;/li&gt;
&lt;li&gt;build gradle &lt;/li&gt;
&lt;li&gt;automate labels &lt;/li&gt;
&lt;li&gt;Greet the First PR Workflow &lt;/li&gt;
&lt;li&gt;Broken link checker&lt;/li&gt;
&lt;li&gt;Add new contributors directly into the README with their images &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Submission Category: &lt;code&gt;Maintainer Must-Haves&lt;/code&gt;, &lt;code&gt;Wacky Wildcards&lt;/code&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;This will Surely help maintainers to check automated tests,&lt;/li&gt;
&lt;li&gt;gradle build,&lt;/li&gt;
&lt;li&gt;Check First PR and appriciate them,&lt;/li&gt;
&lt;li&gt;automate labels on the PR&lt;/li&gt;
&lt;li&gt;checks Broken links in README file &lt;/li&gt;
&lt;li&gt;Add new contributors directly into the README&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  &lt;a href="https://github.com/atharwa-24/VIT_Pune_Events/blob/master/.github/workflows/android_custom.yml"&gt;android_custom.yml&lt;/a&gt;
&lt;/h3&gt;
&lt;h3&gt;
  
  
  Additional Resources / Info:
&lt;/h3&gt;
&lt;h1&gt;
  
  
  Project That uses the workflow:
&lt;/h1&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/atharwa-24"&gt;
        atharwa-24
      &lt;/a&gt; / &lt;a href="https://github.com/atharwa-24/VIT_Pune_Events"&gt;
        VIT_Pune_Events
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      VIT Pune Events
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div&gt;
&lt;h1&gt;
VIT PUNE EVENTS APP&lt;/h1&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/4e899884789e8de0ae3498da01f4aa4d13956a1d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f617468617277612d32342f5649545f50756e655f4576656e74732f416e64726f696425323043493f6c6f676f3d416e64726f6964"&gt;&lt;img src="https://camo.githubusercontent.com/4e899884789e8de0ae3498da01f4aa4d13956a1d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f617468617277612d32342f5649545f50756e655f4576656e74732f416e64726f696425323043493f6c6f676f3d416e64726f6964" alt="Android CI"&gt;&lt;/a&gt;
&lt;a href="https://www.codacy.com/manual/atharwakharkar/VIT_Pune_Events?utm_source=github.com&amp;amp;utm_medium=referral&amp;amp;utm_content=atharwa-24/VIT_Pune_Events&amp;amp;utm_campaign=Badge_Grade" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/997191eb262de101d82793436300ea80073ab6f2/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3531306233313339613630343431646461333362653935383265643165356130" alt="Codacy Badge"&gt;&lt;/a&gt;
&lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/8ce7950d65fd9dcba0621fd23c1113b1be37ee19/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617468617277612d32342f5649545f50756e655f4576656e74733f6c6f676f3d476974687562"&gt;&lt;img src="https://camo.githubusercontent.com/8ce7950d65fd9dcba0621fd23c1113b1be37ee19/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617468617277612d32342f5649545f50756e655f4576656e74733f6c6f676f3d476974687562" alt="GitHub"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;This app consists of events happen in VIT college&lt;/p&gt;
&lt;p&gt;This is a F.Y. software project.&lt;/p&gt;
&lt;p&gt;This app works on &lt;code&gt;Android Platform&lt;/code&gt; only.&lt;/p&gt;
&lt;p&gt;This app is built using &lt;code&gt;Android Studio&lt;/code&gt;, &lt;code&gt;Java language&lt;/code&gt;,
&lt;code&gt;FireBase Authentication&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;
Contributors ✨
&lt;/h2&gt;
&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
                &lt;td&gt;
                    &lt;a href="https://github.com/atharwa-24"&gt;
                        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4Fq0TU2U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://avatars0.githubusercontent.com/u/54115798%3Fv%3D4" width="100;" alt="atharwa-24"&gt;
                        &lt;br&gt;
                        &lt;b&gt;Atharwa_24&lt;/b&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;a href="https://github.com/ImgBotApp"&gt;
                        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qnT3_BEg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://avatars1.githubusercontent.com/u/31427850%3Fv%3D4" width="100;" alt="ImgBotApp"&gt;
                        &lt;br&gt;
                        &lt;b&gt;Imgbot&lt;/b&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;a href="https://github.com/restyled-commits"&gt;
                        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lTyEzIRM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://avatars0.githubusercontent.com/u/65077583%3Fv%3D4" width="100;" alt="restyled-commits"&gt;
                        &lt;br&gt;
                        &lt;b&gt;Restyled Commits&lt;/b&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;a href="https://github.com/codacy-badger"&gt;
                        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kamTzsIK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://avatars3.githubusercontent.com/u/23704769%3Fv%3D4" width="100;" alt="codacy-badger"&gt;
                        &lt;br&gt;
                        &lt;b&gt;Codacy Badger&lt;/b&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/atharwa-24/VIT_Pune_Events"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h1&gt;
  
  
  License:
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/atharwa-24/VIT_Pune_Events/blob/master/LICENSE"&gt;MIT License&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Follow:
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/atharwa-24"&gt;GitHub&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/atharwa24"&gt;Dev&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instagram.com/atharwa_24"&gt;Instagram&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/kharkar_atharwa"&gt;Twitter&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/atharwa-kharkar-a5351a165/"&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;

</description>
      <category>actionshackathon</category>
      <category>github</category>
      <category>codenewbie</category>
      <category>android</category>
    </item>
  </channel>
</rss>
