Skip to content

Commit 5eb514e

Browse files
authored
added resources 148- 155 (#79)
1 parent 57da843 commit 5eb514e

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

src/Pages/Resources/Suggestion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const Suggestion = () => {
55
const filters = useMemo(() => ([
66
'App',
77
'Book',
8-
'Awesome',
98
'computer science',
109
'Design',
1110
'Developer',

src/data/resourcesData.js

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,4 +2530,67 @@ export default [
25302530
repoOwner: 'Fabio Souto',
25312531
category: ['frontend', 'data-science', 'mob-dev']
25322532
},
2533+
{
2534+
id: 263,
2535+
link: 'https://raw.githubusercontent.com/egeerardyn/awesome-LaTeX/master/README.md',
2536+
repoName: 'awesome-LaTeX',
2537+
description: 'Curated list of LaTeX awesomeness',
2538+
repoOwnerName: 'egeerardyn',
2539+
repoOwner: 'Egon Geerardyn',
2540+
category: ['productive']
2541+
},
2542+
{
2543+
id: 264,
2544+
link: 'https://raw.githubusercontent.com/yungnickyoung/Java-Cheatsheet/master/README.md',
2545+
repoName: 'Java-Cheatsheet',
2546+
description: 'Java notes cheatsheet, focusing on fundamentals and useful interview tips',
2547+
repoOwnerName: 'yungnickyoung',
2548+
repoOwner: 'Nick Young',
2549+
category: ['language', 'interview']
2550+
},
2551+
{
2552+
id: 265,
2553+
link: 'https://raw.githubusercontent.com/yungnickyoung/Python-3-Cheatsheet/master/README.md',
2554+
repoName: 'Python-3-Cheatsheet',
2555+
description: 'Python 3 notes cheatsheet, focusing on fundamentals and useful interview tips',
2556+
repoOwnerName: 'yungnickyoung',
2557+
repoOwner: 'Nick Young',
2558+
category: ['language', 'interview']
2559+
},
2560+
{
2561+
id: 266,
2562+
link: 'https://raw.githubusercontent.com/keon/awesome-nlp/master/README.md',
2563+
repoName: 'awesome-nlp',
2564+
description: 'A curated list of resources dedicated to Natural Language Processing (NLP)',
2565+
repoOwnerName: 'keon',
2566+
repoOwner: 'Keon',
2567+
category: ['data-science', 'project']
2568+
},
2569+
{
2570+
id: 267,
2571+
link: 'https://raw.githubusercontent.com/jupeter/clean-code-php/master/README.md',
2572+
repoName: 'clean-code-php',
2573+
description: 'Clean Code concepts adapted for PHP',
2574+
repoOwnerName: 'jupeter',
2575+
repoOwner: 'Piotr Plenik',
2576+
category: ['language', 'web-dev', 'backend']
2577+
},
2578+
{
2579+
id: 268,
2580+
link: 'https://raw.githubusercontent.com/andrew--r/channels/master/README.md',
2581+
repoName: 'channels',
2582+
description: 'A collection of useful YouTube channels for javascript developers and web designers',
2583+
repoOwnerName: 'andrew--r',
2584+
repoOwner: 'Andrey Romanov',
2585+
category: ['web-dev', 'frontend']
2586+
},
2587+
{
2588+
id: 269,
2589+
link: 'https://raw.githubusercontent.com/andrew--r/frontend-case-studies/master/readme.md',
2590+
repoName: 'frontend-case-studies',
2591+
description: 'A curated list of technical talks and articles about real world enterprise frontend development',
2592+
repoOwnerName: 'andrew--r',
2593+
repoOwner: 'Andrey Romanov',
2594+
category: ['web-dev', 'frontend']
2595+
},
25332596
];

0 commit comments

Comments
 (0)