package person
import java.util.Map;
import java.util.HashMap;
public class Me {
private String name;
private String actualCompany;
private String twitterHandler;
private Map<String, String[]> mainStack = new HashMap<>();
private URL linkedin;
public Me(){
this.name = "Eron Alves da Silva"
this.actualCompany = "Capgemini"
this.twitterHandler = "masoxi22";
this.mainStack.put("Java", {"Spring", "Jakarta"});
this.mainStack.put("Typescript", {"Angular", "Express", "Koa"});
try{
this.linkedin = new URL("https://www.linkedin.com/in/eron-alves-da-silva/");
} catch (MalformedURLException ex){
System.out.println("Meu linkedin existe em!");
}
}
}
-
Capgemini
- Brazil
- https://www.linkedin.com/in/eron-alves-da-silva/
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.