Skip to content
View MoltoRubato's full-sized avatar

Block or report MoltoRubato

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
MoltoRubato/README.md

class KeruiHuang:
    def __init__(self):
        self.name = "Kerui (Ryan) Huang"
        self.location = "Melbourne, Australia"
        self.current_roles = [
            "Final-year Computing and Software Systems student at the University of Melbourne",
            "Events Director at UniMelb Game Makers",
            "Lyra Fellow"
        ]

    def education(self):
        return {
            "institution": "University of Melbourne",
            "degree": "Bachelor majoring in Computing and Software Systems",
            "additional_study": "Diploma in Languages (German)",
            "expected_graduation": "2026",
            "wam": {
                "bachelor": "86.048",
                "diploma": "89.000"
            },
            "awards": [
                "Dean's Honours List",
                "Robert and Johanna Exiner Scholarship",
                "Melbourne Global Scholars Award"
            ],
            "school_achievement": [
                "ATAR 99.65",
                "Premier's Award"
            ]
        }

    def experience(self):
        return [
            {
                "role": "AI & Software Engineer Intern – Environment",
                "organisation": "CSIRO",
                "highlights": [
                    "Built an LLM and RAG backend pipeline to process and summarise large-scale climate indicators",
                    "Designed and implemented a user-facing climate information dashboard within BasinFutures",
                    "Integrated AI summarisation, backend logic, and presentation layers into an end-to-end feature"
                ]
            },
            {
                "role": "Technology & Transformation Intern – Digital Workplace",
                "organisation": "Deloitte",
                "highlights": [
                    "Contributed to ServiceNow implementation work through workshops, design, and testing",
                    "Worked on an internal hackathon project involving a high-performance load balancer",
                    "Researched and contributed to internal AI initiatives and communications"
                ]
            },
            {
                "role": "Full-stack Developer",
                "organisation": "FSR Consulting",
                "highlights": [
                    "Co-led development of an AI deepfake and digital forensics analysis tool",
                    "Led backend database, routes, and API work using PostgreSQL",
                    "Integrated machine learning, frontend, and backend components into a cohesive product"
                ]
            }
        ]

    def projects(self):
        return [
            "AI Deepfake Analysis Tool",
            "AI Job Application Tailor",
            "SIMGUI",
            "Drone Delivery Simulation",
            "Bookstore Recommendation System"
        ]

    def technical_skills(self):
        return {
            "languages": [
                "Python", "Java", "C", "SQL", "JavaScript", "HTML", "CSS", "C#", "Matlab"
            ],
            "frameworks_and_tools": [
                "React", "Node.js", "PostgreSQL", "LangChain", "LangGraph",
                "RAG", "Git", "Figma", "Unity", "MySQL"
            ],
        }

    def leadership(self):
        return [
            {
                "role": "Events Director",
                "organisation": "UniMelb Game Makers",
                "impact": [
                    "Lead planning and execution of major events, game jams, and showcase nights",
                    "Coordinate across a large student team on both production and community-facing activities"
                ]
            }
        ]

    def languages(self):
        return ["English", "Mandarin", "German"]

    def links(self):
        return {
            "linkedin": "https://www.linkedin.com/in/kerui-huang/",
            "portfolio": "https://ryanhuang.work/"
        }

Popular repositories Loading

  1. MyWebsite MyWebsite Public

    Ryan's personal website

    JavaScript 1 1

  2. MoltoRubato MoltoRubato Public

    Config files for my GitHub profile.

  3. Past-Projects Past-Projects Public

    A collection of projects I've worked on in the past

  4. the_depth_within the_depth_within Public

    JavaScript

  5. FOC_Project1 FOC_Project1 Public

    Python

  6. FOC_Project2 FOC_Project2 Public

    Python