Pinned Repositories
Banking-api
This project implements a RESTful API for managing information about banking institutions, utilizing Quarkus as the framework of choice. Key technologies include RESTEasy (JAX-RS) for endpoint management, Hibernate ORM with Panache for seamless database integration, PostgreSQL for robust data storage, and SmallRye JWT for secure authentication.
Battleship-assembly
ClickBus-Placeservice-API
This is a challenge to test your skills on building APIs.The ClickBus serivices use mainly Java and Springboot technologies.However, you can use language and framwork that you feel more confortable.
Convert-AFND-to-AFD
Dynamic-Maze-Search-Algorithms
Dynamic-Maze-Search-Algorithms
E-Commerce
Java-Microservices
Microservices with Feign, Spring Cloud, Netflix Eureka, API Gateway, Circuit Breaker, Resilience4j, Config Server, LoadBalancer
Library
PayPal-Integration-with-Spring-Boot
This project demonstrates the integration of PayPal payment services with a Spring Boot application. It includes essential configurations and implementations for PayPal transactions.
SpringBoot-RabbitMQ-JPA-PostgreSQL
The SpringBoot-RabbitMQ-JPA-PostgreSQL uses Java 21, Spring Boot and other Spring libraries. It manages dependencies with Maven and uses PostgreSQL for data storage. The project utilizes RabbitMQ and CloudAMQP for messaging and includes an email service via SMTP Gmail. It's a comprehensive project demonstrating use of various technologies.
NathanaelSantos's Repositories
NathanaelSantos/Banking-api
This project implements a RESTful API for managing information about banking institutions, utilizing Quarkus as the framework of choice. Key technologies include RESTEasy (JAX-RS) for endpoint management, Hibernate ORM with Panache for seamless database integration, PostgreSQL for robust data storage, and SmallRye JWT for secure authentication.
NathanaelSantos/Battleship-assembly
NathanaelSantos/ClickBus-Placeservice-API
This is a challenge to test your skills on building APIs.The ClickBus serivices use mainly Java and Springboot technologies.However, you can use language and framwork that you feel more confortable.
NathanaelSantos/Convert-AFND-to-AFD
NathanaelSantos/Dynamic-Maze-Search-Algorithms
Dynamic-Maze-Search-Algorithms
NathanaelSantos/Java-Microservices
Microservices with Feign, Spring Cloud, Netflix Eureka, API Gateway, Circuit Breaker, Resilience4j, Config Server, LoadBalancer
NathanaelSantos/Library
NathanaelSantos/NathanaelSantos
NathanaelSantos/SpringBoot-RabbitMQ-JPA-PostgreSQL
The SpringBoot-RabbitMQ-JPA-PostgreSQL uses Java 21, Spring Boot and other Spring libraries. It manages dependencies with Maven and uses PostgreSQL for data storage. The project utilizes RabbitMQ and CloudAMQP for messaging and includes an email service via SMTP Gmail. It's a comprehensive project demonstrating use of various technologies.
NathanaelSantos/E-Commerce
NathanaelSantos/OOP-With-Java
This repository is dedicated to the study of object-oriented principles through the Java language. The goal is to understand and efficiently apply these principles in the agile design and development of software. The concepts discussed here will serve as a foundation for understanding new concepts in future courses of this specialization.
NathanaelSantos/PayPal-Integration-with-Spring-Boot
This project demonstrates the integration of PayPal payment services with a Spring Boot application. It includes essential configurations and implementations for PayPal transactions.
NathanaelSantos/1R-KNN
NathanaelSantos/aplicacao_kreison
NathanaelSantos/Article-java-Reflection-An-Analysis-of-Creating-Multiple-Instances-in-the-Singleton-Pattern
Java Reflection: An Analysis of Creating Multiple Instances in the Singleton Pattern
NathanaelSantos/Bookstore-jpa
This repository focuses on the use of Spring Data JPA for relational object mapping in Java. It shows how Spring Data JPA can be used to connect Java objects to a database. In addition, this repository addresses the implementation of different types of relationships between entities, such as OneToOne, OneToMany, ManyToOne, and ManyToMany
NathanaelSantos/Flutter-Bloc
NathanaelSantos/Flutter-Find-Cep
NathanaelSantos/Flutter-mobx-counter
NathanaelSantos/Flutter-Unit-Tests
NathanaelSantos/Java-Streams
This project is a Java application that explores the functionalities of the Java Stream API