Skip to content
View chnttx's full-sized avatar
🎯
locked in
🎯
locked in

Block or report chnttx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chnttx/README.md

Hi there, I'm Harry (he/him) πŸ‘‹

I'm currently studying at the University of Melbourne, majoring in Computing and Software Systems.

πŸ› οΈ Technologies & Tools

  • Languages: JavaScript/TypeScript, Python, Java, C/C++.
  • Frontend: Vue.js/Nuxt, Angular, HTML/CSS, Bootstrap.
  • Backend: Node.js, .NET, Nitro, SQL.
  • Tools: Git, Docker, Vercel, Firebase, Vitest, Postman.

🌱 I’m currently learning...

  • AWS and other cloud technologies.
  • Backend development and optimisation for full-stack applications.
  • Different techniques for machine learning.

πŸš€ Projects I'm currently working on...

  • 🚲 bikefitfor.me
    • A tool that recommends you road bikes from various retailers across Australia (Trek, Specialized, Canyon, Reid and Decathlon).
  • πŸ€– Reminder Bot for New York Times games and TimeGuessr
    • Discord Bot that notifies users when new daily games are released

πŸͺ» Past projects

  • 🧠 Zendaya Image Viewer
    • Multiplanar reconstruction of medical scans (MRI/CT/PET) that I built during my CSIRO internship.
  • πŸ“ˆ Momentum Master
    • An AI-powered tool for professional development, made with Nuxt, Vue.js, Nitro, Prisma, and tested with Vitest.
  • ♦️ Lucky 13
    • A refactored card game written in Java. I got to practice various design patterns through this project.

Pinned Loading

  1. COMP30027-Machine-Learning COMP30027-Machine-Learning Public

    My notes for COMP30027 (Machine Learning), semester 1 2025. Topics include data types, primer to statistics, and different techniques for learning and classification.

  2. lucky-13 lucky-13 Public

    Refactored iteration for Lucky 13 interactive card game, written in Java. Implemented various design patterns: factory, strategy, adaptor.

    Java

  3. momentum-master momentum-master Public

    AI-powered tool for professional development. Made with Nuxt, Vue.js, PostgresQL and Prisma and deployed on Vercel.

    TypeScript

  4. leetcode-notes leetcode-notes Public

    My attempts at solving daily LeetCode problems, included are my thought process behind some of the more interesting ones, as well as time and space complexity for each of them.