Explicitly marked empty files content as "TBD"
This commit is contained in:
@@ -4,11 +4,3 @@ 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).
|
||||
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: methods-and-patterns
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -4,3 +4,4 @@ ring: trial
|
||||
quadrant: methods-and-patterns
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "Consumer Based Contract"
|
||||
ring: trial
|
||||
quadrant: methods-and-patterns
|
||||
|
||||
---
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: methods-and-patterns
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -4,3 +4,4 @@ ring: trial
|
||||
quadrant: platforms-and-aoe-services
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: platforms-and-aoe-services
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "GraphQL"
|
||||
ring: assess
|
||||
quadrant: languages-and-frameworks
|
||||
|
||||
---
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: languages-and-frameworks
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: tools
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -4,3 +4,4 @@ ring: trial
|
||||
quadrant: tools
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: tools
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "oAuth and secure API's"
|
||||
ring: trial
|
||||
quadrant: methods-and-patterns
|
||||
|
||||
---
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: tools
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
title: "Redux"
|
||||
ring: adopt
|
||||
quadrant: languages-and-frameworks
|
||||
---
|
||||
|
||||
TODO
|
||||
@@ -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).
|
||||
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: methods-and-patterns
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -4,3 +4,4 @@ ring: assess
|
||||
quadrant: languages-and-frameworks
|
||||
|
||||
---
|
||||
TBD
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "Swift"
|
||||
ring: trial
|
||||
quadrant: languages-and-frameworks
|
||||
|
||||
---
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user