@@ -344,10 +344,10 @@ const ResourcesCards = () => {
344344 tags : [ 'Docs' , 'Documentation' , 'Guides' ] ,
345345 } ,
346346 {
347- title : 'AI Tools Directory' ,
348- description : 'Explore powerful AI tools for various use cases.' ,
349- link : '/AITools ' ,
350- tags : [ 'AI' , ' Tools', 'Directory' , 'AI tools Hub ', 'Developer Tools' ] ,
347+ title : 'Dev Tools Directory' ,
348+ description : 'Explore powerful Developer tools for various use cases.' ,
349+ link : '/DevTools ' ,
350+ tags : [ 'AI Tools' , 'Productive Tools ' , 'Developer Tools' ] ,
351351 } ,
352352 {
353353 title : 'Valuable Repositories' ,
@@ -373,6 +373,30 @@ const ResourcesCards = () => {
373373 link : '/Preparation' ,
374374 tags : [ 'Interviews' , 'Preparation' , 'Resources' , 'Exam Preparation' ] ,
375375 } ,
376+ {
377+ title : 'Research Paper' ,
378+ description : 'Read and explore research papers on various tech topics.' ,
379+ link : '/ResearchPaper' ,
380+ tags : [ 'Research Papers' , 'Papers' , 'Research' , 'Tech' ] ,
381+ } ,
382+ {
383+ title : 'Useful APIs' ,
384+ description : 'Explore and use useful APIs for your projects and applications.' ,
385+ link : '/APIs' ,
386+ tags : [ 'APIs' , 'Tools' , 'Development' , 'Projects' , 'Free APIs' , 'Paid APIs' ] ,
387+ } ,
388+ {
389+ title : 'Coding Platforms' ,
390+ description : 'Practice coding and participate in coding challenges on these platforms.' ,
391+ link : '/CodingPlatforms' ,
392+ tags : [ 'Coding Platforms' , 'Coding' , 'Challenges' , 'Competitive Programming' ] ,
393+ } ,
394+ {
395+ title : '' ,
396+ description : '' ,
397+ link : '/' ,
398+ tags : [ ] ,
399+ } ,
376400 ] ;
377401
378402 const filteredResources = resources . filter ( ( resources ) => {
0 commit comments