Saturday, 26 November 2022

15 GitHub repositories to become a React master

Credit: Mohammed Elzanaty 

15 GitHub repositories to become a React master (start learning now) 👇👇

1. ReactJS https://lnkd.in/dwFxgkUA
2. React-18-workshop https://lnkd.in/d-D4DV7C
3. under-the-hood-reactjs https://lnkd.in/dHjsedRm
4. react-developer-roadmap https://lnkd.in/dJc-5SnN
5. react-in-patterns https://lnkd.in/dU7P5kHq
6. 30-days-of-react https://lnkd.in/dtVtBsPh
7. real-world-react-apps https://lnkd.in/dVQEygdV
8. react-bits https://lnkd.in/dWMEFh2p
9. react-redux-typescript-guide https://lnkd.in/dfNbTsyk
10. awesome-react-components https://lnkd.in/dfveGCDW
11. hocs https://lnkd.in/d-uHPqwa
12. react-use https://lnkd.in/dPvm_s8r
13. beautiful-react-hooks https://lnkd.in/dQTT_9Ug
14. react-cheatsheets https://lnkd.in/dy7HYFBN
15. react-hooks-cheatsheethttps://lnkd.in/dHdmbjfu

Saturday, 12 November 2022

Resources to reach Expert in CF

Number Theory

  1. - CodeNCode Number Theory Playlist
  2. - CP Algorithms Algebra Section
  3. - Utkarsh Gupta Quick Number Theory Video

Binary Search

  1. - Codeforces Edu Section (Binary Search)
  2. - Priyansh Agarwal Quick Binary Search Video
  3. - CP Algorithms Ternary Search

Greedy 

  1. - Geeks for Geeks Standard Greedy Problems
  2. - Exchange Arguments Algorithms Live Video
  3. - CSES Problemset (Try first 50% problems from Searching and Sorting Section)

Dynamic Programming

  1. - Errichto’s DP Beginner Videos
  2. - CSES Problemset (Try first 60% problems from DP Section)
  3. - Kartik Arora’s DP Playlist
  4. - AtCoder DP Contest (Try first 10 problems)
  5. - Utkarsh Gupta’s AtCoder Solutions (Hindi)

Trees

  1. - Tree Video 1, Tree Video 2 on Priyansh Agarwal Channel
  2. - Galen Collins Trees Topic Stream
  3. - Errichto Binary Lifting Video
  4. - CSES Problemset (Try first 6 problems from Trees Section)

Graphs

  1. - Galen Collins Graphs Topic Stream
  2. - William Fiset Graph Theory Playlist
  3. - CSES Problemset (Try first 8 problems from Graphs Section)

Practice Links from 1200 - 1400 on Codeforces:

  1. Implementation/Constructive: link
  2. Math: link
  3. Binary Search: link
  4. prime (number theory): link 
  5. bitmask: link
  6. stacks & queues: link
  7. strings: linkTUF Strings
  8. Trees: Cseslink
  9. graphs: link
  10. DP: link