Skip to content

Commit f61a891

Browse files
authored
added frontend resources for interview and learning (#80)
1 parent 5eb514e commit f61a891

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

src/data/resourcesData.js

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,4 +2593,130 @@ export default [
25932593
repoOwner: 'Andrey Romanov',
25942594
category: ['web-dev', 'frontend']
25952595
},
2596+
{
2597+
id: 270,
2598+
link: 'https://raw.githubusercontent.com/learning-zone/javascript-interview-questions/master/README.md',
2599+
repoName: 'javascript-interview-questions',
2600+
description: '500+ JavaScript Interview Questions',
2601+
repoOwnerName: 'learning-zone',
2602+
repoOwner: 'Pradeep Kumar',
2603+
category: ['web-dev', 'frontend', 'interview']
2604+
},
2605+
{
2606+
id: 271,
2607+
link: 'https://raw.githubusercontent.com/learning-zone/javascript-interview-questions/master/javascript-programs.md',
2608+
repoName: 'javascript-interview-questions',
2609+
description: '300+ JavaScript Coding Practice Questions',
2610+
repoOwnerName: 'learning-zone',
2611+
repoOwner: 'Pradeep Kumar',
2612+
category: ['web-dev', 'frontend', 'interview']
2613+
},
2614+
{
2615+
id: 272,
2616+
link: 'https://raw.githubusercontent.com/learning-zone/react-interview-questions/master/README.md',
2617+
repoName: 'react-interview-questions',
2618+
description: '500+ React Interview Questions',
2619+
repoOwnerName: 'learning-zone',
2620+
repoOwner: 'Pradeep Kumar',
2621+
category: ['web-dev', 'frontend', 'interview']
2622+
},
2623+
{
2624+
id: 273,
2625+
link: 'https://raw.githubusercontent.com/learning-zone/nodejs-interview-questions/master/README.md',
2626+
repoName: 'nodejs-interview-questions',
2627+
description: 'Frequently Asked Node.js Interview Questions',
2628+
repoOwnerName: 'learning-zone',
2629+
repoOwner: 'Pradeep Kumar',
2630+
category: ['web-dev', 'backend', 'interview']
2631+
},
2632+
{
2633+
id: 274,
2634+
link: 'https://raw.githubusercontent.com/learning-zone/java-interview-questions/master/README.md',
2635+
repoName: 'java-interview-questions',
2636+
description: '1000+ Java Interview Questions',
2637+
repoOwnerName: 'learning-zone',
2638+
repoOwner: 'Pradeep Kumar',
2639+
category: ['web-dev', 'backend', 'interview']
2640+
},
2641+
{
2642+
id: 275,
2643+
link: 'https://raw.githubusercontent.com/learning-zone/python-interview-questions/master/README.md',
2644+
repoName: 'python-interview-questions',
2645+
description: '300+ Python Interview Questions',
2646+
repoOwnerName: 'learning-zone',
2647+
repoOwner: 'Pradeep Kumar',
2648+
category: ['web-dev', 'backend', 'interview']
2649+
},
2650+
{
2651+
id: 276,
2652+
link: 'https://raw.githubusercontent.com/learning-zone/mongodb-interview-questions/master/README.md',
2653+
repoName: 'mongodb-interview-questions',
2654+
description: 'MongoDB Interview Questions',
2655+
repoOwnerName: 'learning-zone',
2656+
repoOwner: 'Pradeep Kumar',
2657+
category: ['web-dev', 'backend', 'interview']
2658+
},
2659+
{
2660+
id: 277,
2661+
link: 'https://raw.githubusercontent.com/learning-zone/devops-interview-questions/master/README.md',
2662+
repoName: 'devops-interview-questions',
2663+
description: 'DevOps Interview Questions',
2664+
repoOwnerName: 'learning-zone',
2665+
repoOwner: 'Pradeep Kumar',
2666+
category: ['web-dev', 'interview']
2667+
},
2668+
{
2669+
id: 278,
2670+
link: 'https://raw.githubusercontent.com/learning-zone/angular-interview-questions/master/README.md',
2671+
repoName: 'angular-interview-questions',
2672+
description: 'Angular 9: A Practical Guide on Cracking the Job Interview',
2673+
repoOwnerName: 'learning-zone',
2674+
repoOwner: 'Pradeep Kumar',
2675+
category: ['web-dev', 'frontend', 'interview']
2676+
},
2677+
{
2678+
id: 279,
2679+
link: 'https://raw.githubusercontent.com/learning-zone/css-interview-questions/master/README.md',
2680+
repoName: 'css-interview-questions',
2681+
description: '300+ CSS Interview Questions',
2682+
repoOwnerName: 'learning-zone',
2683+
repoOwner: 'Pradeep Kumar',
2684+
category: ['web-dev', 'frontend', 'interview']
2685+
},
2686+
{
2687+
id: 280,
2688+
link: 'https://raw.githubusercontent.com/learning-zone/html-interview-questions/master/README.md',
2689+
repoName: 'html-interview-questions',
2690+
description: '100+ HTML5 Interview Questions',
2691+
repoOwnerName: 'learning-zone',
2692+
repoOwner: 'Pradeep Kumar',
2693+
category: ['web-dev', 'frontend', 'interview']
2694+
},
2695+
{
2696+
id: 281,
2697+
link: 'https://raw.githubusercontent.com/learning-zone/mysql-interview-questions/master/README.md',
2698+
repoName: 'mysql-interview-questions',
2699+
description: 'MySQL Interview Questions and Answers',
2700+
repoOwnerName: 'learning-zone',
2701+
repoOwner: 'Pradeep Kumar',
2702+
category: ['web-dev', 'backend', 'interview']
2703+
},
2704+
{
2705+
id: 282,
2706+
link: 'https://raw.githubusercontent.com/sadanandpai/frontend-learning-kit/main/README.md',
2707+
repoName: 'frontend-learning-kit',
2708+
description: 'Highly recommended collections for frontend developers',
2709+
repoOwnerName: 'sadanandpai',
2710+
repoOwner: 'Sadanand Akshay Pai',
2711+
category: ['web-dev', 'frontend', 'interview']
2712+
},
2713+
{
2714+
id: 283,
2715+
link: 'https://raw.githubusercontent.com/sadanandpai/dsa-for-front-end-dev/main/README.md',
2716+
repoName: 'dsa-for-front-end-dev',
2717+
description: 'Data structures and algorithms for front-end interviews',
2718+
repoOwnerName: 'sadanandpai',
2719+
repoOwner: 'Sadanand Akshay Pai',
2720+
category: ['web-dev', 'frontend', 'interview']
2721+
},
25962722
];

0 commit comments

Comments
 (0)