Evaluation in Design
- Layered Architecture/MVC/DDD https://github.com/jkazama/ddd-java
- Entity and DTO by file name
- Controller for API design
- Service
- Repository for JPA by specifics
- Inter Infrastructure (Built-in Spec) Low level design Questions
- Redis
- Kafka
- RabbitMQ
- MySQL
- MongoDB
- …
- OO Design MarsRover
- inheritance
- polymorphism
- encapsulation
- abstraction
- …
- Design Patterns Java Design Pattern, Design Patterns in Java
- Singleton
- Factory
- Builder
- State
- …
- Security & Cryptography
- JWT
- Spring Security
- MD5
- Test
- Unit Test - Given-When-Then
- API Test
- Integration Test
Instruct for combined
Trigger by comments
Code completion
- UnitGen