top of page
-
Implementing Inversion of Control (IoC) principle using Dependency Injection pattern:
Spring Framework provides a powerful implementation of the IoC principle, which is based on the Dependency Injection (DI) pattern. DI enables you to write loosely coupled code by decoupling the creation and wiring of objects from their usage. Read More
The objective of this project is to build a RESTful Spring Boot service for a data-driven job board. The service should communicate with other products and services without having to know how they're implemented.
The following is a list of features and technologies that will be used in this project:​ Read More
bottom of page