Skip to content

Commit 66154e3

Browse files
authored
added new resources (#73)
* added new resources * remove javascript-questions
1 parent 8e9a832 commit 66154e3

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

src/data/resourcesData.js

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,4 +2323,67 @@ export default [
23232323
repoOwner: 'Matias Singers',
23242324
category: ['productive']
23252325
},
2326+
{
2327+
id: 240,
2328+
link: 'https://raw.githubusercontent.com/trimstray/the-book-of-secret-knowledge/master/README.md',
2329+
repoName: 'the-book-of-secret-knowledge',
2330+
description: 'A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.',
2331+
repoOwnerName: 'trimstray',
2332+
repoOwner: 'Michał Ży',
2333+
category: ['productive', 'web-dev']
2334+
},
2335+
{
2336+
id: 241,
2337+
link: 'https://raw.githubusercontent.com/danieldelcore/mega-interview-guide/master/README.md',
2338+
repoName: 'mega-interview-guide',
2339+
description: 'The MEGA interview guide, JavaSciript, Front End, Comp Sci',
2340+
repoOwnerName: 'danieldelcore',
2341+
repoOwner: 'Daniel Del Core',
2342+
category: ['frontend', 'interview']
2343+
},
2344+
{
2345+
id: 242,
2346+
link: 'https://raw.githubusercontent.com/danistefanovic/build-your-own-x/master/README.md',
2347+
repoName: 'build-your-own-x',
2348+
description: 'Build your own (insert technology here)',
2349+
repoOwnerName: 'danistefanovic',
2350+
repoOwner: 'Daniel Stefanovic',
2351+
category: ['web-dev', 'mob-dev', 'course']
2352+
},
2353+
{
2354+
id: 243,
2355+
link: 'https://raw.githubusercontent.com/Asabeneh/JavaScript-for-Everyone/master/readMe.md',
2356+
repoName: 'JavaScript-for-Everyone',
2357+
description: 'A step by step guide to learn JavaScript and programming',
2358+
repoOwnerName: 'Asabeneh',
2359+
repoOwner: 'Asabeneh',
2360+
category: ['web-dev', 'mob-dev', 'course']
2361+
},
2362+
{
2363+
id: 244,
2364+
link: 'https://raw.githubusercontent.com/trekhleb/javascript-algorithms/master/README.md',
2365+
repoName: 'javascript-algorithms',
2366+
description: 'Algorithms and data structures implemented in JavaScript with explanations and links to further readings',
2367+
repoOwnerName: 'trekhleb',
2368+
repoOwner: 'Oleksii Trekhleb',
2369+
category: ['web-dev', 'interview', 'course', "language"]
2370+
},
2371+
{
2372+
id: 245,
2373+
link: 'https://raw.githubusercontent.com/goabstract/Marketing-for-Engineers/master/README.md',
2374+
repoName: 'Marketing-for-Engineers',
2375+
description: 'A curated collection of marketing articles & tools to grow your product.',
2376+
repoOwnerName: 'goabstract',
2377+
repoOwner: 'Abstract',
2378+
category: ['productive', 'project']
2379+
},
2380+
{
2381+
id: 246,
2382+
link: 'https://raw.githubusercontent.com/Twipped/InterviewThis/master/README.md',
2383+
repoName: 'InterviewThis',
2384+
description: 'An open source list of developer questions to ask prospective employers',
2385+
repoOwnerName: 'Twipped',
2386+
repoOwner: 'Jocelyn Badgley',
2387+
category: ['interview']
2388+
},
23262389
];

0 commit comments

Comments
 (0)