Presentations and additional resources for HSE Java Course / Spring 2021 (https://www.hse.ru/edu/courses/375276929)
- Teams & Projects: https://github.com/nvamelichev/hse-java-spring-2021/blob/main/teams-and-projects.md
- Presentations:
- Intro: https://github.com/nvamelichev/hse-java-spring-2021/blob/main/intro.pdf
- Maven: https://github.com/nvamelichev/hse-java-spring-2021/blob/main/1_maven/1_maven.pdf
- OOD: https://github.com/nvamelichev/hse-java-spring-2021/blob/main/2_ood/2_ood.pdf
- Patterns: https://github.com/nvamelichev/hse-java-spring-2021/blob/main/3_patterns/3_patterns.pdf
- Testing: https://github.com/nvamelichev/hse-java-spring-2021/blob/main/4_testing/4_testing.pdf
- Containers: https://github.com/nvamelichev/hse-java-spring-2021/blob/main/7_containers/7_containers.pdf
- Inversion of Control and Dependency Injection: https://github.com/nvamelichev/hse-java-spring-2021/blob/main/9_di/9_di.pdf
- Demo Code:
- Maven: https://github.com/nvamelichev/hse-java-spring-2021/tree/main/1_maven/demo
- OOD - PlantUML Diagrams: https://github.com/nvamelichev/hse-java-spring-2021/tree/main/2_ood/demo
- Testing (JUnit 4): https://github.com/nvamelichev/hse-java-spring-2021/tree/main/5_testing/demo
- Building Docker container for Java app: https://github.com/nvamelichev/hse-java-spring-2021/tree/main/8_containers/demo
- Dependency Injection via Google Dagger: https://github.com/nvamelichev/hse-java-spring-2021/tree/main/10_di/demo