<?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: GOSHROW</title>
    <description>The latest articles on DEV Community by GOSHROW (@goshrow).</description>
    <link>https://dev.to/goshrow</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%2F412481%2F2e9a503d-b511-48cf-b348-26a3ed3be27f.jpeg</url>
      <title>DEV Community: GOSHROW</title>
      <link>https://dev.to/goshrow</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/goshrow"/>
    <language>en</language>
    <item>
      <title>Spam on dev.to? </title>
      <dc:creator>GOSHROW</dc:creator>
      <pubDate>Sun, 04 Oct 2020 07:29:09 +0000</pubDate>
      <link>https://dev.to/goshrow/spam-on-dev-to-2mdh</link>
      <guid>https://dev.to/goshrow/spam-on-dev-to-2mdh</guid>
      <description>&lt;p&gt;I have seen a dozen of blatant spam on dev.to since today morning from atleast 3 different accounts, which I have subsequently reported. &lt;/p&gt;

&lt;p&gt;Please refrain from harming this great community. As for others who have witnessed similar things on your feed, please report them as well.&lt;/p&gt;

&lt;p&gt;It will also be great if dev.to imposes a stricter spam avoidance mechanism on posting to feed, since shitoberfest is already a real thing now. 😔&lt;/p&gt;



&lt;br&gt;
PS. I have screen recorded my feed if needed later on, but would prefer not to doxx anyone or violate anyone's privacy.

&lt;p&gt;Thanks to Karl Heinz Marbaise,  &lt;a href="https://dev.to/search?q=customer%20care%20number&amp;amp;filters=class_name:Article"&gt;https://dev.to/search?q=customer%20care%20number&amp;amp;filters=class_name:Article&lt;/a&gt; filters out these reports for ease of removal.&lt;/p&gt;

</description>
      <category>meta</category>
    </item>
    <item>
      <title>GitHub Organizations: How to SetUp and Use Wisely</title>
      <dc:creator>GOSHROW</dc:creator>
      <pubDate>Wed, 08 Jul 2020 21:32:58 +0000</pubDate>
      <link>https://dev.to/goshrow/github-organizations-how-to-setup-and-use-wisely-5gmf</link>
      <guid>https://dev.to/goshrow/github-organizations-how-to-setup-and-use-wisely-5gmf</guid>
      <description>&lt;p&gt;While laying the ground work for our upcoming FOSS Event &lt;a href="https://BITSoC.github.io"&gt;BIT Summer Of Code&lt;/a&gt;, it appeared to me just how useful and important GitHub has become into organizing any and all events related to FOSS. And a major reason for this may be accredited to the &lt;a href="https://git-scm.com/book/en/v2/GitHub-Managing-an-organization"&gt;GitHub Organizations&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is what makes GitHub a huge advancement over the basic Git VCS: its rich set of feature. As such, Organizations provide an upper-hand over the Single-User, Single-Account paradigm. Just from the abundance of Corporate Organizations showing up regularly on &lt;a href="https://github.com/collections/open-source-organizations"&gt;this FOSS platform&lt;/a&gt;, one may estimate how good of an organizational tool this feature is. &lt;/p&gt;

&lt;p&gt;The creation of a GitHub organization is rather trivial on the other hand. On your homepage at &lt;a href="https://github.com"&gt;GitHub&lt;/a&gt;, click on the the 'Create Organization' from the drop-down on top-left. &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ADHG-P_A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/v7nje1eo9zi8w0728jq0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ADHG-P_A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/v7nje1eo9zi8w0728jq0.png" alt="Organization Create"&gt;&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Thereafter select either of the premium plans for the Organization at hand, although the Free Plan works brilliantly for a range of low to medium level intensive organizations. &lt;/p&gt;

&lt;p&gt;Thereby name your Organization as such and fill in a basic form asking for a contact email-id and a basic purpose of the Organization.&lt;/p&gt;

&lt;p&gt;So, is that it? Yes. Pretty Much. You have an Organization for Yourself. &lt;/p&gt;

&lt;p&gt;However, an organization for a single person is no better than a Single Account. So, let us add some collaborators to manage this immense work load.&lt;/p&gt;

&lt;p&gt;Move ahead to the 'People' section in the nav-bar for your new organization. &lt;br&gt;
&lt;code&gt;https://github.com/orgs/&amp;lt;your-organization&amp;gt;/people&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Here you can invite members to collaborate with you and assign them Membership Roles which you can customize as well further down the line:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Owner : The one with all priviliges and who can modify others' membership roles. &lt;/li&gt;
&lt;li&gt;Member : A customizable role granted as a General Contributor. &lt;/li&gt;
&lt;li&gt;Billing Managers : Folks that manage the billing settings for Your Organization.&lt;/li&gt;
&lt;li&gt;Outside Collaborators : These are folks that make casually contribute to your Organization and make it into a Great Product. It is upon your wise decision to secure your data accordingly. &lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations"&gt;DOCS&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For further wise usage, you can use Github Teams &lt;code&gt;https://github.com/orgs/&amp;lt;your-organization&amp;gt;/teams&lt;/code&gt; for Seamless Communication relevant to the Organization, handle your Organization's software releases &lt;code&gt;https://github.com/orgs/BITSoC/packages&lt;/code&gt; and even set up your workflow with Projects &lt;code&gt;https://github.com/orgs/BITSoC/projects&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Also be vary of the 'Settings' section since it upholds a variety of customizations to the way you use and maintain an Organization, be it to hold a FOSS event like &lt;a href="https://BITSoC.github.io"&gt;ours&lt;/a&gt;, have software release or just maintain a nice cluster of Developers for like-minded activities. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Mentor-Mentee and Community Relations in the times of WFH </title>
      <dc:creator>GOSHROW</dc:creator>
      <pubDate>Wed, 08 Jul 2020 19:13:52 +0000</pubDate>
      <link>https://dev.to/goshrow/mentor-mentee-and-community-relations-in-the-times-of-wfh-5nj</link>
      <guid>https://dev.to/goshrow/mentor-mentee-and-community-relations-in-the-times-of-wfh-5nj</guid>
      <description>&lt;p&gt;With a general remote work environment due to the pandemic, most of developers as well as student developers have shifted completely to an online mode of work. This pretty much changes up our mode of development, interactions and lifestyle. &lt;/p&gt;

&lt;p&gt;My college also had to shift events to be conducted entirely online, such as &lt;a href="https://bitsoc.github.io"&gt;BIT Summer Of Code&lt;/a&gt; which aims to minimize the gap of mentors and mentees.&lt;/p&gt;

&lt;p&gt;While the mentor-mentee relations have been strained due to the absence of Face-to-Face conversations, it also opens up a whole new world of interaction where everybody can mentor each another and be mentored similarly; thus attaining FOSS in terms of human knowledge and human interactions. &lt;/p&gt;

&lt;p&gt;I would love to discuss upon the instances, the relevance, the importance and the practicality of such a remote mentorship.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>news</category>
      <category>contributorswanted</category>
    </item>
  </channel>
</rss>
