Skip to content

Commit

Permalink
Merge pull request #2 from tblxio/chore/no-issue/update-tech-radar
Browse files Browse the repository at this point in the history
Update tech radar information
  • Loading branch information
afreire-laptop authored Dec 11, 2024
2 parents f765354 + 93c1b9d commit 6484161
Show file tree
Hide file tree
Showing 24 changed files with 1,666 additions and 1,385 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @tblxio/tech-radar-maintainers
6 changes: 3 additions & 3 deletions docs/data/azure-api-management/azure-api-management.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
label: Azure API Management
quadrant: 1
quadrant: 3
ring : 0
moved: 1
---

# PostgreSQL
# Azure API Management

<a href="https://docs.microsoft.com/en-us/azure/api-management/api-management-key-concepts" target="_blank">Azure API Management (APIM)</a> is a way to create consistent and modern API gateways for existing back-end services.
API Management helps organizations publish APIs to external, partner, and internal developers to unlock the potential of their data and services. Businesses everywhere are looking to extend their operations as a digital platform, creating new channels, finding new customers and driving deeper engagement with existing ones. API Management provides the core competencies to ensure a successful API program through developer engagement, business insights, analytics, security, and protection. You can use Azure API Management to take any backend and launch a full-fledged API program based on it.
API Management helps organizations publish APIs to external, partner, and internal developers to unlock the potential of their data and services. Businesses everywhere are looking to extend their operations as a digital platform, creating new channels, finding new customers and driving deeper engagement with existing ones. API Management provides the core competencies to ensure a successful API program through developer engagement, business insights, analytics, security, and protection. You can use Azure API Management to take any backend and launch a full-fledged API program based on it.
2 changes: 1 addition & 1 deletion docs/data/cosmosdb/cosmosdb.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: Cosmos DB
quadrant: 1
quadrant: 3
ring : 0
moved: 0
---
Expand Down
4 changes: 2 additions & 2 deletions docs/data/coverity/coverity.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
label: Coverity
quadrant: 1
ring : 0
moved: 0
ring : 3
moved: -1
---

# Coverity
Expand Down
2 changes: 1 addition & 1 deletion docs/data/databricks/databricks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: DataBricks
quadrant: 1
quadrant: 3
ring : 0
moved: 0
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data/eventhubs/eventhubs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: Azure Event Hubs
quadrant: 1
quadrant: 3
ring : 0
moved: 0
---
Expand Down
10 changes: 5 additions & 5 deletions docs/data/express.js/express.js.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
label: Express.JS
label: Express.js
quadrant: 2
ring : 1
moved: 0
ring : 0
moved: 1
---

# Express.JS
# Express.js

<a href="https://expressjs.com" target="_blank">Express.JS</a> is a minimal and flexible Node.JS web application framework that provides a robust set of features for design and build web applications and APIs. For example, It can be used for simple BFF (backend-for-frontend) implementations logic - targeting simple data aggregations and Auth services. And by doing that, reducing cognitive load on the Frontend Engineers and at the same time leveraging backend teams.
<a href="https://expressjs.com" target="_blank">Express.js</a> is a minimal and flexible Node.JS web application framework that provides a robust set of features for design and build web applications and APIs. For example, It can be used for simple BFF (backend-for-frontend) implementations logic - targeting simple data aggregations and Auth services. And by doing that, reducing cognitive load on the Frontend Engineers and at the same time leveraging backend teams.
2 changes: 1 addition & 1 deletion docs/data/flink/flink.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: Apache Flink
quadrant: 1
quadrant: 3
ring : 0
moved: 0
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data/google-maps/google-maps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: Google Maps
quadrant: 1
quadrant: 3
ring : 3
moved: 0
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data/here-maps/here-maps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: HERE Maps
quadrant: 1
quadrant: 3
ring : 0
moved: 0
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data/kafka/kafka.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: Apache Kafka
quadrant: 1
quadrant: 3
ring : 0
moved: 0
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data/kubernetes/kubernetes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: Kubernetes
quadrant: 1
quadrant: 3
ring : 0
moved: 0
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data/mapbox/mapbox.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: Mapbox
quadrant: 1
quadrant: 3
ring : 3
moved: 0
---
Expand Down
10 changes: 5 additions & 5 deletions docs/data/next.js/next.js.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
label: Next.JS
label: Next.js
quadrant: 2
ring : 2
moved: 0
ring : 0
moved: 1
---

# Next.JS
# Next.js

<a href="https://nextjs.org" target="_blank">Next.JS</a> provides an abstraction on top of React tooling - Convention over configuration. We should assess it for the development of POCs and internal tools plus improving time-to-market. 
<a href="https://nextjs.org" target="_blank">Next.js</a> is now our standard framework for React-based frontend applications. It offers a good balance between minimizing framework lock-in and providing valuable built-in features, such as optimizations, client and server-side rendering, routing, and Node.js middleware.
2 changes: 1 addition & 1 deletion docs/data/nginx/nginx.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: NGINX
quadrant: 1
quadrant: 3
ring : 0
moved: 0
---
Expand Down
8 changes: 4 additions & 4 deletions docs/data/node.js/node.js.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
label: Node.JS
quadrant: 1
label: Node.js
quadrant: 3
ring : 0
moved: 0
---

# Node.JS
# Node.js

<a href="https://nodejs.org" target="_blank">Node.JS</a> is an open-source, cross-platform JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. We successfully use it since It’s a good choice for restful APIs, real-time purposes/situations where many concurrent connections are expected.
<a href="https://nodejs.org" target="_blank">Node.js</a> is an open-source, cross-platform JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. We successfully use it since It’s a good choice for restful APIs, real-time purposes/situations where many concurrent connections are expected.
2 changes: 1 addition & 1 deletion docs/data/packer/packer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: Packer
quadrant: 2
quadrant: 1
ring : 0
moved: -1
---
Expand Down
4 changes: 2 additions & 2 deletions docs/data/postgresql/postgresql.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
label: PostgreSQL
quadrant: 1
quadrant: 3
ring : 0
moved: 1
---

# PostgreSQL

<a href="https://www.postgresql.org/" target="_blank">PostgreSQL</a> is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance
<a href="https://www.postgresql.org/" target="_blank">PostgreSQL</a> is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance
6 changes: 3 additions & 3 deletions docs/data/react.js/react.js.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
label: React.JS
label: React
quadrant: 2
ring : 0
moved: 0
---

# React.JS
# React

<a href="https://reactjs.org" target="_blank">React.JS</a> makes it painless to create interactive UIs and we see great potential to build upcoming projects with React. It follows functional programming paradigms like immutability, unidirectional data flow, and function composition that provide better code readability, fewer errors, and higher confidence in the Application life cycle which leads to saving overall costs in development and production.
<a href="https://reactjs.org" target="_blank">React.js</a> makes it painless to create interactive UIs and we see great potential to build upcoming projects with React. It follows functional programming paradigms like immutability, unidirectional data flow, and function composition that provide better code readability, fewer errors, and higher confidence in the Application life cycle which leads to saving overall costs in development and production.
4 changes: 2 additions & 2 deletions docs/data/redux/redux.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
label: Redux
quadrant: 2
ring : 0
moved: 0
ring : 3
moved: -1
---

# Redux
Expand Down
2 changes: 1 addition & 1 deletion docs/data/sqlite/sqlite.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
label: SQLite
quadrant: 1
quadrant: 2
ring : 0
moved: 0
---
Expand Down
Loading

0 comments on commit 6484161

Please sign in to comment.