Tssa301
Junior Java Developer | Backend | Java 11 | Spring Boot/Framework | ReactJS | PostgreSQL
Lisbon
Pinned Repositories
bds01
TDD Challenge: Implementing the features necessary for the project's tests to pass. This is a system of employees and departments with an N-1 relationship between them.
bds02
TDD Challenge: Implementing the features necessary for the project's tests to pass. This is a system of events and cities with an N-1 relationship between them.
bds04
Validation and security challenge: In this system, only the GET routes of events and cities are public (no login required). CLIENT users can also post (POST) new events. Other accesses are only allowed for ADMIN users.
bds05
Challenge: MovieFlix domain and permission. The MovieFlix system consists of a movie bank, which can be listed and rated by users. Users can be visitors (VISITOR) and members (MEMBER). Only member users can enter ratings into the system. When accessing the system, the user must log in. Only logged-in users can browse the movies. Right after logging in, the user goes to the movie listing, which shows the movies in paginated form, sorted alphabetically by title. Users can filter movies by genre.
bds06
Continuation of MovieFlix Challenge (bds05), now with use cases (Log in / Movie list / View movie details) to be implemented so that the project tests pass.
dscatalog-301
Bootcampm Spring React - DevSuperior
dslearn
The system consists of a teaching platform that maintains information about courses, classes, and students, as well as a forum for questions and answers about the course content. System actors can be students and teachers. There are also administrator users, who are the only ones authorized to register courses and classes. Bootcamp DevSuperior.
github_api
Creating a small app that provides a form to fetch a user's data from Github. Using a public Github API.
MovieFlix_frontend
Continuation of the MovieFlix Challenge (BDs 05 and 06), now Building a small app that will communicate with the developed backend.
postcode_system
simple app that will access an API called ViaCep(Brazilian postcode).
Tssa301's Repositories
Tssa301/bds02
TDD Challenge: Implementing the features necessary for the project's tests to pass. This is a system of events and cities with an N-1 relationship between them.
Tssa301/bds01
TDD Challenge: Implementing the features necessary for the project's tests to pass. This is a system of employees and departments with an N-1 relationship between them.
Tssa301/bds04
Validation and security challenge: In this system, only the GET routes of events and cities are public (no login required). CLIENT users can also post (POST) new events. Other accesses are only allowed for ADMIN users.
Tssa301/bds05
Challenge: MovieFlix domain and permission. The MovieFlix system consists of a movie bank, which can be listed and rated by users. Users can be visitors (VISITOR) and members (MEMBER). Only member users can enter ratings into the system. When accessing the system, the user must log in. Only logged-in users can browse the movies. Right after logging in, the user goes to the movie listing, which shows the movies in paginated form, sorted alphabetically by title. Users can filter movies by genre.
Tssa301/bds06
Continuation of MovieFlix Challenge (bds05), now with use cases (Log in / Movie list / View movie details) to be implemented so that the project tests pass.
Tssa301/dscatalog-301
Bootcampm Spring React - DevSuperior
Tssa301/dslearn
The system consists of a teaching platform that maintains information about courses, classes, and students, as well as a forum for questions and answers about the course content. System actors can be students and teachers. There are also administrator users, who are the only ones authorized to register courses and classes. Bootcamp DevSuperior.
Tssa301/github_api
Creating a small app that provides a form to fetch a user's data from Github. Using a public Github API.
Tssa301/MovieFlix_frontend
Continuation of the MovieFlix Challenge (BDs 05 and 06), now Building a small app that will communicate with the developed backend.
Tssa301/postcode_system
simple app that will access an API called ViaCep(Brazilian postcode).
Tssa301/tests_bds09
Function test exercise. Test and Deployment Module - React ( Bootcamp Spring React - DevSuperior)
Tssa301/topcars
Challenge: Layout and navigation. ReactJS project that implements the layout and routes with Responsive Design for an automobile website.
Tssa301/Tssa301
Tssa301/aws-deploy-class
CI/CD: AWS and Github Actions.
Tssa301/bds03
Tssa301/dscrud-sts
Spring Boot 2.4.9 project containing a full web CRUD REST services to access clients resources, containing the five basic operations.
Tssa301/exceptions1_java
Creating custom exceptions using 3 different solutions: 1 solution - (very bad) validation logic in the main program. 2 solution - (bad) method returning String. 3 solution - (good) exception handling. Bt/DevSuperior
Tssa301/heroku-deploy-class
Create a project on Heroku, provision Postgres instantiate the database.
Tssa301/Lord-of-the-Rings
Tokio - Projeto Final: implementação de um simples jogo baseado na história fantástica do livro do Senhor dos Anéis.
Tssa301/Mediator_D_Patterne
Studies - Mediator pattern in C#
Tssa301/OOP_Mod2
Tokio - Module 2: OOP. Basic concepts / Practical exercises
Tssa301/OOP_Mod3
Tokio - Module 3: OOP. Basic concepts II / Practical exercises
Tssa301/OOP_Mod4
Tokio - Module 4: Java _OCP / Practical exercises
Tssa301/OOP_Mod4_Instruments
Tokio - Module 4: Java _OCP / Practical exercises - Instruments
Tssa301/OOP_Mod4_Supermarket
Tokio - Module 4: Java _OCP / Practical exercises - Supermarket
Tssa301/OOP_Mod4_University
Tokio - Module 4: Java _OCP / Practical exercises - University
Tssa301/OOP_Obj_Composition_Java
Composition of enumerated objects and types (enumerations). Read data from an order with N items (N provided by the user). Then show a summary of the order.(DevSuperior)
Tssa301/profile_project
The project used in HTML and CSS Leveling Course - DevSuperior.
Tssa301/sales_system
Sales System - Dashboard (Bootcamp DevSuperior)
Tssa301/Ts_HotelBooking
Small project using Microservices with Hexagonal Architecture, DDD, TDD, CQRS and SOLID. (DotNer 07)