<?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: Nidhi Singh</title>
    <description>The latest articles on DEV Community by Nidhi Singh (@nidhisingh).</description>
    <link>https://dev.to/nidhisingh</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%2F1116622%2F12c3f9d6-9582-490b-b366-b27fb422c438.jpeg</url>
      <title>DEV Community: Nidhi Singh</title>
      <link>https://dev.to/nidhisingh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nidhisingh"/>
    <language>en</language>
    <item>
      <title>🔐Make an Informed Decision: Selecting the Best Licence for Your Code : Open-source and licensing series - (3/7)</title>
      <dc:creator>Nidhi Singh</dc:creator>
      <pubDate>Sun, 16 Jul 2023 08:21:24 +0000</pubDate>
      <link>https://dev.to/nidhisingh/open-source-and-licensing-series-37-3d46</link>
      <guid>https://dev.to/nidhisingh/open-source-and-licensing-series-37-3d46</guid>
      <description>&lt;p&gt;📜What Is the Purpose of a Software Licence?&lt;br&gt;
A software licence is essential for informing others what they can and cannot do with your source code. It establishes the rules and permissions for use, distribution, and modification, providing clarity and legal protection for your work.&lt;/p&gt;

&lt;p&gt;⚖️Default Copyright Laws and the Freedom to Choose&lt;br&gt;
Remember that you are under no obligation to select a licence. However, in the absence of one, default copyright laws apply. This means that you retain complete ownership of your source code, and others may not reproduce, distribute, or create derivative works without your explicit permission. By choosing a licence, you can specify how your code can be used and shared within the developer community.&lt;/p&gt;

&lt;p&gt;The Open Source Advantage&lt;br&gt;
It is advisable to include an open source licence if you are starting an open source project. By selecting the appropriate licence, you enable a thriving ecosystem in which ideas flow freely and innovation thrives.&lt;/p&gt;

&lt;p&gt;🔍Resources to Help You Make the Best Decision&lt;br&gt;
I understand how difficult it can be to choose the right licence. Find the link of the resources in the comment.&lt;/p&gt;

&lt;p&gt;Explore your options, think about your objectives, and then decide in a way that is consistent with your overall vision.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>community</category>
    </item>
    <item>
      <title>🌐Embrace the Power of Open Source: Know the Different Types of Licences! Open-source and licensing series - (2/7)</title>
      <dc:creator>Nidhi Singh</dc:creator>
      <pubDate>Sat, 15 Jul 2023 06:28:50 +0000</pubDate>
      <link>https://dev.to/nidhisingh/open-source-and-licensing-series-27-5ek</link>
      <guid>https://dev.to/nidhisingh/open-source-and-licensing-series-27-5ek</guid>
      <description>&lt;p&gt;🌐Embrace the Power of Open Source: Know the Different Types of Licences!&lt;/p&gt;

&lt;p&gt;Open source software (OSS) has completely changed how we cooperate and create, encouraging a spirit of sharing and group advancement. However, successful collaboration and compliance depend on having a solid understanding of the various licence categories.&lt;br&gt;
Broadly there are two categories of open source licenses -&lt;/p&gt;

&lt;p&gt;🔑Copyleft Licences: Copyleft licences are created to maintain the open and free nature of software. They make sure that the software is distributed under the same licence regardless of any changes or new versions. There are two varieties of copyleft: strong copyleft and weak copyleft.&lt;/p&gt;

&lt;p&gt;🔒 Strong Copyleft: Licences demand that any modified or derivative works be distributed in accordance with the same copyleft licence. This guarantees that the project as a whole will stay open source. Strong copyleft licences place a high priority on maintaining the software's independence and fostering a robust open source ecosystem.&lt;br&gt;
✅ Example: GNU General Public License (GPL)&lt;/p&gt;

&lt;p&gt;🔒 Weak Copyleft: Licences with weak copyleft provisions, permit the blending of open source and proprietary code. Any changes made to the original code, nevertheless, must be released under the same licence. A compromise between openness and compatibility with proprietary software is achieved through weak copyleft licences.&lt;br&gt;
✅ Example: Mozilla Public License (MPL)&lt;/p&gt;

&lt;p&gt;🔒Permissive Licences: Permissive licences give users and developers more flexibility. They do not impose the need that derivative works be released under the same licence, allowing the modification, distribution, and use of open source code in proprietary projects. Permissive licences stimulate innovation and wide acceptance.&lt;br&gt;
✅ Examples: MIT License, Apache License, BSD License&lt;/p&gt;

&lt;p&gt;For developers, organisations, and users, it's crucial to understand these licence kinds. It guarantees adherence, defends property rights, and promotes ethical usage and contribution within the open source community.&lt;/p&gt;

&lt;p&gt;Let's work towards clarity, cooperation, and respect for the many licences as we use open source to build a global innovation community.&lt;/p&gt;

&lt;p&gt;Please share your thoughts and experiences with open source licenses in the comments below!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>developer</category>
    </item>
    <item>
      <title>🌟 Exciting Opportunity for Open-Source Beginners!🌟 Open-source and licensing series - (1/7)</title>
      <dc:creator>Nidhi Singh</dc:creator>
      <pubDate>Mon, 10 Jul 2023 05:30:46 +0000</pubDate>
      <link>https://dev.to/nidhisingh/open-source-and-licensing-series-17-52im</link>
      <guid>https://dev.to/nidhisingh/open-source-and-licensing-series-17-52im</guid>
      <description>&lt;p&gt;Are you new to the world of open-source software and unsure where to start? There is no need to look any further! I've discovered an amazing repository that can serve as your ultimate starting point and guide you through the entire process.&lt;/p&gt;

&lt;p&gt;🚀Repository: &lt;a href="https://tinyurl.com/opensource-1"&gt;https://tinyurl.com/opensource-1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This fantastic resource walks you through the process of getting started with open source. It addresses all of the critical issues, making it easier for you to contribute and learn:&lt;/p&gt;

&lt;p&gt;🔀 Forking the Repository on GitHub&lt;br&gt;
✂️ Cloning the Repository Locally&lt;br&gt;
🌿 Creating a New Branch&lt;br&gt;
📝 Committing Your Changes&lt;br&gt;
☁️ Pushing Your Changes&lt;br&gt;
🙌 Raising a Pull Request&lt;/p&gt;

&lt;p&gt;Following this standardised workflow - fork, clone, edit, pull request - will provide you with invaluable hands-on experience and help you become a confident contributor to the open-source community.&lt;/p&gt;

&lt;p&gt;Let's go on this thrilling adventure together!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>opensource</category>
      <category>programming</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
