Skip to content

Commit 6c57658

Browse files
committed
Update Glossary of Terms
1 parent f15c527 commit 6c57658

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed

docs/content/what-is/README.mdx

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -10,157 +10,157 @@ sidebar_label : Glossary
1010

1111
**[apache](apache.mdx)**
1212

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.
1515

1616
**[asgi](asgi.mdx)**
1717

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.
2121

2222
## B
2323

2424
**[Boilerplate Code](boilerplate-code.mdx)**
2525

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.
2828

2929
**[Bulma CSS](bulma-css.mdx)**
3030

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.
3333

3434
## C
3535

3636
**[CentOS](centos.mdx)**
3737

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.
4040

4141
## D
4242

4343
**[Django](django.mdx)**
4444

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.
4848

4949
## E
5050

5151
**[Eleventy (11ty)](eleventy.mdx)**
5252

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.
5555

5656
## F
5757

5858
**[Flask](flask.mdx)**
5959

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.
6161

6262
## G
6363

6464
**[Gunicorn](gunicorn.mdx)**
6565

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.
6868

6969
## H
7070

7171
**[HEROKU](heroku.mdx)**
7272

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.
7575

7676
## J
7777

7878
**[JAMStack](jamstack.mdx)**
7979

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.
8282

8383
**[Jinja](jinja.mdx)**
8484

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.
8787

8888
## N
8989

9090
**[Nginx](nginx.mdx)**
9191

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.
9393

9494
## P
9595

9696
**[PIP](pip.mdx)**
9797

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.
100100

101101
**[Pipenv](pipenv.mdx)**
102102

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.
105105

106106
**[PNPM](pnpm.mdx)**
107107

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.
110110

111111
## R
112112

113113
**[React](react.mdx)**
114114

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.
117117

118118
## S
119119

120120
**[Svelte](svelte-js.mdx)**
121121

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.
124124

125125
## T
126126

127127
**[Tailwind CSS](tailwind-css.mdx)**
128128

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.
131131

132132
## U
133133

134134
**[uWsgi](uwsgi.mdx)**
135135

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.
138138

139139
**[Ubuntu](ubuntu.mdx)**
140140

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.
143143

144144
## V
145145

146146
**[Vue.JS](vuejs.mdx)**
147147

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.
150150

151151
## W
152152

153153
**[WSGI](wsgi.mdx)**
154154

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.
157157

158158
## Y
159159

160160
**[Yarn](yarn.mdx)**
161161

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.
164164

165165
<br />
166166

0 commit comments

Comments
 (0)