-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.json
More file actions
320 lines (320 loc) · 15.6 KB
/
Copy patharticles.json
File metadata and controls
320 lines (320 loc) · 15.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
[
{
"_id": {
"$oid": "635ff0cc4912dde95273add8"
},
"title": "Java",
"content": "Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers write once, run anywhere, meaning that compiled Java code can run on all platforms that support Java without the need to recompile.",
"tags": ["Language", "Software-Development", "Web-Development"],
"__v": 0
},
{
"_id": {
"$oid": "635ff1834912dde95273adde"
},
"title": "JavaScript",
"content": "JavaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions.",
"tags": ["Language", "Web-Development"],
"__v": 0
},
{
"_id": {
"$oid": "635ff41d860fe403c3f0148f"
},
"title": "Node.js",
"content": "Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine (i.e. V8 engine) and executes JavaScript code outside a web browser, which was designed to build scalable network applications.",
"tags": [
"Web-Development",
"Backend",
"Runtime-Environment",
"JavaScript-Framework",
"Framework"
],
"__v": 0
},
{
"_id": {
"$oid": "635ff519cf87630b112fec6d"
},
"title": "React",
"content": "React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta and a community of individual developers and companies. React can be used as a base in the development of single-page, mobile, or server-rendered applications with frameworks like Next.js.",
"tags": ["Web-Development", "Frontend", "JavaScript-Framework"],
"__v": 0
},
{
"_id": {
"$oid": "635ff5c0cf87630b112fec6f"
},
"title": "HTML",
"content": "The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.",
"tags": ["Language", "Web-Development", "Frontend"],
"__v": 0
},
{
"_id": {
"$oid": "635ff60b3ef4cbf59de412ba"
},
"title": "CSS",
"content": "Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.",
"tags": ["Language", "Web-Development", "Frontend"],
"__v": 0
},
{
"_id": {
"$oid": "635ff8fe1660eccfe5f8133f"
},
"title": "C",
"content": "C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, though decreasingly for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems.",
"tags": ["Language", "Software-Development"],
"__v": 0
},
{
"_id": {
"$oid": "635ff94c91ce73b519c25d26"
},
"title": "C++",
"content": "C++ is a high-level general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or 'C with Classes'. The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.",
"tags": ["Language", "Software-Development"],
"__v": 0
},
{
"_id": {
"$oid": "635ffa25db801e99fddf9553"
},
"title": "Python",
"content": "Python is a high-level, general-purpose programming language. Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.",
"tags": [
"Language",
"Web-Development",
"Backend",
"Game-Development",
"AI"
],
"__v": 0
},
{
"_id": {
"$oid": "635ffa8e2fdfad1ab3728237"
},
"title": "C#",
"content": "C# (pronounced see sharp) is a general-purpose, high-level multi-paradigm programming language. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.",
"tags": ["Language", "Game-Development"],
"__v": 0
},
{
"_id": {
"$oid": "635ffb162b8962e1feebf97b"
},
"title": "SQL",
"content": "SQL (Structured Query Language) is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS). It is particularly useful in handling structured data, i.e. data incorporating relations among entities and variables.",
"tags": ["Language", "DBMS"],
"__v": 0
},
{
"_id": {
"$oid": "635ffb582b8962e1feebf97d"
},
"title": "MongoDB",
"content": "MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.",
"tags": ["DBMS", "Database"],
"__v": 0
},
{
"_id": {
"$oid": "635ffbd2836884d9e5fb283d"
},
"title": "PostgreSQL",
"content": "PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance.",
"tags": ["DBMS", "Database"],
"__v": 0
},
{
"_id": {
"$oid": "635ffc302de4cd52ee038370"
},
"title": "MySQL",
"content": "MySQL is an open-source relational database management system (RDBMS).A relational database organizes data into one or more data tables in which data may be related to each other; these relations help structure the data.",
"tags": ["DBMS", "Database"],
"__v": 0
},
{
"_id": {
"$oid": "635ffc932de4cd52ee038372"
},
"title": "Redis",
"content": "Redis (Remote Dictionary Server) is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices. ",
"tags": ["DBMS", "Database"],
"__v": 0
},
{
"_id": {
"$oid": "635ffd0d2de4cd52ee038375"
},
"title": "Bootstrap",
"content": "Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.",
"tags": ["Web-Development", "Frontend", "Framework"],
"__v": 0
},
{
"_id": {
"$oid": "635ffda92de4cd52ee038377"
},
"title": "Document Object Model",
"content": "The Document Object Model (DOM) is a cross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document. The DOM represents a document with a logical tree. Each branch of the tree ends in a node, and each node contains objects. DOM methods allow programmatic access to the tree; with them one can change the structure, style or content of a document.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "635ffdf22de4cd52ee038379"
},
"title": "HTTP",
"content": "The Hypertext Transfer Protocol (HTTP) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access, for example by a mouse click or by tapping the screen in a web browser.",
"tags": ["Network"],
"__v": 0
},
{
"_id": {
"$oid": "635ffe192de4cd52ee03837b"
},
"title": "HTTPS",
"content": "Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP). It is used for secure communication over a computer network, and is widely used on the Internet. In HTTPS, the communication protocol is encrypted using Transport Layer Security (TLS) or, formerly, Secure Sockets Layer (SSL).",
"tags": ["Network"],
"__v": 0
},
{
"_id": {
"$oid": "635ffe472de4cd52ee03837d"
},
"title": "TLS",
"content": "Transport Layer Security (TLS) is a cryptographic protocol designed to provide communications security over a computer network. The protocol is widely used in applications such as email, instant messaging, and voice over IP, but its use in securing HTTPS remains the most publicly visible.",
"tags": ["Network"],
"__v": 0
},
{
"_id": {
"$oid": "635ffe9e2de4cd52ee03837f"
},
"title": "jQuery",
"content": "jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.",
"tags": ["Web-Development", "Frontend", "JavaScript-Library"],
"__v": 0
},
{
"_id": {
"$oid": "635ffec52de4cd52ee038381"
},
"title": "Database",
"content": "A database is a systematic collection of data. They support electronic storage and manipulation of data. Databases make data management easy.",
"tags": ["DBMS", "Database"],
"__v": 0
},
{
"_id": {
"$oid": "635ffee02de4cd52ee038383"
},
"title": "Git",
"content": "Git is free and open source software for distributed version control: tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "635fff082de4cd52ee038385"
},
"title": "API",
"content": "API stands for Application Programming Interface. It is a set of subroutine definitions, communication protocols, and tools for building software. In general terms, it is a set of clearly defined methods of communication among various components. A good API makes it easier to develop a computer program by providing all the building blocks, which are then put together by the programmer.",
"tags": ["API"],
"__v": 0
},
{
"_id": {
"$oid": "6360eeebbbd604d6985864e5"
},
"title": "REST",
"content": "REST is short for REpresentational State Transfer. It's an architectural style for designing APIs.",
"tags": ["API"],
"__v": 0
},
{
"_id": {
"$oid": "63611b7e8b3a05a96098bcf1"
},
"title": "Variables",
"content": "In programming, a variable is a value that can change, depending on conditions or on information passed to the program. Typically, a program consists of instruction s that tell the computer what to do and data that the program uses when it is running.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "63611bbd8b3a05a96098bcf4"
},
"title": "Data Structure",
"content": "A data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "63611bf88b3a05a96098bcf7"
},
"title": "Control Structures",
"content": "Control Structures are just a way to specify flow of control in programs. Any algorithm or program can be more clear and understood if they use self-contained modules called as logic or control structures.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "63611c208b3a05a96098bcf9"
},
"title": "Syntax",
"content": "In computer science, the syntax of a computer language is the rules that defines the combinations of symbols that are considered to be correctly structured statements or expressions in that language. This applies both to programming languages, where the document represents source code, and to markup languages, where the document represents data.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "63611c7e8b3a05a96098bcfb"
},
"title": "Object-oriented programming",
"content": "Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code: data in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "63611c9a8b3a05a96098bcfe"
},
"title": "Functional programming",
"content": "In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "63611cbf8b3a05a96098bd00"
},
"title": "IDE",
"content": "An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "63611cee8b3a05a96098bd03"
},
"title": "Debugging",
"content": "In computer programming and software development, debugging is the process of finding and resolving bugs within computer programs, software, or systems.",
"tags": [],
"__v": 0
},
{
"_id": {
"$oid": "63611d2b8b3a05a96098bd06"
},
"title": "Data types",
"content": "A data type is a formal classification of the type of data being stored or manipulated within a program. Data types are important because they determine the operations that can be performed on the data.",
"tags": [],
"__v": 0
}
]