Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 70cc07e

Browse files
committed
Merge branch '5-add-technologies' into 'develop'
Resolve "Add additional technologies to "Tools Used" section of the Documentation" Closes #5 See merge request verbose-equals-true/django-postgres-vue-gitlab-ecs!7
2 parents 2c639de + 816c5b8 commit 70cc07e

File tree

7 files changed

+30
-3
lines changed

7 files changed

+30
-3
lines changed
173 KB
Loading
Loading
Loading
Loading
102 KB
Loading
18.8 KB
Loading

documentation/docs/start/tools/README.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,34 @@ Amazon Elastic Container Service (Amazon ECS) is a highly scalable, high-perform
5555

5656
[Read more about ECS](https://aws.amazon.com/ecs/)
5757

58+
<technology image="docker.png" />
5859

59-
::: warning Incomplete
60-
This section is incomplete.
61-
:::
60+
## [Docker](https://www.docker.com)
61+
62+
### The Modern Platform for High-Velocity Innovation
63+
64+
Docker is an open-source and free containerization platform. Working applications and all dependencies can be packaged into docker containers, shipped and deployed across environments, machines, and host operating systems.
65+
66+
<technology image="quasar.png" />
67+
68+
## [Quasar](https://quasar.dev/)
69+
70+
### Build high-performance VueJS user interfaces in record time
71+
72+
Quasar (pronounced /ˈkweɪ.zɑɹ/) is an MIT licensed open-source Vue.js based framework, which allows the development of responsive++ websites/apps. Quasar works on top of VueJS to provide a full-featured toolset for building responsive frontend apps. Develop an app and simultaneously deploy it as a website, a mobile app, or an Electron app.
73+
74+
<technology image="django-channels-white-bg-square.jpg" />
75+
76+
## [Django Channels](https://github.com/django/channels/)
77+
78+
### Developer-friendly asynchrony for Django
79+
80+
Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called [ASGI](https://asgi.readthedocs.io/en/latest/). Channels is an official Django Project.
81+
82+
<technology image="celery.png" />
83+
84+
## [Celery](http://www.celeryproject.org/)
85+
86+
### Distributed Task Queueing for Python web applications
87+
88+
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).

0 commit comments

Comments
 (0)