Skip to content

Commit

Permalink
Explicitly marked empty files content as "TBD"
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBehrendt committed May 2, 2018
1 parent c65a000 commit 2032e0d
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 54 deletions.
10 changes: 1 addition & 9 deletions radar/2017-03-01/scala-lang.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@ title: "Scala Lang"
ring: trial
quadrant: languages-and-frameworks

---

Besides Java, Scala is the most mature language on the Java Virtual Machine. Its unique blend of object-oriented and functional language features and rich type system with advanced type inference enables one to write concise code.

It is fully interoperable with Java but has a big ecosystem of tools and frameworks on its own.

Scala provides one of the best high-level concurrency- and async features on the language level as well as on the framework level, making it the default choice of twitter and the like.

At AOE, we already use Scala in various projects to create scalable backend systems (Play, Akka) or for batch processing (Spark).
---
3 changes: 2 additions & 1 deletion radar/2017-10-01/adr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "ADR"
ring: assess
quadrant: methods-and-patterns

---
---
TBD
3 changes: 2 additions & 1 deletion radar/2017-10-01/blameless-post-mortems.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "Blameless post mortems"
ring: trial
quadrant: methods-and-patterns

---
---
TBD
6 changes: 0 additions & 6 deletions radar/2017-10-01/consumer-based-contract.md

This file was deleted.

3 changes: 2 additions & 1 deletion radar/2017-10-01/crc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "CRC"
ring: assess
quadrant: methods-and-patterns

---
---
TBD
3 changes: 2 additions & 1 deletion radar/2017-10-01/google-container-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "Google container engine"
ring: trial
quadrant: platforms-and-aoe-services

---
---
TBD
3 changes: 2 additions & 1 deletion radar/2017-10-01/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "Grafana"
ring: assess
quadrant: platforms-and-aoe-services

---
---
TBD
6 changes: 0 additions & 6 deletions radar/2017-10-01/graph-ql.md

This file was deleted.

3 changes: 2 additions & 1 deletion radar/2017-10-01/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "GRPC"
ring: assess
quadrant: languages-and-frameworks

---
---
TBD
3 changes: 2 additions & 1 deletion radar/2017-10-01/helm-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "Helm- Terraform"
ring: assess
quadrant: tools

---
---
TBD
3 changes: 2 additions & 1 deletion radar/2017-10-01/invision.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "Invision"
ring: trial
quadrant: tools

---
---
TBD
3 changes: 2 additions & 1 deletion radar/2017-10-01/mkdocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "MKDOCS"
ring: assess
quadrant: tools

---
---
TBD
6 changes: 0 additions & 6 deletions radar/2017-10-01/oauth-and-secure-apis.md

This file was deleted.

3 changes: 2 additions & 1 deletion radar/2017-10-01/pact.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "PACT"
ring: assess
quadrant: tools

---
---
TBD
7 changes: 0 additions & 7 deletions radar/2017-10-01/redux.md

This file was deleted.

10 changes: 9 additions & 1 deletion radar/2017-10-01/scala-lang.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
title: "Scala Lang"
ring: adopt
quadrant: languages-and-frameworks

---
Scala is used in many projects here at AOE and therefore we moved it into the adopt level.

Besides Java, Scala is the most mature language on the Java Virtual Machine. Its unique blend of object-oriented and functional language features and rich type system with advanced type inference enables one to write concise code.

It is fully interoperable with Java but has a big ecosystem of tools and frameworks on its own.

Scala provides one of the best high-level concurrency- and async features on the language level as well as on the framework level, making it the default choice of twitter and the like.

At AOE, we already use Scala in various projects to create scalable backend systems (Play, Akka) or for batch processing (Spark).
3 changes: 2 additions & 1 deletion radar/2017-10-01/self-service-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "Self service infrastructure"
ring: assess
quadrant: methods-and-patterns

---
---
TBD
3 changes: 2 additions & 1 deletion radar/2017-10-01/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: "Spark"
ring: assess
quadrant: languages-and-frameworks

---
---
TBD
6 changes: 0 additions & 6 deletions radar/2017-10-01/swift.md

This file was deleted.

4 changes: 3 additions & 1 deletion radar/2017-10-01/yarn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ring: trial
quadrant: tools

---
Yarn is dependency management tool for frontend (node) projects similar to npm. It also uses the npm registry and infrastructure. According to yarn the benefits are that yarn is much faster, automatically writes a .lock file and builds up an local cache to be even faster when installing packages again.
Yarn is dependency management tool for frontend (node) projects similar to npm. It also uses the npm registry and
infrastructure. According to yarn the benefits are that yarn is much faster, automatically writes a .lock file and
builds up an local cache to be even faster when installing packages again.

At AOE, we started using yarn in different projects to evaluate if we can switch to yarn for all projects.

0 comments on commit 2032e0d

Please sign in to comment.