docs: clean up blip headers

This commit is contained in:
Stefan Rotsch
2024-06-26 11:05:37 +02:00
committed by Stefan Rotsch
parent 84d5939770
commit 88801e6e93
12 changed files with 57 additions and 71 deletions

View File

@@ -2,7 +2,6 @@
title: "DDEV" title: "DDEV"
ring: adopt ring: adopt
quadrant: tools quadrant: tools
featured: true
tags: [coding, ci/cd] tags: [coding, ci/cd]
--- ---

View File

@@ -2,7 +2,6 @@
title: "Drupal" title: "Drupal"
ring: trial ring: trial
quadrant: tools quadrant: tools
featured: true
--- ---
[Drupal](https://www.drupal.org/) is an open source content management system and framework based on a PHP stack. [Drupal](https://www.drupal.org/) is an open source content management system and framework based on a PHP stack.

View File

@@ -2,7 +2,6 @@
title: "Figma" title: "Figma"
ring: adopt ring: adopt
quadrant: tools quadrant: tools
featured: true
tags: [frontend, ux/ui, agile] tags: [frontend, ux/ui, agile]
--- ---

View File

@@ -2,7 +2,6 @@
title: "NATS" title: "NATS"
ring: assess ring: assess
quadrant: tools quadrant: tools
featured: true
tags: [architecture, devops] tags: [architecture, devops]
--- ---

View File

@@ -2,7 +2,6 @@
title: "NX" title: "NX"
ring: assess ring: assess
quadrant: tools quadrant: tools
featured: true
--- ---
[Nx](https://nx.dev/) is a suite of powerful, extensible dev tools to help you architect, test, and build at any scale. [Nx](https://nx.dev/) is a suite of powerful, extensible dev tools to help you architect, test, and build at any scale.

View File

@@ -2,7 +2,7 @@
title: "Rust" title: "Rust"
ring: "assess" ring: "assess"
quadrant: "languages-and-frameworks" quadrant: "languages-and-frameworks"
featured: true tags: [coding]
--- ---
[Rust](https://www.rust-lang.org/) is a young and modern programming language initially developed by [Mozilla Research](https://research.mozilla.org/). [Rust](https://www.rust-lang.org/) is a young and modern programming language initially developed by [Mozilla Research](https://research.mozilla.org/).

View File

@@ -2,7 +2,7 @@
title: "Scala 3" title: "Scala 3"
ring: "trial" ring: "trial"
quadrant: "languages-and-frameworks" quadrant: "languages-and-frameworks"
featured: true tags: [coding]
--- ---
[Scala 3](https://docs.scala-lang.org/scala3/) is the successor of the Scala 2.x series programming language. [Scala 3](https://docs.scala-lang.org/scala3/) is the successor of the Scala 2.x series programming language.

View File

@@ -2,7 +2,6 @@
title: "Sketch" title: "Sketch"
ring: adopt ring: adopt
quadrant: tools quadrant: tools
featured: true
tags: [ux/ui] tags: [ux/ui]
--- ---

View File

@@ -2,14 +2,13 @@
title: "Monorepo" title: "Monorepo"
ring: trial ring: trial
quadrant: methods-and-patterns quadrant: methods-and-patterns
featured: true
tags: [coding] tags: [coding]
--- ---
A monorepo is a single repository containing multiple projects and shared libraries with their relationships. A monorepo is a single repository containing multiple projects and shared libraries with their relationships.
At AOE, we are using a monorepo that is home to both our React and Next.js based frontends and At AOE, we are using a monorepo that is home to both our React and Next.js based frontends and
our [Go](/languages-and-frameworks/go-lang/) / [Flamingo](/languages-and-frameworks/flamingo/) based backends, [Go](/languages-and-frameworks/go-lang/) / [Flamingo](/languages-and-frameworks/flamingo/) based backends,
as well as shared libraries we use in all of our projects. as well as shared libraries we use in all of our projects.
The main benefits in that approach are: The main benefits in that approach are:

View File

@@ -2,7 +2,6 @@
title: "No-Code / Low-Code" title: "No-Code / Low-Code"
ring: assess ring: assess
quadrant: methods-and-patterns quadrant: methods-and-patterns
featured: true
tags: [coding] tags: [coding]
--- ---

View File

@@ -2,10 +2,7 @@
title: "NX" title: "NX"
ring: adopt ring: adopt
quadrant: tools quadrant: tools
featured: true
tags: [coding, ci/cd] tags: [coding, ci/cd]
--- ---
[Nx](https://nx.dev/) is now a daily used tool in our Monorepo setup. It takes care of everything from app creation to [Nx](https://nx.dev/) is now a daily used tool in our Monorepo setup. It takes care of everything from app creation to running development environments and tests to code generation.
running development environments and tests to code generation.

View File

@@ -2,10 +2,7 @@
title: "Scala 3" title: "Scala 3"
ring: "adopt" ring: "adopt"
quadrant: "languages-and-frameworks" quadrant: "languages-and-frameworks"
featured: true
tags: [coding] tags: [coding]
--- ---
Following up on the previous 'trial' we will move our existing Scala codebase to Following up on the previous 'trial' we will move our existing Scala codebase to Scala 3 where possible. Some Frameworks like Play will need some time to allow us moving but for our smaller services a migration is possible.
Scala 3 where possible. Some Frameworks like Play will need some time to allow
us moving but for our smaller services a migration is possible.