fsantosbr
Java Developer with an information technology undergraduate degree. Microsoft certified in Azure Developer. Advanced English as a second language.
BRQ Digital SolutionsSão Paulo
Pinned Repositories
barbershop-javafx-jdbc
This is my personal project. Here I'll practice my skills learned so far. I'm planning and developing a tool (Desktop Applicatoon) to make some appointments in a barber shop.
camel-microservice-a
This microservice will be the knowlodge base for Apache Camel. The A will send messages to the queue in the activemq. Microservice B will consume them.
camel-microservice-b
This microservice will be the knowlodge base for Apache Camel. The microservice sconsumes messages from the activemq that was posted by the microservice A
composite-key-embedded
Composite Primary Key - @EmbeddedID / @Embeddable - Mapper
composite-key-idclass
Composite Primary Key - @IdClass - Mapper
dynamic-query
Large dynamic query/search - Using Entity Manager with createNativeQuery method - Mapping the result to DTO using SqlResultSetMapping
junit5-unittest
luckygame
soaptorest
MS to consume a SOAP webservice (XML) and then return a REST (JSON)
workshop-spring-boot-mongodb
fsantosbr's Repositories
fsantosbr/dynamic-query
Large dynamic query/search - Using Entity Manager with createNativeQuery method - Mapping the result to DTO using SqlResultSetMapping
fsantosbr/luckygame
fsantosbr/soaptorest
MS to consume a SOAP webservice (XML) and then return a REST (JSON)
fsantosbr/workshop-spring-boot-mongodb
fsantosbr/barbershop-javafx-jdbc
This is my personal project. Here I'll practice my skills learned so far. I'm planning and developing a tool (Desktop Applicatoon) to make some appointments in a barber shop.
fsantosbr/chess-system-java
fsantosbr/course-OO-99Then
Classes from sectiion 11 on - Video 99 and so on
fsantosbr/course-springboot-2-java-11
fsantosbr/demo-dao-jdbc
A demo class about JDBC and DAO only to see the steps
fsantosbr/workshop-javafx-jdbc
fsantosbr/camel-microservice-a
This microservice will be the knowlodge base for Apache Camel. The A will send messages to the queue in the activemq. Microservice B will consume them.
fsantosbr/camel-microservice-b
This microservice will be the knowlodge base for Apache Camel. The microservice sconsumes messages from the activemq that was posted by the microservice A
fsantosbr/composite-key-embedded
Composite Primary Key - @EmbeddedID / @Embeddable - Mapper
fsantosbr/composite-key-idclass
Composite Primary Key - @IdClass - Mapper
fsantosbr/junit5-unittest
fsantosbr/ProjetoFinal
E-Commerce
fsantosbr/simple-java-maven-app
For an introductory tutorial on how to use Jenkins to build a simple Java application with Maven.
fsantosbr/SkylinesAcademy-AZ204
fsantosbr/springmicroservices
fsantosbr/student-data
Spring Data JPA Projections. It contains one entity from a table and a query fetchs data from other table. I used an interface with the necessary fields for my custom response.