timjames.dev
Personal ProjectStatic SPASingle Page Application used as a portfolio website. Includes a custom component library, UIUser Interface designs created on Figma, and robust tooling such as strict typing for CSS classes.
Identity & access management systems for a car finance and loans application.
Part of the ANU TechLauncher program, I worked with a group of other students and collaborated with the ANU Research School of Astronomy and Astrophysics. The project involved creating a virtual reality experience for the Oculus Quest headset (also ported to Android) where users could view and interact with various telescopes at the Siding Spring Observatory, for educational and outreach purposes. As spokesperson for the project, I led my team to exceed our client's expectations and were awarded best pitch.
Full-stack ERP Enterprise Resource Planning application used to coordinate staff and manage deliveries.
Feature upgrade for an online ordering and POSPoint of Sale app used by a local burger franchise.
Bachelor of Information Technology
Graduated from the Australian National University with a Bachelor of Information Technology and a GPAGrade Point Average of 6.3/7.
ForgeRock Identity Cloud Certified Professional
Career EventGot certification for ForgeRock Identity Cloud, an identity and access management platform.
Finance Tracker & Homelab
Tooling to categorise a CSVComma Separated Values of bank transactions using natural language processing, then upload them to a self-hosted finance system called Firefly III. I used a Raspberry Pi to host the system with Docker, and configured a custom DNSDomain Name System server using PiHole and an NGINX proxy.
CLICommand Line Interface application that analyses the performance of an MQTTInternet of Things messaging standard broker.
Maintenance, monitoring and security patching of a patent filing system.

Several projects using the Ada programming language with an emphasis on concurrency and networking. I built a distributed communication system, and a concurrent routing algorithm.
Started Working at Agile Digital
Started a position at Agile Digital as a junior software engineer, a company based in Canberra, Australia. Agile Digital has worked with a variety of clients including Toyota Finance Australia, Allhomes, and CSIRO.

Jupyter notebook containing templates for data visualisation using Matplotlib, machine learning (regression, classification, decision trees, and clustering) using scikit-learn, and examples of SQLStructured Query Language queries.
Journeys Continue Website

Website for Journeys Continue, a local business for social work, disability and aged care services. Contains a PHPBackend Scripting Language contact form. Initially built with raw HTMLHyperText Markup Language, CSSCascading Style Sheets, and BootstrapComponent Library. Later rewritten to in NextJSSSR Framework for React and Sanity CMSHeadless CMS, making the site SEOSearch Engine Optimisation optimised and allowing the client to manage their own content.

Group project at ANU where we created an Android app that uses Google Maps API to allows players to use their GPSGlobal Positioning System to find treasure and compete on a leaderboard.
Simple synchronous serial protocol for sending full packets of data to a receiver, created with ARMv7CPU Architecture assembly.
Program that implements digital synthesizer with ADSRattack-decay-sustain-release envelope functionality in ARMv7CPU Architecture assembly.

An experimental interactive experience where players create their own pictures in front of a simulated live audience that reacts to the decisions of the player.

Interactive art piece based on the theme 'interactive picture window'.

Group project where we created an app based on IQ FocusBoard Game which involved implementing the game logic and a GUIGraphical User Interface. My primary contributions was creating the game logic and a recursive algorithm to solve the game and provide hints.
Artificial intelligence algorithm that can determine optimal moves to take in a game of Sushi GoCard Game. Uses a recursive minimax algorithm and Haskell, it can play against a human opponent or another AIArtificial Intelligence.
Year 12 Graduation
Graduated from Canberra College with the Principal's Award for Information Technology and a Cert. II in Information, Digital Media & Technology.
A prototype game with procedurally generated levels and time manipulation mechanics.
Explore unique procedurally generated levels and search for the exit, while fighting enemies and dodging traps as you go. There is also a treasure room hidden somewhere in the level, and a challenge room before the exit. Use melee attacks, fireballs and your dash abilities to defeat enemies.
You can also slow down time temporarily, during which you will be able to move at full speed but enemies and projectiles will be slowed. While time is slowed your abilities are modified. Your melee attack becomes a shield, your fireball becomes a barrier that reflects enemy projectiles, and your dash becomes a blink that makes you invulnerable.

Python code for a weather station that can detect temperature, light level, wind speed and wind direction.

Group project where we created a rover that successfully navigated a maze autonomously using ultrasonic sensors and an algorithm I developed. Later reimplemented in a project at ANU.