You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of the development of a business management application with a microservice architecture (department management, employee management and mission management). with : Spring Cloud, Spring Boot 3.1 based on Jakarta EE 9, Java 17 and Maven 3.8
This application contains the key features from Java8 like Functional Interfaces, Stream API's, Lambda Expressions. Stream API methods like filter, collect, map, reduce etc.. were covered in this project.
This project demonstrates a simple kafka producer and consumer alongside another feature like error-handling, integration test with testcontainer and more
My own WC tool in Springboot. Leveraging StructuredConcurrency of Java 21 in Springboot 3.2. This tool computes various file metrics like byte count, Line count, word count and character count of a file.