File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# The Checklist to become a good junior coder
22## Devops
3- - [ ] Able to navigate linux using just commandline
4- - [ ] Understand how the linux file system works
5- - [ ] Understand what is the OSI model and able to explain it to a layman
3+ - [ ] Able to navigate linux using just commandline
4+ - [ ] Understand how the linux file system works
5+ - [ ] Understand what is the OSI model and able to explain it to a layman
66- Challenges
7- - [ ] Deploy your own website to a cloud server using GCP or AWS
7+ - [ ] Deploy your own website to a cloud server using GCP or AWS
88
99## Programming Languages and logic thinking
1010- Functional Programming
11- - [ ] Write a recursive factorial function
12- - [ ] Write a tail recursive factorial function
11+ - [ ] Write a recursive factorial function
12+ - [ ] Write a tail recursive factorial function
1313- Object Oriented Programming
14- - [ ] Create a class object with methods and constructors
14+ - [ ] Create a class object with methods and constructors
1515- Challenges
16- - [ ] Solve basic algorithm challenges on Freecodecamp
17- - [ ] Solve all of intermediate algorithm challenges on Freecodecamp
16+ - [ ] Solve basic algorithm challenges on Freecodecamp
17+ - [ ] Solve all of intermediate algorithm challenges on Freecodecamp
1818
1919## Frontend
2020- [ ] Familiar with CSS and HTML
You can’t perform that action at this time.
0 commit comments