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
Projeto pessoal dedicado a exploração de banco de dados com a API JDBC padrão do Java para realizar conexão com um banco de dados de uma biblioteca apresentando operações de CRUD e utilizando boas práticas e também padrões de projetos.
SecondSkin eCommerce platform built using SpringBoot(v 2.7) ,Spring Security utilizing Thymeleaf view engine for user interaction,JavaScript fetchAPI's for JSON data transfer.
This project uses Event-Driven Architecture with Java 17, Spring Boot 3 and Kafka. Two microservices were created, ms-kafka-producer and ms-kafka-consumer. Both communicate with Kafka through Spring Boot to create and access topics and partitions.
A Java-based library that implements multiple cache eviction strategies, including LRU, LFU, MRU, MFU, FIFO, and LIFO. Perfect for experimenting with in-memory caching behavior using fixed or variable-capacity caches.
A comprehensive healthcare management platform built with Spring Boot that connects patients with healthcare providers, enabling seamless appointment booking, profile management, and secure payment processing.
This repository contains a project developed as part of the Integration of Systems course. The goal is to explore message routing patterns and system integration tools.
This repository uses Spring Boot's asynchronous processing to handle tasks concurrently, enhancing performance with non-blocking operations. It also leverages Spring WebFlux for building reactive web applications, offering better scalability and efficiency through asynchronous HTTP requests and reactive streams.
A high-performance Physics Engine built using an Entity Component System (ECS) architecture, designed with a hybrid approach that blends object-oriented programming (OOP) principles with Data-Oriented Design (DOD) to deliver both intuitive usage and exceptional performance.
Spring Boot project with MongoDB integration for building scalable, data-driven applications. Implements basic CRUD operations using MongoDB as the database.