Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added upskilling resources section #33

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@ We hope you find the information contained below useful and good luck on your co
| Link | Notes |
|------|-------|
| [LeetCode](https://leetcode.com/explore/) | Platform to prepare for technical interviews |
| [Tech Interview Handbook](https://www.techinterviewhandbook.org/) | Curated technical, behaviorial, and systems design interview preparation materials with algorithms study cheatsheets |
| [Tech Interview Handbook](https://www.techinterviewhandbook.org/) | Curated technical, behaviorial, and systems design interview preparation materials with algorithms study cheatsheets |

## Table of Upskilling Resources
| Link | Notes |
|------|-------|
| [Developer Roadmap](https://roadmap.sh/) | Explore the next step you can take to advance your technical skills |
| [Codeforce](https://codeforces.com/) | Complex coding problems to make your extra prepare for tech interviews. Note: Recommand to attempt Division A, B, C for interview. D above for competitive programming contests. The letter shows the diffculty of the question and is at the end of each problem number. The level of diffculty increases as letter increases in order. For people aiming at ICPC, attempt E or above.|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe something like:

Complex coding problems to make your extra prepare for tech interviews. Note: Recommended Division 2, 3 for interviews. 1 for competitive programming contests. The letter shows the difficulty of the question and is at the end of each problem number. The level of difficulty increases as letter increases in order from A (easiest) to E (hardest) . For people aiming at ICPC, aim for AC Div 1.



### Contributors
Expand Down