ResourceHub icon indicating copy to clipboard operation
ResourceHub copied to clipboard

Added learning Pathways in Web3 resources and list of the top 25 Web3 coding challenges

Open SkSadaf opened this issue 1 year ago • 5 comments
trafficstars

PR Title: Added learning Pathways in Web3 resources and list of the top 25 Web3 coding challenges

Fixes Issue: Closes #215, #216

Description: Implemented learning tracks categorized based on the user's proficiency level—beginner, intermediate, and advanced. Each learning track comprises a list of resources such as websites, tutorials, courses, and tools. Added a list of the top 25 Web3 coding challenges. Each challenge is accompanied by a brief description and a link to the respective resource or tutorial.

Checklist:

  • [YES] I have carefully reviewed and adhered to the contributing guidelines before creating this pull request.
  • [YES] I followed the prescribed PR title template.

SkSadaf avatar May 15 '24 16:05 SkSadaf

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

github-actions[bot] avatar May 15 '24 16:05 github-actions[bot]


Feedback:

  • What is Pathway? If by "Pathway" you mean a step-by-step roadmap for learning Web3 from beginner to advanced levels, please find resources that offer such roadmaps. Include the URL and description in a new "Roadmap" section and create a separate table for it.
  • Duplicate and Included Resources: Remove the following resources as they are already included in the table:

Resources to be included in the Website to Learn Web3:

  1. BuidlGuidl
  2. ChainShot
  3. Solidity by Example
  4. dApps on Ethereum
  5. zkSync Integration
  6. Optimism

New Sections:

Note: The sections "Sandbox/IDE for Web3," "Challenges," and "Hackathon Resources" are not yet included in the project. You can either remove these resources or add new sections under the Web3 category and place the resources in their respective sections. Hackathon resources should be listed in the hackathon section table.

Format for Adding a New Section and Resource:

### Hackathon
<table width="100%">
  <tr>
    <th>Resource Name</th>
    <th>Description</th>
  </tr>
  <tr>
    <td><a href="URL HERE">RESOURCE NAME</a></td>
    <td>RESOURCE DESCRIPTION</td>
  </tr>
</table>

### Challenges
<table width="100%">
  <tr>
    <th>Resource Name</th>
    <th>Description</th>
  </tr>
  <tr>
    <td><a href="URL HERE">RESOURCE NAME</a></td>
    <td>RESOURCE DESCRIPTION</td>
  </tr>
</table>

### IDE
<table width="100%">
  <tr>
    <th>Resource Name</th>
    <th>Description</th>
  </tr>
  <tr>
    <td><a href="URL HERE">RESOURCE NAME</a></td>
    <td>RESOURCE DESCRIPTION</td>
  </tr>
</table>

### Roadmap
<table width="100%">
  <tr>
    <th>Resource Name</th>
    <th>Description</th>
  </tr>
  <tr>
    <td><a href="URL HERE">RESOURCE NAME</a></td>
    <td>RESOURCE DESCRIPTION</td>
  </tr>
</table>

if you have any question, dont hesitate.

jfmartinz avatar May 16 '24 01:05 jfmartinz

Sure, I'll remove the pathways and incorporate a roadmap section as you suggested. I'll also introduce a challenges section. Could you please provide further details on what should be included in the challenges? Specifically, based on the content of the 'top 25 coding challenges' list, what elements should we retain, remove, or add?

SkSadaf avatar May 16 '24 03:05 SkSadaf

I have added the roadmap section, please review it and provide feedback.

SkSadaf avatar May 16 '24 04:05 SkSadaf

Sure, I'll remove the pathways and incorporate a roadmap section as you suggested. I'll also introduce a challenges section. Could you please provide further details on what should be included in the challenges? Specifically, based on the content of the 'top 25 coding challenges' list, what elements should we retain, remove, or add?

The challenges section is something like this under web development category. But the difference is that it should be in Web3, I checked some of the resources added, some are broken link or not working, not secured, 404 page, and some are not suited to be added in challenges.

You can take a look at the comment above, in which resources to be deleted or added

jfmartinz avatar May 16 '24 07:05 jfmartinz

Sure, I'll remove the pathways and incorporate a roadmap section as you suggested. I'll also introduce a challenges section. Could you please provide further details on what should be included in the challenges? Specifically, based on the content of the 'top 25 coding challenges' list, what elements should we retain, remove, or add?

The challenges section is something like this under web development category. But the difference is that it should be in Web3, I checked some of the resources added, some are broken link or not working, not secured, 404 page, and some are not suited to be added in challenges.

You can take a look at the comment above, in which resources to be deleted or added

Okay, Thank you, I got an idea of what must be included. I will work on adding challenges.

SkSadaf avatar May 16 '24 08:05 SkSadaf

Sure, I'll remove the pathways and incorporate a roadmap section as you suggested. I'll also introduce a challenges section. Could you please provide further details on what should be included in the challenges? Specifically, based on the content of the 'top 25 coding challenges' list, what elements should we retain, remove, or add?

The challenges section is something like this under web development category. But the difference is that it should be in Web3, I checked some of the resources added, some are broken link or not working, not secured, 404 page, and some are not suited to be added in challenges. You can take a look at the comment above, in which resources to be deleted or added

Okay, Thank you, I got an idea of what must be included. I will work on adding challenges.

Thanks @SkSadaf. Ill wait for your changes.

jfmartinz avatar May 16 '24 11:05 jfmartinz

I have added the challenges. Please review and provide provide a feedback on this and the roadmap as well.

SkSadaf avatar May 16 '24 12:05 SkSadaf

Last one request anad I will merged it now, thans

jfmartinz avatar May 16 '24 12:05 jfmartinz

Sorry for the oversight, now I have made changes as per the format.

SkSadaf avatar May 16 '24 13:05 SkSadaf