- 🔭 I’m currently working to enhance my coding skills in Java!
- 🌱 I’m currently learning Java and Springboot.
- 💻 My latest project GrooveGrid
public class ProfileInformation {
public static void main(String[] args) {
boolean openToWork = true
String education = "Le Wagon Lisbon - Advanced coding bootcamp"
String[] areasOfInterest = {"Python", "Java", "Ruby", "JavaScript", "SQL"};
String[] technologies = {"Ruby on Rails",
"IntelliJ IDEA",
"Visual Studio Code",
"Bootstrap",
"Figma",
"GitHub",
"Heroku"};
}
}