You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/ProjectList/projects.js
+27-18Lines changed: 27 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ const languages = [
6
6
"JavaScript",
7
7
"Markdown",
8
8
"TypeScript",
9
+
"Swift",
9
10
]
10
11
11
12
const[
@@ -16,9 +17,17 @@ const [
16
17
javascript,
17
18
markdown,
18
19
typescript,
20
+
swift
19
21
]=languages
20
22
21
23
constprojects=[
24
+
{
25
+
name: "Backstage (Spotify)",
26
+
language: typescript,
27
+
description:
28
+
"Backstage is an open platform for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly — without compromising autonomy.",
description: "Brooklin is a distributed system intended for streaming data between various heterogeneous source and destination systems with high reliability and throughput at scale. Designed for multitenancy, Brooklin can simultaneously power hundreds of data pipelines across different systems and can easily be extended to support new sources and destinations.",
"Javascript library which generates an array of javascript objects representing the current branch of a local git repository's commit history",
34
-
href: "https://github.com/wayfair/git-parse",
48
+
"Specify a dynamic set of questions to ask a user and get their answers. Columbo's feature set allows a program to ask multiple types of questions, validate the response provided by the user, use answers from earlier questions, and accept answers from the command line in addition to prompting the user. ",
"Specify a dynamic set of questions to ask a user and get their answers. Columbo's feature set allows a program to ask multiple types of questions, validate the response provided by the user, use answers from earlier questions, and accept answers from the command line in addition to prompting the user. ",
"Javascript library which generates an array of javascript objects representing the current branch of a local git repository's commit history",
77
+
href: "https://github.com/wayfair/git-parse",
63
78
},
64
79
{
65
80
name: "OSS-Template",
@@ -83,17 +98,11 @@ const projects = [
83
98
href: "https://github.com/tremor-rs",
84
99
},
85
100
{
86
-
name: "Backstage (Spotify)",
87
-
language: typescript,
101
+
name: "VSM for iOS",
102
+
language: swift,
88
103
description:
89
-
"Backstage is an open platform for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly — without compromising autonomy.",
description: "Brooklin is a distributed system intended for streaming data between various heterogeneous source and destination systems with high reliability and throughput at scale. Designed for multitenancy, Brooklin can simultaneously power hundreds of data pipelines across different systems and can easily be extended to support new sources and destinations.",
0 commit comments