diff options
author | Kieran <kieranrobson1999@gmail.com> | 2022-08-18 11:10:55 +0000 |
---|---|---|
committer | Kieran <kieranrobson1999@gmail.com> | 2022-08-18 11:10:55 +0000 |
commit | 4ab0befe9ed357be891c1709266135719d0a6957 (patch) | |
tree | 298c504785463e691ac43d0829d39b843620f8b7 | |
parent | Merge pull request #3222 from forks-by-kieran/redirect-fixes (diff) | |
download | awesome-selfhosted-4ab0befe9ed357be891c1709266135719d0a6957.tar.gz awesome-selfhosted-4ab0befe9ed357be891c1709266135719d0a6957.zip |
Setup new low code section
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -91,6 +91,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Software Development - FaaS & Serverless](#software-development---faas--serverless) - [Software Development - IDE & Tools](#software-development---ide--tools) - [Software Development - Localization](#software-development---localization) + - [Software Development - Low Code]() - [Software Development - Project Management](#software-development---project-management) - [Software Development - Testing](#software-development---testing) - [Static Site Generators](#static-site-generators) @@ -1830,6 +1831,15 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte - [Weblate](https://weblate.org) - Web-based translation tool with tight version control integration. ([Demo](https://demo.weblate.org), [Source Code](https://github.com/WeblateOrg/weblate)) `GPL-3.0` `Python` +### Software Development - Low Code + +**[`^ back to top ^`](#)** + +A [low-code](https://en.wikipedia.org/wiki/Low-code_development_platform) development platform (LCDP) provides a development environment used to create application software through a graphical user interface. + + + + ### Software Development - Project Management **[`^ back to top ^`](#)** |