Projects
A few items of work from the last year.
From straight coursework to hobby stuff...
Cloud-Based Serverless Java Functions
Java examples {coursework, code-challenges etc.} deployed as AWS Lambda functions.
A selection of Java functionality, from simple recursive factorials to dynamic calculations using memoisation and tabulation. These operate serverless as Amazon AWS Lambda functions accessible here via AWS API Gateway triggers. Functions are Maven packages deployed via the AWS CLi to an AWS CloudFormation Stack. Front end here is basic JQuery with some simple Javascript field validation.
RESTful API-Driven Watch Next Movie Algorithm
MySQL Movie DB, API, and a Watch-Next Movie Algorithm Front End
A MySQL database holds a selection of movie information (in 3NF). A PHP API allows CRUD access through 19 different endpoints. In addition, the API supports a clever watch-next algorithm based an ingested 3x movie watch history. Basic JS / jQuery front end for demonstration of the API.