Skip to content

Commit 88bd1c6

Browse files
committed
Added Gradle and SigNoz to the listOfProjects
1 parent 3ae3c11 commit 88bd1c6

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,51 @@ const projectList = [
13311331
projectLink: 'https://github.com/activist-org/activist',
13321332
description: 'Open-source, nonprofit activism platform',
13331333
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript', 'Django', 'Python']
1334+
},
1335+
{
1336+
name: 'gradle.org',
1337+
imageSrc: 'https://avatars.githubusercontent.com/u/124156?s=200&v=4',
1338+
projectLink: 'https://github.com/gradle/gradle',
1339+
description: 'Adaptable, fast automation for all',
1340+
tags: [
1341+
'Build Tool',
1342+
'Good First Issue',
1343+
'Gradle',
1344+
'Gradle-bt',
1345+
'Groovy',
1346+
'Hacktoberfest',
1347+
'Java',
1348+
'Kotlin',
1349+
]
1350+
},
1351+
{
1352+
name: 'signoz.io',
1353+
imageSrc: 'https://avatars.githubusercontent.com/u/76905799?s=200&v=4',
1354+
projectLink: 'https://github.com/SigNoz/signoz',
1355+
description:
1356+
'SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool',
1357+
tags: [
1358+
'APM',
1359+
'Application Monitoring',
1360+
'Distributed Tracing',
1361+
'Go',
1362+
'Good First Issue',
1363+
'Jaeger',
1364+
'Log',
1365+
'Logs',
1366+
'Metrics',
1367+
'Monitoring',
1368+
'Next.js',
1369+
'Observability',
1370+
'Open Source',
1371+
'Open Telemetry',
1372+
'Prometheus',
1373+
'React',
1374+
'React.js',
1375+
'Self Hosted',
1376+
'Tracing',
1377+
'Typescript',
1378+
]
13341379
}
13351380
];
13361381
export default projectList;

0 commit comments

Comments
 (0)