// About
Public Class AboutMatt {
// he likes his open brackets on the same line
protected String[] getInterests() {return ["AWS",
"Serverless",
"CDK",
"Trunk Based Development",
"CI/CD",
"TCO",
"ML"];
}
protected String getCurrentJob() {
return "Architect for Liberty IT in Belfast";
}
protected Map getSocialMedia() {
return [{"Twitter": "@NIDeveloper"},
{"LinkedIn": "Profile"}];
}
// Lakeland Terrier called Lucky
protected Boolean hasDog() {
return true;
}

