issues
search
LeoManzini
/
becoming_developer
Repository with study function and insertion at the job market as a junior developer
MIT License
1
stars
1
forks
source link
Work Issues
#1
Open
LeoManzini
opened
3 years ago
LeoManzini
commented
3 years ago
First GitHub topic
[ ] Create GitHub account
[ ] Download and install git
[ ] Create a folder to the project at your computer
[ ] Clone this repository into the folder you've created
[ ] Create your own branch to work
[ ] Switch between the branches
Control Structures
Loops
[ ] Read and understand its importance
[ ] Read about For loop
[ ] Work on For.java
[ ] Read about the While loop
[ ] Read about the Do While loop
[ ] Work on While.java
[ ] Work on DoWhile.java
[ ] Read about the Continue syntax
[ ] Read about the Break syntax
[ ] Work on LoopControl.java
Conditionals
[ ] Read about If Else structure
[ ] Work on IfElse.java
[ ] Read about Ternary Operator structure
[ ] Work on TernaryOperator.java
[ ] Read about Switch structure
[ ] Work on Switch.java
[ ] Read about Try Catch structure
[ ] Read about Throws and Throw
[ ] Work on TryCatch.java and WithoutBException.java
Data Structures
[ ] Read about Vector structure
[ ] Work on Vector.java
[ ] Read about Matrix structure
[ ] Work on Matrix.java
LeoManzini
commented
3 years ago
Topics to mark your scores!
First GitHub topic
Control Structures
Loops
Conditionals
Data Structures