Project Guide: ProgSoc Voting System [beta] I've been asked to make a quick guide to using the voting system I've been developing. Keep in mind that there are still more features to add, and I will hopefully get most of it done before other societies' AGMs begin.
Getting Started Modern Web Development: an installation guide The batteries-included guide to what UTS doesn't teach you. This post is for Windows users trying to get started with web development.
Programming Introduction to Rust Hi! This blog post is a follow-up to the Rust Workshop that ran on the 16th of August 2022.
Workshop Introduction to Programming in Java Hi! This blog post is a follow-up to the Introduction to Programming (in Java) workshop that we ran on 10/03/2022. It should cover the same content, in a similar way, including the exercises we provided.
UTS Info 2022 UTS Survival Guide. Welcome to UTS! Entering university for the first time often feels very intimidating to new students, as a third-year I still remember how intimidating my first lessons felt and how difficult it seemed to find new people.
Programming Blazingly Fast Abstractions using Generics Compile time optimization tends to be fairly underrated, but can we create granular abstractions that don't lose performance by letting the compiler know what exactly we want?