public class Goncalo implements SoftwareEngineer {
String name = "Gonçalo";
String location = "Lisbon";
String focus = "Building reliable, efficient and scalable software.";
String linkedInUrl = "https://www.linkedin.com/in/goncaloborgespt/";
...
}