Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG- Spelling error #821

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Data Structures and Algorithm (DSA)/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Data Structures and Algorithm (DSA) 🖥️
# Data Structures and Algorithm (DSA)

Data Structures and Algorithms (DSA) refer to the study of methods for organizing and storing data and the design of procedures (algorithms) for solving problems, which operate on these data structures.

Expand Down
2 changes: 1 addition & 1 deletion DevOps/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DevOps ♾️
# DevOps
DevOps is a combination of software development (Dev) and operations (Ops). It is defined as a software engineering methodology which aims to integrate the work of development teams and operations teams by facilitating a culture of collaboration and shared responsibility. The DevOps methodology aims to shorten the systems development lifecycle and provide continuous delivery with high software quality. It emphasizes collaboration, automation, integration and rapid feedback cycles. These characteristics help ensure a culture of building, testing, and releasing software that is more reliable and at a high velocity.

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion Machine learning/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Machine Learning 🤖
# Machine Learning

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion Open Source Development/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Open Source Development 🌈
# 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
Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/C(sharp)/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# C# Programming Language 💻
# C# Programming Language
AkhilaSunesh marked this conversation as resolved.
Show resolved Hide resolved

C# (C-Sharp) is a modern, object-oriented programming language developed by Microsoft.
It is part of the .NET framework and is widely used for building Windows applications, web services, and games.
Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/C++/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# C++ ⚙️
# C++

C++ is a powerful general-purpose programming language that supports procedural, object-oriented, and generic programming paradigms. Known for its performance and efficiency, C++ is widely used in software development, game development, system/software applications, and real-time simulations.

Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/C/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# C Programming Resources 🖥️
# C Programming Resources
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# C Programming Resources
# C


C is a powerful and widely-used procedural programming language. Known for its efficiency and versatility, C is commonly used in system programming, embedded systems, and low-level programming.

Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/Go/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Go 👨🏻‍💻
# Go
Go, commonly referred to as Golang, is an open-source programming language developed by Google. It was created by Robert Griesemer, Rob Pike, and Ken Thompson and first released in 2009. Go was designed to address criticisms of other languages in use at Google, such as C++ and Java, focusing on simplicity, efficiency, and readability.

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/Java/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Java
# Java

Java is a high-level, class-based, object-oriented programming language which is one of the most widely used and versatile programming languages in the world. Known for its portability across platforms, robustness, and rich API, Java is used in a variety of applications ranging from web development, mobile apps, enterprise solutions, and large-scale systems.

Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/JavaScript/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JavaScript 📜
# JavaScript

Welcome to the JavaScript section!
JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. It is also known as the scripting language for webpages. It is well-known for the development of web pages, and many non-browser environments also use it.
Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/PHP/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PHP Programming Language 🌐
# PHP Programming Language
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# PHP Programming Language
# PHP


PHP development refers to creating web applications, dynamic websites, and server-side solutions using the PHP programming language.
Known for its efficiency in web development, server-side scripting, and integration with various databases, PHP is widely used in building content management systems,
Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/Python/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Development 🐍🐍
# Python Development
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Python Development
# Python

Python development refers to creating applications, scripts, and software solutions using the Python programming language. Known for its simplicity, readability, and extensive libraries, Python is widely used in web development, data science, machine learning, automation, and more. It emphasizes rapid development and clear, maintainable code, making it a popular choice for both beginners and experienced developers.

Python supports multiple programming paradigms, including procedural, object-oriented, and functional programming, and has a large, supportive community, contributing to a vast ecosystem of tools and resources.
Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/R/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# R Programming Language 📊
# R Programming Language
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# R Programming Language
# R


R is a powerful programming language and software environment specifically designed for statistical computing and graphics. It is widely used among statisticians, data analysts, and researchers for data manipulation, calculation, and graphical display. The language is highly extensible and offers a wide array of statistical and graphical techniques, comprehensive libraries, such as ggplot2 for visualization and dplyr for data manipulation, make R a powerful tool for handling complex
data analysis task making it an essential tool in the field of data science.
Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/React JS/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# React JS
# React JS

React.js is a versatile, open-source JavaScript library that has transformed the landscape of front-end web development. Developed by Facebook, React.js enables developers to build dynamic, interactive user interfaces with ease. Its component-based architecture promotes reusability and modularity, allowing developers to efficiently manage complex UIs.

Expand Down
2 changes: 1 addition & 1 deletion Programming Languages/TypeScript/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TypeScript 📝
# TypeScript

TypeScript is a strongly typed superset of JavaScript that compiles to plain JavaScript. It was developed and is maintained by Microsoft, and it adds optional static typing to the language. This can help developers catch errors early in the development process, provide better tooling, and improve overall code quality.

Expand Down
2 changes: 1 addition & 1 deletion UI-UX Design/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UI & UX Design 🎨
# UI & UX Design
This curated collection offers valuable UI (User Interface) and UX (User Experience) design resources contributed by talented individuals. Here, you'll discover a diverse range of materials and information on UI & UX design.

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion Web Development/Frontend Development/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FrontEnd Web Development 💻
# FrontEnd Web Development
## Overview
- [Roadmap](#roadmap)
- [Courses](#courses)
Expand Down
2 changes: 1 addition & 1 deletion Web Development/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Web Development 🌐
# Web Development
This category is a curated collection of valuable web development resources contributed by amazing contributors. Here, you will find a wide range of materials and information about web development.

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion Web3/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Web3 🚀
# Web3

Web3 is the next-generation internet characterized by decentralization, blockchain technology, and user empowerment. It replaces central authorities with peer-to-peer interactions, relies on blockchain for trustless transactions, and emphasizes data ownership and privacy. Web3 features decentralized applications, smart contracts, and cryptocurrencies, fostering a more open, collaborative, and user-centric online ecosystem.

Expand Down
2 changes: 1 addition & 1 deletion website/mainstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ body.light-mode {
color: #000;
}
.light-mode li a {
color: #fff !important;
color: #000000 !important;
}

.light-mode .text-neutral-300 {
Expand Down