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: docs/content/what-is/README.mdx
+48-48Lines changed: 48 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,157 +10,157 @@ sidebar_label : Glossary
10
10
11
11
**[apache](apache.mdx)**
12
12
13
-
The Apache HTTP Server, commonly referred to as Apache, is an open-source web server software developed and maintained by the Apache Software Foundation.
14
-
It is one of the most widely used web server applications in the world and is known for its reliability, performance, and extensibility.
13
+
The Apache HTTP Server, commonly referred to as Apache, is an open-source web server software developed and maintained by the Apache Software Foundation.
14
+
It is one of the most widely used web server applications in the world and is known for its reliability, performance, and extensibility.
15
15
16
16
**[asgi](asgi.mdx)**
17
17
18
-
ASGI stands for "Asynchronous Server Gateway Interface." It is a standard interface or protocol for building asynchronous web applications in Python.
19
-
ASGI is designed to address the limitations of the traditional WSGI (Web Server Gateway Interface) when it comes to handling concurrent and long-lived connections,
20
-
making it suitable for real-time and asynchronous web applications.
18
+
ASGI stands for "Asynchronous Server Gateway Interface." It is a standard interface or protocol for building asynchronous web applications in Python.
19
+
ASGI is designed to address the limitations of the traditional WSGI (Web Server Gateway Interface) when it comes to handling concurrent and long-lived connections,
20
+
making it suitable for real-time and asynchronous web applications.
21
21
22
22
## B
23
23
24
24
**[Boilerplate Code](boilerplate-code.mdx)**
25
25
26
-
Boilerplate code refers to sections of code that are repeated in multiple places in a software project with little or no alteration.
27
-
This code is often necessary to achieve common tasks, set up basic structures, or follow conventions, but it does not directly contribute to the core functionality or uniqueness of the application.
26
+
Boilerplate code refers to sections of code that are repeated in multiple places in a software project with little or no alteration.
27
+
This code is often necessary to achieve common tasks, set up basic structures, or follow conventions, but it does not directly contribute to the core functionality or uniqueness of the application.
28
28
29
29
**[Bulma CSS](bulma-css.mdx)**
30
30
31
-
Bulma is a modern **open-source CSS framework** that provides a set of responsive and flexible CSS classes to help you design and structure web pages quickly and easily.
32
-
It is designed to be simple, lightweight, and highly customizable, making it a popular choice among web developers for building stylish and responsive websites or web applications.
31
+
Bulma is a modern **open-source CSS framework** that provides a set of responsive and flexible CSS classes to help you design and structure web pages quickly and easily.
32
+
It is designed to be simple, lightweight, and highly customizable, making it a popular choice among web developers for building stylish and responsive websites or web applications.
33
33
34
34
## C
35
35
36
36
**[CentOS](centos.mdx)**
37
37
38
-
CentOS, which stands for "Community ENTerprise Operating System," was a Linux distribution that aimed to provide a free, open-source, and community-supported alternative to Red Hat Enterprise Linux (RHEL).
39
-
CentOS was developed by the CentOS Project and was known for its stability, security, and long-term support, making it a popular choice for server environments.
38
+
CentOS, which stands for "Community ENTerprise Operating System," was a Linux distribution that aimed to provide a free, open-source, and community-supported alternative to Red Hat Enterprise Linux (RHEL).
39
+
CentOS was developed by the CentOS Project and was known for its stability, security, and long-term support, making it a popular choice for server environments.
40
40
41
41
## D
42
42
43
43
**[Django](django.mdx)**
44
44
45
-
Django is a high-level, open-source web framework written in Python that enables developers to build web applications quickly and with a clean, pragmatic design.
46
-
It follows the "batteries-included" philosophy, providing a comprehensive set of tools and libraries that simplify common web development tasks, such as handling databases, managing user authentication,
47
-
and generating HTML templates.
45
+
Django is a high-level, open-source web framework written in Python that enables developers to build web applications quickly and with a clean, pragmatic design.
46
+
It follows the "batteries-included" philosophy, providing a comprehensive set of tools and libraries that simplify common web development tasks, such as handling databases, managing user authentication,
47
+
and generating HTML templates.
48
48
49
49
## E
50
50
51
51
**[Eleventy (11ty)](eleventy.mdx)**
52
52
53
-
Eleventy, often written as "11ty," is a static site generator (SSG) that simplifies the process of building static websites and web applications.
54
-
It is an open-source tool designed to be simple, flexible, and highly customizable. Eleventy is known for its speed, ease of use, and support for various templating engines and data sources.
53
+
Eleventy, often written as "11ty," is a static site generator (SSG) that simplifies the process of building static websites and web applications.
54
+
It is an open-source tool designed to be simple, flexible, and highly customizable. Eleventy is known for its speed, ease of use, and support for various templating engines and data sources.
55
55
56
56
## F
57
57
58
58
**[Flask](flask.mdx)**
59
59
60
-
Flask is a lightweight **WSGI** web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
60
+
Flask is a lightweight **WSGI** web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
61
61
62
62
## G
63
63
64
64
**[Gunicorn](gunicorn.mdx)**
65
65
66
-
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model.
67
-
The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
66
+
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model.
67
+
The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
68
68
69
69
## H
70
70
71
71
**[HEROKU](heroku.mdx)**
72
72
73
-
HEROKU is a popular Platform-as-a-Service provider (PaaS) which makes it easy for developers to deploy apps in different technologies and frameworks using a short learning curve.
74
-
The platform support all major languages like Python, Ruby, Java, PHP, and popular frameworks: Flask,Django, Express.
73
+
HEROKU is a popular Platform-as-a-Service provider (PaaS) which makes it easy for developers to deploy apps in different technologies and frameworks using a short learning curve.
74
+
The platform support all major languages like Python, Ruby, Java, PHP, and popular frameworks: Flask,Django, Express.
75
75
76
76
## J
77
77
78
78
**[JAMStack](jamstack.mdx)**
79
79
80
-
JAMstack is a modern web development architecture and methodology that stands for JavaScript, APIs, and Markup.
81
-
It represents a shift in how web applications and websites are built and delivered.
80
+
JAMstack is a modern web development architecture and methodology that stands for JavaScript, APIs, and Markup.
81
+
It represents a shift in how web applications and websites are built and delivered.
82
82
83
83
**[Jinja](jinja.mdx)**
84
84
85
-
Jinja is a popular templating engine for Python web applications. It is used primarily in web frameworks like Flask and Django to generate dynamic HTML, XML, or other markup documents.
86
-
Jinja templates allow developers to embed Python-like expressions and logic directly within HTML or other template files, enabling the dynamic generation of content to be displayed in a web application.
85
+
Jinja is a popular templating engine for Python web applications. It is used primarily in web frameworks like Flask and Django to generate dynamic HTML, XML, or other markup documents.
86
+
Jinja templates allow developers to embed Python-like expressions and logic directly within HTML or other template files, enabling the dynamic generation of content to be displayed in a web application.
87
87
88
88
## N
89
89
90
90
**[Nginx](nginx.mdx)**
91
91
92
-
Nginx (pronounced "engine-x") is a popular open-source web server, reverse proxy server, and load balancer.
92
+
Nginx (pronounced "engine-x") is a popular open-source web server, reverse proxy server, and load balancer.
93
93
94
94
## P
95
95
96
96
**[PIP](pip.mdx)**
97
97
98
-
PIP stands for "Pip Installs Packages," and it is the default package manager for Python.
99
-
PIP is used to install, upgrade, and manage Python packages and libraries from the Python Package Index (PyPI) and other package repositories.
98
+
PIP stands for "Pip Installs Packages," and it is the default package manager for Python.
99
+
PIP is used to install, upgrade, and manage Python packages and libraries from the Python Package Index (PyPI) and other package repositories.
100
100
101
101
**[Pipenv](pipenv.mdx)**
102
102
103
-
Pipenv is a dependency management tool for Python applications.
104
-
It is designed to simplify and streamline the process of managing project-specific Python packages (dependencies) and virtual environments.
103
+
Pipenv is a dependency management tool for Python applications.
104
+
It is designed to simplify and streamline the process of managing project-specific Python packages (dependencies) and virtual environments.
105
105
106
106
**[PNPM](pnpm.mdx)**
107
107
108
-
PNPM (pronounced "pin-pm") is an open-source package manager for JavaScript and Node.js applications.
109
-
It is designed to manage project dependencies efficiently while addressing some of the limitations and challenges associated with other package managers like npm (Node Package Manager) and Yarn.
108
+
PNPM (pronounced "pin-pm") is an open-source package manager for JavaScript and Node.js applications.
109
+
It is designed to manage project dependencies efficiently while addressing some of the limitations and challenges associated with other package managers like npm (Node Package Manager) and Yarn.
110
110
111
111
## R
112
112
113
113
**[React](react.mdx)**
114
114
115
-
React, also known as React.js or ReactJS, is an open-source JavaScript library for building user interfaces (UIs) and web applications.
116
-
It was developed and is maintained by Facebook and a community of individual developers and companies.
115
+
React, also known as React.js or ReactJS, is an open-source JavaScript library for building user interfaces (UIs) and web applications.
116
+
It was developed and is maintained by Facebook and a community of individual developers and companies.
117
117
118
118
## S
119
119
120
120
**[Svelte](svelte-js.mdx)**
121
121
122
-
Svelte is an open-source JavaScript framework for building user interfaces (UIs) and web applications.
123
-
It is designed to make front-end development more efficient by compiling components into highly optimized JavaScript code that runs in the browser.
122
+
Svelte is an open-source JavaScript framework for building user interfaces (UIs) and web applications.
123
+
It is designed to make front-end development more efficient by compiling components into highly optimized JavaScript code that runs in the browser.
124
124
125
125
## T
126
126
127
127
**[Tailwind CSS](tailwind-css.mdx)**
128
128
129
-
Tailwind CSS is a popular utility-first CSS framework used for building responsive and customizable web interfaces.
130
-
It provides a set of pre-designed utility classes that you can apply directly to HTML elements to style and layout your web pages.
129
+
Tailwind CSS is a popular utility-first CSS framework used for building responsive and customizable web interfaces.
130
+
It provides a set of pre-designed utility classes that you can apply directly to HTML elements to style and layout your web pages.
131
131
132
132
## U
133
133
134
134
**[uWsgi](uwsgi.mdx)**
135
135
136
-
uWSGI (pronounced "micro WSGI") is an application server and web server gateway interface (WSGI) server for serving Python web applications.
137
-
It is a popular choice for deploying Python web applications and is widely used in production environments.
136
+
uWSGI (pronounced "micro WSGI") is an application server and web server gateway interface (WSGI) server for serving Python web applications.
137
+
It is a popular choice for deploying Python web applications and is widely used in production environments.
138
138
139
139
**[Ubuntu](ubuntu.mdx)**
140
140
141
-
Ubuntu is a widely used and popular open-source Linux operating system (OS) based on the Debian distribution.
142
-
It is known for its ease of use, strong community support, regular release cycles, and focus on providing a user-friendly computing experience.
141
+
Ubuntu is a widely used and popular open-source Linux operating system (OS) based on the Debian distribution.
142
+
It is known for its ease of use, strong community support, regular release cycles, and focus on providing a user-friendly computing experience.
143
143
144
144
## V
145
145
146
146
**[Vue.JS](vuejs.mdx)**
147
147
148
-
Vue.js, commonly referred to as Vue, is an open-source JavaScript framework used for building user interfaces and web applications.
149
-
It is often used for creating single-page applications (SPAs) and is known for its simplicity and ease of integration into other projects.
148
+
Vue.js, commonly referred to as Vue, is an open-source JavaScript framework used for building user interfaces and web applications.
149
+
It is often used for creating single-page applications (SPAs) and is known for its simplicity and ease of integration into other projects.
150
150
151
151
## W
152
152
153
153
**[WSGI](wsgi.mdx)**
154
154
155
-
WSGI stands for "Web Server Gateway Interface."
156
-
It is a standardized interface or protocol that defines how web servers and web applications written in Python should communicate with each other.
155
+
WSGI stands for "Web Server Gateway Interface."
156
+
It is a standardized interface or protocol that defines how web servers and web applications written in Python should communicate with each other.
157
157
158
158
## Y
159
159
160
160
**[Yarn](yarn.mdx)**
161
161
162
-
Yarn is an open-source package manager for JavaScript.
163
-
It was developed by Facebook in collaboration with other tech companies and the open-source community to address some of the limitations and challenges faced by developers when managing JavaScript dependencies.
162
+
Yarn is an open-source package manager for JavaScript.
163
+
It was developed by Facebook in collaboration with other tech companies and the open-source community to address some of the limitations and challenges faced by developers when managing JavaScript dependencies.
0 commit comments