18 - Enterprise Framework Preparation
IoC, Dependency Injection, Repository and Service patterns: foundations for Spring and enterprise frameworks.
Mar 20, 20261 min read
Search for a command to run...
Articles tagged with #backend
IoC, Dependency Injection, Repository and Service patterns: foundations for Spring and enterprise frameworks.
Professional project structure, logging with SLF4J/Logback, configuration and environment management.
Java project management with Maven and Gradle: POM, lifecycle, dependencies, plugins and tasks.
Most used patterns: Singleton, Factory, Builder, Strategy and Observer with practical Java examples.
SOLID principles, naming conventions, code smells, refactoring and error handling for professional code.
Unit testing with JUnit 5: annotations, assertions, parameterized tests. Mockito for mock, stub and verify. TDD.