This repository that contains all my projects developed during the bootcamp, which main code was written in JAVA.
BasicJava has the implementing of code about the principals and essencials concepts about JAVA programming as: Class, Interface, Arrays, HTTP, Thread, Database Connection, and news like: Generics, Lambda, Streams and Modularization.
BasicSpring be composed of Spring framwemork and primordial components as: Hibernate JPA, Lombok, Multiple Config files and Database connection: H2 and MySQL.
BasiczAngular has done in Angular (Node.js) and its objective is show the concepts about components, modules and programming with Angular.
Challenges is enclosed with JAVA trials, since the basic to the advanced.
DigitalWorkTime is a functional project to record/track the Work time for employees.
Project developed to manage person through API rest. It has all necessary operations like: create, delete, update, visualize people's information;
Project that contains anothers projects about Shopping Cart and Products Micro services:
- ConfigServer: server for configuration all of micro services (about this subject);
- GatewayServer: server for gateway micro services;
- ProductCatalog: micro service to catalog products;
- ServerDiscovery: server for discovery our micro services;
- ShoppingCart: micro service to shop and manage the product in the cart.
The project consists of a film system, with the possibility of registering, editing, listing and viewing other users. In this project was applied Intermediate Angular concepts.