This module taught me about:
- IDE (about features)
- Debugging
- Autocomplete
- GIT Integration
- Dependency (Maven and Gradle)
- Continuous Integration/Continuous Deployment (CI/CD)
This is the repository to fulfill the task of Module 3: Codelab 1 and Codelab 2.
This task requires me to:
- Create a git repository
- Initialize simple Java project and commit
- Make changes to the code
- Commit and push the changes
This specifically taught me how to properly use version control tools. I made a very simple print Hello World, but the print line is put on a method with JavaDoc type of documentation for practice.
This task requires me to create a documentation using README method. This is practically the one.