public class UserProfile {
private String name = "Vitor Staub";
private String role = "Software Engineer";
public void welcomeMessage() {
System.out.print("Welcome to " + name + "'s GitHub Profile!");
}
}
Here you'll find some of my projects utilizing the following technologies:
Java
Spring Boot (Web, Data, JPA)
Postgres
AWS
Docker