felipebizz
Software Engineer at PPRO Partner Lifecycle - Risk Management
PPRO Local Payments WorldwideSão Paulo
Pinned Repositories
basic-java-blockchain
Making a basic blockchain
bocker
Docker implemented in 100 lines of bash
brigthtalk-realm
Java web-app using Spring RESTful MVC, store data in a relational database, and can be deployable to Tomcat.
knapsack-challenge
Project created to resolve an algorithm called knapsack, to solve the Knapsack problem, to solve this problem i was implemented a Strategy Pattern and a Dynamic Programming Algorithm.
money-transfer-api
Design and implement a RESTful API (including data model and the backing implementation) for money transfers between accounts.
open-bank
Application RESTful API that retrieve transactions from OpenBank sandbox and transforms the data using Apache camel as mapping.
spring-security
Simple API using Spring Security,h2, Lombok and Junit
umbrella-today
Java Project that return if you need to take your umbrella according to latitude and longitude.
felipebizz's Repositories
felipebizz/money-transfer-api
Design and implement a RESTful API (including data model and the backing implementation) for money transfers between accounts.
felipebizz/basic-java-blockchain
Making a basic blockchain
felipebizz/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
felipebizz/brigthtalk-realm
Java web-app using Spring RESTful MVC, store data in a relational database, and can be deployable to Tomcat.
felipebizz/knapsack-challenge
Project created to resolve an algorithm called knapsack, to solve the Knapsack problem, to solve this problem i was implemented a Strategy Pattern and a Dynamic Programming Algorithm.
felipebizz/open-bank
Application RESTful API that retrieve transactions from OpenBank sandbox and transforms the data using Apache camel as mapping.
felipebizz/spring-security
Simple API using Spring Security,h2, Lombok and Junit
felipebizz/umbrella-today
Java Project that return if you need to take your umbrella according to latitude and longitude.
felipebizz/coderadar
Continuous code analysis server.
felipebizz/curso-git
Repositorio para teste do curso
felipebizz/event-source-traditional
Event source traditional example
felipebizz/food-ordering-system
Studying Microservices,Kafka and Architecture
felipebizz/java-camunda
Simple Project Using Spring Boot and Camunda
felipebizz/java_17
studies about java 17
felipebizz/katacoda-scenarios
Katacoda Scenarios
felipebizz/klm-challenge
Java Project that access another API using authentication and return information about flights.
felipebizz/packaging-challenge
Solution for the knapsack problem in the Mobiquity coding challenge
felipebizz/ppro-chargeback-disputes.github.io
chargeback disputes api
felipebizz/python3_django
Course python3 with django1.6
felipebizz/sample-spring-microservices-new
Demo for Spring Boot 2 and Spring Cloud microservices with distributed configuration (Spring Cloud Config), service discovery (Eureka), API gateway (Spring Cloud Gateway, Zuul), Swagger2 API documentation, logs correlation using Spring Cloud Sleuth and many more
felipebizz/spring-auto-rest-docs-example
Automate Rest API Document process
felipebizz/spring-mvc-rest
Example Spring MVC REST
felipebizz/spring-rest-docs-example
Generate Rest API Documentation using Spring Rest Docs
felipebizz/spring-restdocs
Test-driven documentation for RESTful services
felipebizz/springboot-kotlin
Building web applications with Spring Boot and Kotlin
felipebizz/starter-spring-junit
Simple Java Project using spring and JUnit
felipebizz/todo-list-delloite
Test Todo List
felipebizz/tutorials
Just Announced - "Learn Spring Security OAuth":
felipebizz/workshop-tdd-java
This workshop is designed to help you start or improve your TDD skills.
felipebizz/zero-one-knapsack
0/1 Knapsack problem for Mobiquity