top of page

Java Back-End Development

Building Cloud Native Microservices with Spring Cloud & Kubernetes from scratch through Learn-By Doing

Portfolio Projects

SPRING BOOT2.png
  • 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

SPRING BOOT2.png

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