public class AboutMe{
public static void main(String []args){
HashMap<String, String[]> aboutMe = new HashMap<>();
aboutMe.put("Education", new String[]{"Student at University of Financial Management", "Java Bootcamp"});
aboutMe.put("Skills", new String[]{"Java", "MySQL", "PostgresSQL", "Apache Maven","Docker", "HTML", "CSS", "Linux"});
aboutMe.put("Frameworks", new String[]{"Spring Boot", "JUnit", "Log4J/Logback"});
String currentlyDoing = "I am participating as a student at the European Project called Femme Forward and learn
for the AWS Cloud Practitioner Certification.";
String futurePlans = "I am planning on getting the AWS Developer Certification. ";
}
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.