Skip to content

Instantly share code, notes, and snippets.

View tiagodocouto's full-sized avatar
🐙
Looking for Work

Tiago tiagodocouto

🐙
Looking for Work
View GitHub Profile
@tiagodocouto
tiagodocouto / Tiago_Couto_CV.java
Last active June 16, 2021 14:42
My CV, written in Java
package my.cv;
@Getter
public class Tiago {
private final Email personal = new Email("strife.tiago@gmail.com");
private final Phone whatsapp = new WhatsApp("+55 43 991 066 712");
private final Phone telegram = new Telegram("@tihlok");
private final Link github = new Github("github.com/tihlok");
private final Link portfolio = new Website("tihlok.github.io/");