Skip to content
View nicole-taufenbach's full-sized avatar

Block or report nicole-taufenbach

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nicole-taufenbach/README.md

hello :)

💬 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"});

Popular repositories Loading

  1. Next-Level-Week-3 Next-Level-Week-3 Public

    Projeto desenvolvido na trilha Discovery da Next Level Week 3.0, promovida pela Rocketseat. É um site para encontrar instituições que prestam apoio a crianças carentes.

    JavaScript 1

  2. suficiencia-prog-web-ii suficiencia-prog-web-ii Public

    Java 1

  3. imersaocss imersaocss Public

    Site pessoal feito com HTML e CSS, durante a Imersão CSS da Alura.

    HTML

  4. bacontimes bacontimes Public

    Site feito para testar HTML e CSS.

    HTML

  5. Desafio-Publica Desafio-Publica Public

    Resolução do Desafio Prático da Pública Tecnologia, em parceria com a Proway.

    HTML

  6. 30-Days-Of-JavaScript 30-Days-Of-JavaScript Public

    Forked from Asabeneh/30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step by step guide to learn JavaScript programming language in 30 days

    JavaScript