const simonAust = {
location: {
country: "UK",
region: "south central",
town: "Bournemouth"
},
skills: {
languages: [
"Java",
"HTML",
"CSS",
"Javascript",
"Python",
"SQL"
],
frameworks: [
"Springboot",
"React",
"Thymeleaf"
]
tools: [
"Postman",
"Git",
"Github"
]
},
education: "Open University",
personal: {
hobbies: [
"photography",
"environment",
"tech"
]
}
}
public class SimonAust implements Person {
private final String firstName = "Simon";
private final String lastName = "Aust";
private final String location = "Bournemouth";
private final List skills = List.of(
"java", "javascript", "html", "css", "google"
);
@Override
public String getFullName() {
return String.format("%s %s", firstName, lastName);
}
@Override
public String getLocation() {
return location;
}
@Override
public List getSkills() {
return skills;
}
}
### Hi, I'm Si.
I'm a software developer from Bournemouth the area.
I am skilled with a few languages and love to learn
and push my knowledge everyday. Things like;
- Java
- JavaScript
- HTML, CSS
- Springboot and React
I like to be creative and pride myself in making
solutions to problems.
Please see my projects below for a showcase of what
I can bring to your team.
Thanks for looking!
Please send me a hello using the links below to send me a message, or alternatively use the form below to send me an email.