forked from zalando/tech-radar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EAA-0 - EAA languages and date correction (#9)
Add two languages we are/were using. And we are in 2025
- Loading branch information
1 parent
55fbe27
commit a54cb59
Showing
32 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Golang" | ||
ring: adopt | ||
quadrant: languages-and-frameworks | ||
tags: [engineering, backend, enterprise-app] | ||
--- | ||
|
||
[Go](https://go.dev/) is a simple, fast, and scalable language ideal for | ||
our microservices and concurrent systems. It offers strong performance, | ||
easy deployment, and a rich ecosystem with industry backing. | ||
Its minimal syntax, robust error handling, and developer-friendly tools make | ||
it perfect for new or experience member of our team to jump on both small and | ||
large projects. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Haskell" | ||
ring: hold | ||
quadrant: languages-and-frameworks | ||
tags: [engineering, backend, enterprise-app] | ||
--- | ||
|
||
To mitigate the bus factor and enhance the diversity of contributors to our | ||
projects, we made the strategic decision to remove Haskell from our technology | ||
stack. While Haskell's characteristics—such as its strictness, laziness, and | ||
purity—have undeniably contributed to make invalid states in our software | ||
unrepresentable, its steep learning curve is a well-recognized challenge that | ||
may discourage developers from engaging deeply with a project. |