You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,16 @@
2
2
3
3
### About
4
4
5
-
Designed to accelerate your coding journey by providing clear and descriptive references for various programming languages, frameworks, and tools. Our goal is to make coding accessible and efficient for everyone, from beginners to advanced developers.
5
+
Code-based references for various programming languages, frameworks and tools designed to simplify your coding experience by providing practical and focused guides that are constantly updated and refined. All of these references are available at referencecollection.com or directly in the /references/* directory.
6
6
7
7
### How it started
8
8
9
-
Throughout my professional career and education. Whenever I explored a new programming language, I developed the habit of creating a reference file with the same extension as the language.
10
-
In this file, I documented the language's basic, intermediate, and advanced features in a clear and concise manner. This practice enhanced my productivity and provided a quick, accessible way to refresh my knowledge.
11
-
I created this repository to share these reference files and continue expanding on them in the same style.
9
+
Throughout my education and career. Whenever I learned a new programming language, I developed the habit of creating a reference file with the same extension as the language. In this file, I documented the language's basic, intermediate, and advanced concepts. This organized approach made it easier for me to quickly review important information and refresh my knowledge. I created this repository to share these reference guides and to keep expanding them in a consistent, accessible format. Additionally, I am working on training AI to help write even better references, enhancing the quality and accessibility of these resources for all developers.
12
10
13
11
### Contributing
14
12
15
13
We welcome contributions from the community to help make this repository a valuable resource for developers of all levels. Whether you're fixing a typo, adding new references, or suggesting improvements, your contributions are appreciated.
content="Your gateway to fast and practical skill development through community-driven references in diverse programming languages continuously expanding and evolving thanks to the contributions">
11
+
content="Comprehensive references for various programming languages designed to simplify your coding experience by providing practical guides that are constantly updated.">
12
12
13
-
<metaitemprop="name" content="Reference Collection: Propel your coding skills" />
content="Your gateway to fast and practical skill development through community-driven references in diverse programming languages continuously expanding and evolving thanks to the contributions" />
15
+
content="Comprehensive references for various programming languages designed to simplify your coding experience by providing practical guides that are constantly updated." />
content="Your gateway to fast and practical skill development through community-driven references in diverse programming languages continuously expanding and evolving thanks to the contributions">
25
+
content="Comprehensive references for various programming languages designed to simplify your coding experience by providing practical guides that are constantly updated.">
24
26
25
-
<metaproperty="og:title" content="Reference Collection: Propel your coding skills" />
content="Your gateway to fast and practical skill development through community-driven references in diverse programming languages continuously expanding and evolving thanks to the contributions" />
29
+
content="Comprehensive references for various programming languages designed to simplify your coding experience by providing practical guides that are constantly updated." />
Copy file name to clipboardExpand all lines: references.json
+30-9Lines changed: 30 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,30 +4,51 @@
4
4
"filename": "java_reference.java",
5
5
"language": "java",
6
6
"meta": {
7
-
"title": "Java Reference Guide",
8
-
"description": "Java is an object-oriented programming language designed for platform independence, meaning code runs on any device with a JVM. Known for its simplicity, security, and performance.",
"description": "Java Reference Guide covering core concepts, OOP, data structures, file I/O, and more. Essential resource for Java programmers of all levels.",
"description": "JavaScript, a dynamic scripting language, powers web interactivity. It runs on browsers, executing client-side code for dynamic web pages. With its versatility and event-driven nature, JavaScript facilitates everything from simple form validation to complex web applications.",
19
-
"keywords": "Javascript basics, Javascript tutorial, Javascript reference guide, Learn Javascript step-by-step, Javascript programming fundamentals, Javascript syntax explained, Javascript functions tutorial, Javascript variables and data types, Javascript arrays and objects, Javascript control flow, Javascript DOM manipulation, Javascript event handling, Javascript asynchronous programming, Javascript ES6 features, Javascript debugging techniques, Javascript best practices, Javascript projects for beginners, Javascript advanced topics, Javascript closures, Javascript prototypes, Javascript modules"
"description": "JavaScript Guide covering core concepts, DOM manipulation, events, asynchronous programming, and more. Essential reference for web developers.",
"description": "MySQL Guide covering basic to advanced concepts, including data types, joins, functions, procedures and more. Essential reference for programmers of all levels.",
40
+
"keywords": "MySQL Reference Guide, MySQL Cheatsheet, Comprehensive MySQL Guide, MySQL Reference Manual"
41
+
}
42
+
},
43
+
{
44
+
"title": "PostgreSQL",
45
+
"filename": "postgresql_reference.sql",
46
+
"language": "plsql",
26
47
"new":true,
27
48
"meta": {
28
-
"title": "Python Reference Guide",
29
-
"description": "Python is a high-level, dynamic programming language known for its simplicity and readability. Its clear syntax and vast libraries make it ideal for beginners and experts alike, supporting rapid development and diverse applications from web development to data science.",
30
-
"keywords": "Python basics, Python tutorial, Python reference guide, Learn Python step-by-step, Python programming fundamentals, Python syntax explained, Python functions tutorial, Python variables and data types, Python arrays and objects, Python control flow, Python DOM manipulation, Python event handling, Python asynchronous programming, Python ES6 features, Python debugging techniques, Python best practices, Python projects for beginners, Python advanced topics, Python closures, Python prototypes, Python modules"
"description": "PostgreSQL Guide covering basic to advanced concepts, including data types, queries, transactions, replication, and more for efficient database management.",
0 commit comments