- Code structure (Maven)
- Dependency Management - pom.xml
- Collection - SchoolRepository, UniversityRepository
- Lamba expression - InstructorRepository
- Misc
- Reduce cut and paste code using Lombok
- Getter/Setters
- Constructors
- ToString
- Reduce cut and paste code using Lombok
| Tool | Used for | commands |
|---|---|---|
| *WSL2 | To enable Linux toolset on Windows | |
| *Ubuntu | Linux environment to keep Windows and Mac with similar tools | |
| *Terminal | Real Terminal for Windows | |
| SDKMan | Simplifies switching between JDKs and SDKs | sdk install java 21.0.3-tem sdk install gradle sdk install maven |
| VS Code | Code Editor |
*recommended for Windows only. However you can install JDK and VSCode without WSL
**Be sure to install it on WSL if using WSL
| Extension | Used for |
|---|---|
| Remote Development | To work with WSL |
| Java IDE Pack | To work with Java |