Simon Aust

C:\Users\si_au\

                            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!
                            
                        

Projects

/

Pet Database

This is a Android application built using Android Studio, implementing a SQLite database to create persistent pet objects.


Web Quiz

Spring Boot logo

Web app where the user can play and create quizzes on many topics. The user may register and keep track of their score.

Springboot backend, Thymeleaf, JS, CSS frontend. Using RESTful principle to make API calls to serialize and deserialize DTOs to a PostgrSQL database. Deployed to Heroku.


Virtual Piano

screenshot of virtual piano

A virtual piano which plays sounds on keypress or click. Adjustable sound volume using a themed slider.

Coded with vanilla Javascript, CSS and HTML.


Readability

Interesting project that parses some text and marks it on readability by various scoring techniques, counting syllables, vowels and other patterns to the text structure.


React Projects

React logo

A collection of React projects hosted on Netlify. React is a Javascript component based framework from Facebook.


Text Editor

Using Java Swing GUI, I made a simple text editor that can load and save files from a user directory, search through the text using plaintext or regular expressions.


Music Advisor

This CLI app allows the client to log in the Spotify and request information on music by category.


Flappy Soccer!

soccer game screenshot

A vanilla Javascript app which was inspired by the famous Flappy Bird game.
Players run with the ball and need to avoid the opponents by jumping.
Try to beat your high score!


Blog

Contact

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.