Skip to content

Commit c1e76ad

Browse files
committed
update readme.md
1 parent 687857e commit c1e76ad

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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

0 commit comments

Comments
 (0)