Skip to content

Commit

Permalink
March 2024 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Mar 5, 2024
1 parent c5add2c commit aff17e7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 15 deletions.
43 changes: 29 additions & 14 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"label": "Bun",
"ring": 2,
"moved": 1
"moved": 0
},
{
"label": "Spring Integration for MQTT",
Expand Down Expand Up @@ -125,16 +125,26 @@
{
"label": "Jest",
"ring": 3,
"moved": -1
"moved": 0
},
{
"label": "vitest",
"ring": 0,
"moved": 1
"moved": 0
},
{
"label": "Playwright",
"ring": 1,
"moved": 0
},
{
"label": "Angular",
"ring": 2,
"moved": 1
},
{
"label": "React",
"ring": 2,
"moved": 1
}
],
Expand Down Expand Up @@ -238,12 +248,12 @@
{
"label": "Sentry",
"ring": 0,
"moved": 1
"moved": 0
},
{
"label": "Grafana (Cloud)",
"ring": 1,
"moved": 1
"moved": 0
},
{
"label": "Github Packages",
Expand All @@ -253,7 +263,7 @@
{
"label": "Werf",
"ring": 3,
"moved": 1
"moved": 0
},
{
"label": "Docker-Compose",
Expand All @@ -272,7 +282,7 @@
},
{
"label": "Terraform",
"ring": 1,
"ring": 0,
"moved": 1
},
{
Expand All @@ -289,6 +299,11 @@
"label": "Server-Sent-Events",
"ring": 3,
"moved": 0
},
{
"label": "WarpBuild",
"ring": 1,
"moved": 1
}
],
"tools": [
Expand Down Expand Up @@ -345,7 +360,7 @@
{
"label": "pnpm",
"ring": 0,
"moved": 1
"moved": 0
},
{
"label": "Maven",
Expand All @@ -356,17 +371,17 @@
{
"label": "JMeter",
"ring": 3,
"moved": -1
"moved": 0
},
{
"label": "Gatling",
"ring": 1,
"moved": 1
"moved": 0
},
{
"label": "AI coding tools",
"ring": 0,
"moved": 1
"moved": 0
},
{
"label": "Skaffold",
Expand All @@ -379,9 +394,9 @@
"moved": 0
},
{
"label": "Balsamiq Cloud",
"ring": 0,
"moved": 0
"label": "Vuetify Figma Plugin",
"ring": 2,
"moved": 1
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tech-radar",
"private": true,
"version": "2023.12",
"version": "2024.03",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit aff17e7

Please sign in to comment.