Skip to content

Commit 257b514

Browse files
authored
Update c.ts adding certificates.dev (#966)
1 parent 5051bd1 commit 257b514

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/c.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ export const resources: Resource[] = [
8282
'Cert Decoder is a free online tool for decoding X.509 SSL/TLS certificates in PEM format directly in your browser.',
8383
categories: ['Security', 'Testing', 'Tooling'],
8484
url: 'https://certdecoder.com/',
85+
},
86+
{
87+
name: 'Certificates.dev',
88+
description: "Recognized certification exams for Vue (official certification endorsed by Evan You), React, Angular, Nuxt, and JS. We’ve helped developers from 680+ companies worldwide validate their frontend skills.",
89+
keywords: ['frontend', 'Javascript', 'Vue', 'React', 'Angular', 'Certification', 'coding challenge'],
90+
categories: ['Programming', 'Resume', 'Code Challenge'],
91+
url: 'https://certificates.dev/',
8592
},
8693
{
8794
name: 'Chaindesk',

0 commit comments

Comments
 (0)