From e9399ff3e25aae2ac4ab551098b4a766a4fde954 Mon Sep 17 00:00:00 2001 From: Stefan Rotsch Date: Fri, 18 Nov 2022 11:41:15 +0100 Subject: [PATCH] documentation: add tags --- radar/2022-10-12/ansible.md | 3 ++- radar/2022-10-12/harbor.md | 1 + radar/2022-10-12/hotchocolate.md | 1 + radar/2022-10-12/playwright.md | 1 + radar/2022-10-12/remix.md | 3 +++ radar/2022-10-12/specflow.md | 1 + radar/2022-10-12/svelte.md | 1 + 7 files changed, 10 insertions(+), 1 deletion(-) diff --git a/radar/2022-10-12/ansible.md b/radar/2022-10-12/ansible.md index 276d244..e3ff9aa 100644 --- a/radar/2022-10-12/ansible.md +++ b/radar/2022-10-12/ansible.md @@ -2,10 +2,11 @@ title: "Ansible" ring: trial quadrant: platforms-and-aoe-services +tags: [devops] --- [Ansible](https://www.ansible.com/) is a tool used to describe infrastructure and applications and their configuration as code. It covers both the configuration and provisioning aspects of infrastructure and applications. It is a radically simple IT automation system based on SSH so that it can work without agents or exposed APIs. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. -It comes in handy when the client currently uses some virtual machines with docker/docker-compose, and no full-blown Kubernetes cluster is available or needed. \ No newline at end of file +It comes in handy when the client currently uses some virtual machines with docker/docker-compose, and no full-blown Kubernetes cluster is available or needed. diff --git a/radar/2022-10-12/harbor.md b/radar/2022-10-12/harbor.md index b2bc18d..730db45 100644 --- a/radar/2022-10-12/harbor.md +++ b/radar/2022-10-12/harbor.md @@ -2,6 +2,7 @@ title: "Harbor" ring: trial quadrant: platforms-and-aoe-services +tags: [devops] --- [Harbor](https://goharbor.io) is a CNCF-graduated open-source container registry. We use it to host custom built container images diff --git a/radar/2022-10-12/hotchocolate.md b/radar/2022-10-12/hotchocolate.md index e853ebf..d01871f 100644 --- a/radar/2022-10-12/hotchocolate.md +++ b/radar/2022-10-12/hotchocolate.md @@ -3,6 +3,7 @@ title: "Hot Chocolate" ring: assess quadrant: "languages-and-frameworks" featured: true +tags: [coding] --- [Hot Chocolate](https://chillicream.com/docs/hotchocolate/v12) is an open-source GraphQL server for .NET. diff --git a/radar/2022-10-12/playwright.md b/radar/2022-10-12/playwright.md index bcd553f..e2f7456 100644 --- a/radar/2022-10-12/playwright.md +++ b/radar/2022-10-12/playwright.md @@ -2,6 +2,7 @@ title: "Playwright" ring: trial quadrant: "languages-and-frameworks" +tags: [coding, frontend, quality assurance] --- Playwright is a cross browser/platform/language tool to write reliable end-to-end tests. It's easy to get started with and offers a broad variety of functionalities out of the box. Playwright supports Windows, MacOs and Linux and works with the most popular testing frameworks such as Jest, Mocha and Jasmine. diff --git a/radar/2022-10-12/remix.md b/radar/2022-10-12/remix.md index d08616b..a36c58a 100644 --- a/radar/2022-10-12/remix.md +++ b/radar/2022-10-12/remix.md @@ -2,4 +2,7 @@ title: "Remix" ring: adopt quadrant: languages-and-frameworks +tags: [coding, frontend] --- + +Updated to "adopt" diff --git a/radar/2022-10-12/specflow.md b/radar/2022-10-12/specflow.md index cf8940c..3c616c4 100644 --- a/radar/2022-10-12/specflow.md +++ b/radar/2022-10-12/specflow.md @@ -2,6 +2,7 @@ title: "SpecFlow" ring: assess quadrant: "languages-and-frameworks" +tags: [coding, quality assurance] --- SpecFlow is a free and open source BDD-framework for .NET diff --git a/radar/2022-10-12/svelte.md b/radar/2022-10-12/svelte.md index 7e4f2dd..cdccd0a 100644 --- a/radar/2022-10-12/svelte.md +++ b/radar/2022-10-12/svelte.md @@ -3,6 +3,7 @@ title: "Svelte" ring: assess quadrant: "languages-and-frameworks" featured: true +tags: [coding, frontend] --- [Svelte](https://svelte.dev/) is neither a language nor a framework, but actually a compiler. It compiles HTML templates to specialized code that