Programming Language Logos

Projects

A few items of work from the last year.


From straight coursework to hobby stuff...

Get In Touch »

Cloud-Based Serverless Java Functions

Java

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.

Try Them Out »


RESTful API-Driven Watch Next Movie Algorithm

You May Also Like Website

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.

Check It Out »