💬 me chamo Nicole e trabalho no Nubank
sobre mim:
import java.util.HashMap;
HashMap<String, String> personalInfo = new HashMap<>();
personalInfo.put("nome", new String("Nicole Taufenbach"));
personalInfo.put("aniversario", LocalDate.of(2002, 12, 16).toString());
personalInfo.put("interesses", Arrays.toString(new String[] {"valorant", "nintendo", "cafe", "idiomas"}));
HashMap<String, String[]> techInfo = new HashMap<>();
techInfo.put("stack", new String[] {"java", "scala", "clojure"});
techInfo.put("arquitetura", new String[] {"microservices", "clean arch"});
techInfo.put("cloud", new String[] {"aws"});

