From 340dd3c146e51e61464d282a5bce9c2603294cdc Mon Sep 17 00:00:00 2001
From: Nayanika1402 <132455412+Nayanika1402@users.noreply.github.com>
Date: Wed, 15 May 2024 21:44:02 +0530
Subject: [PATCH 1/2] Updated readme file
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index bf3c9d8e..d6015452 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ Here is a list of the currently available categories of the project:
- [UI & UX Design](https://github.com/jfmartinz/ResourceHub/tree/main/UI-UX%20Design)
- [Web3](https://github.com/jfmartinz/ResourceHub/tree/main/Web3)
- [Database](https://github.com/jfmartinz/ResourceHub/tree/main/DBMS%20(Database))
+- [Open Source Development](https://github.com/Nayanika1402/ResourceHub/tree/main/Open%20Source%20Development)
## How to contribute
From a7733e8f6305c9c39a9fa536b232514e648221df Mon Sep 17 00:00:00 2001
From: Nayanika1402 <132455412+Nayanika1402@users.noreply.github.com>
Date: Thu, 16 May 2024 08:27:20 +0530
Subject: [PATCH 2/2] Necessary changes made
---
DBMS (Database)/README.md | 7 ++-----
Open Source Development/README.MD | 5 +----
UI-UX Design/README.md | 6 +-----
Web Development/README.md | 7 +------
Web3/README.md | 7 +------
5 files changed, 6 insertions(+), 26 deletions(-)
diff --git a/DBMS (Database)/README.md b/DBMS (Database)/README.md
index 0c585ec0..ce150885 100644
--- a/DBMS (Database)/README.md
+++ b/DBMS (Database)/README.md
@@ -1,18 +1,15 @@
# Database
+A database is an organized collection of structured information, or data, typically stored electronically in a computer system. Databases are designed to make it easy to store, retrieve, manage, and update data efficiently.
+
## Table of Contents
-- [Overview](#overview)
- [Database Category](#database-category)
- [SQL Databases](#sql-databases)
- [NoSQL Databases](#nosql-databases)
- [Tutorial or Courses](#tutorial-or-courses)
-### Overview
-A database is an organized collection of structured information, or data, typically stored electronically in a computer system. Databases are designed to make it easy to store, retrieve, manage, and update data efficiently.
-
-
### Database Category
#### SQL Databases
diff --git a/Open Source Development/README.MD b/Open Source Development/README.MD
index 539eff4b..73e86941 100644
--- a/Open Source Development/README.MD
+++ b/Open Source Development/README.MD
@@ -1,7 +1,7 @@
# Open Source Development 🌈
+Open source development involves collaborative creation of software where the source code is freely available for anyone to view, modify, and distribute. It fosters transparency, innovation, and community-driven improvement. Developers globally contribute code, fix bugs, and suggest enhancements, often through platforms like GitHub. Projects range from small utilities to complex systems like Linux and Apache. Open source encourages diversity, enabling developers from diverse backgrounds to participate and learn. It democratizes technology, offering accessible solutions and empowering users to tailor software to their needs while promoting a culture of sharing and cooperation in the tech community.
## Table of Contents
-- [Overview](#overview)
- [Website to learn Open Source Development](#website-to-learn-open-source-development)
- [Tutorial or Courses](#tutorial-or-courses)
- [Open Source Technologies](#open-source-technologies)
@@ -9,9 +9,6 @@
- [Events](#events)
- [Youtube Channels](#youtube-channels)
-### Overview
-Open source development involves collaborative creation of software where the source code is freely available for anyone to view, modify, and distribute. It fosters transparency, innovation, and community-driven improvement. Developers globally contribute code, fix bugs, and suggest enhancements, often through platforms like GitHub. Projects range from small utilities to complex systems like Linux and Apache. Open source encourages diversity, enabling developers from diverse backgrounds to participate and learn. It democratizes technology, offering accessible solutions and empowering users to tailor software to their needs while promoting a culture of sharing and cooperation in the tech community.
-
### Website to learn Open Source Development