Quinn Hindmarsh

second year university student and aspiring software engineer.

About me

I moved from Newcastle to Adelaide at the start of 2024 to study software engineering at UniSA. I've co-founded a computer science club at UniSA called UniSA Programming Community. Through which I have hosted hackathons, code jams and competitive programming events. Outside of uni I am now focusing on improving my DSA skills and learning C++.

Projects

Sudoku Application

Full stack Python application to generate and solve Sudoku puzzles, that users can then play. The front end was developed with Tkinter and I developed a recursive backtracking algorithm to solve the Sudoku puzzles. This was then utilised to generate Sudoku boards which are not just possible to solve, but fun to solve.

GitHub Repo

UPC Discord bot

Python based discord bot developed for use within the UniSA Programming Community discord server. Developed during a 7 day long code jam, and designed to manage the club's members and events. The bot is remotely hosted with near constant up time on Microsoft Azure servers.

GitHub Repo