Skip to content

Commit 0db45ac

Browse files
committed
added few new useful resources
1 parent 28e5a7a commit 0db45ac

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

src/components/Category/resourcesData.js

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,43 @@ export const resources = [
474474
repoOwnerName: 'denysdovhan',
475475
repoOwner: 'Denys Dovhan',
476476
},
477+
{
478+
id: 52,
479+
link:
480+
'https://raw.githubusercontent.com/jwasham/coding-interview-university/master/README.md',
481+
repoName: 'coding-interview-university',
482+
description:
483+
' A complete computer science study plan to become a software engineer.',
484+
repoOwnerName: 'jwasham',
485+
repoOwner: 'John Washam',
486+
},
487+
{
488+
id: 53,
489+
link:
490+
'https://raw.githubusercontent.com/leonardomso/33-js-concepts/master/README.md',
491+
repoName: '33-js-concepts',
492+
description: 'scroll 33 concepts every JavaScript developer should know.',
493+
repoOwnerName: 'leonardomso',
494+
repoOwner: 'Leonardo Maldonado',
495+
},
496+
{
497+
id: 54,
498+
link:
499+
'https://raw.githubusercontent.com/mbeaudru/modern-js-cheatsheet/master/README.md',
500+
repoName: 'modern-js-cheatsheet',
501+
description:
502+
'Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. https://mbeaudru.github.io/modern-js-….',
503+
repoOwnerName: 'mbeaudru',
504+
repoOwner: 'Manuel Beaudru',
505+
},
506+
{
507+
id: 55,
508+
link:
509+
'https://raw.githubusercontent.com/MaximAbramchuck/awesome-interview-questions/master/README.md',
510+
repoName: 'awesome-interview-questions',
511+
description:
512+
' A curated awesome list of lists of interview questions. Feel free to contribute! mortar_board.',
513+
repoOwnerName: 'MaximAbramchuck',
514+
repoOwner: 'Maksim Abramchuk',
515+
},
477516
];

0 commit comments

Comments
 (0)