task: update blibs

This commit is contained in:
Theresa Henze
2022-04-08 09:22:57 +02:00
parent 0d74ec69b0
commit 84c65bd0a7
11 changed files with 75 additions and 1 deletions

View File

@@ -1 +0,0 @@

6
radar/2022-03-28/crc.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "CRC Games"
ring: assess
quadrant: methods-and-patterns
featured: false
---

5
radar/2022-03-28/dgs.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: "DGS Framework"
ring: trial
quadrant: tools
---

View File

@@ -0,0 +1,6 @@
---
title: "Evil User Stories"
ring: assess
quadrant: methods-and-patterns
featured: false
---

View File

@@ -0,0 +1,7 @@
---
title: "Groovy"
ring: hold
quadrant: languages-and-frameworks
featured: false
---

6
radar/2022-03-28/raml.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "RAML"
ring: hold
quadrant: languages-and-frameworks
featured: false
---

View File

@@ -0,0 +1,7 @@
---
title: "Renovate"
ring: adopt
quadrant: tools
---
At AOE, we rely on [Renovate CLI tool](https://www.npmjs.com/package/renovate/) in the CI pipelines for most of our projects.

View File

@@ -0,0 +1,6 @@
---
title: "REST Assured"
ring: assess
quadrant: tools
featured: false
---

View File

@@ -0,0 +1,6 @@
---
title: "Sitespeed.io"
ring: assess
quadrant: tools
featured: false
---

View File

@@ -0,0 +1,9 @@
---
title: "SonarQube"
ring: adopt
quadrant: tools
---
To track code quality of our projects and check for security issues (Static Application Security Testing), we recommend
[SonarQube](https://www.sonarqube.org/). At AOE we use it in CI pipelines to scan our code against the quality gate. If possible we
even check each merge request to prevent degrading code quality before adding it to our code basis.

View File

@@ -0,0 +1,17 @@
---
title: "Unleash"
ring: adopt
quadrant: languages-and-frameworks
---
[Unleash](https://www.getunleash.io/) is a feature (toggle / flag) management service written in Node.js.
You can enable/disable features independent of deployment schedules. For larger projects with many feature flags
you can benefit from usage statistics and metrics which are collected for each flag.
<!--except-->
A lot of activation strategies are provided by Unleash out of the box, like Boolean On/Off, Gradual Rollout,
IPs, and so on, while allowing you to add custom strategies.
To evaluate the feature flag you can choose one of the [official SDKs](https://docs.getunleash.io/sdks#official-sdks)
or use the [REST-API](https://docs.getunleash.io/api) directly.