Skip to content

Commit be3cd46

Browse files
committed
feat(job-offers): add Vonage job offers data
1 parent 6050965 commit be3cd46

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/views/JobOffers/JobsData.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,27 @@ export const jobOffers: Company[] = [
9595
},
9696
],
9797
},
98+
{
99+
id: "f4dcca5c-f088-478d-bec1-a51bc26c22be",
100+
name: "Vonage",
101+
description:
102+
"Vonage is a cloud communications platform that allows developers to integrate voice, video and messaging into their applications using their communication APIs.",
103+
logo: "/images/sponsors/vonage.jpg",
104+
url: "https://vonage.dev/DevBcn",
105+
linkedin: "https://www.linkedin.com/company/vonage",
106+
twitter: "https://x.com/vonagedev",
107+
offers: [
108+
{
109+
id: "52fbc1b1-54ab-4ec1-8fd4-a2690a7f5737",
110+
text:
111+
"Vonage is the emerging leader in the $100B+ cloud communications platform (CPaaS) market. Customers like Airbnb, Viber, Whatsapp, Snapchat, and many others depend on our APIs and SDKs to connect with their customers all over the world. As businesses continue to shift to a real-time, customer-centric communications model, we are experiencing a time of impressive growth.\n" +
112+
"\n" +
113+
"We are looking for Full-Stack Web Developers (frontend focus), Frontend Native SDET, and Java Software Engineers to join our team. You'll enhance the developer experience and improve the capabilities of our video APIs, help drive innovation, and contribute across the Vonage Video Platform.",
114+
title:
115+
"Full-Stack Web Developers (frontend focus), Frontend Native SDET, and Java Software Engineers",
116+
url: "https://www.vonage.com/careers/search/#loc=4059203002&dept=4027008002&page=1&sort=desc",
117+
location: "Remote",
118+
},
119+
],
120+
},
98121
];

0 commit comments

Comments
 (0)