-
Notifications
You must be signed in to change notification settings - Fork 0
Learning Plan
Mohamed Hassan edited this page Jan 15, 2023
·
102 revisions
Open lessons by order, then check the added links to start on.
The main objective of this repository is to qualify yourself by getting hands-on-experience as much as you can before joining a LEGAL company which is subject to a governing system in the future as a Junior Java Developer [Backend].
Happy learning π
-
- Data types
-
- Operators
- Arithmetic Operators
- Logical Operators
- Conditional Operators =>
condition-expression ? expression-if-true : expression-if-false
- Operators
-
- Flow of control
-
- Strings
-
- Arrays
-
- Methods (Functions)
-
- Object Oriented Programming (Modeling real world problems into mental models which will be translated later into java code)
-
- Collections
-
- Regular Expressions