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 is supported. This note will only be visible to 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 = "FDE @ Lyra"

    def education(self):
        return {
            "institution": "University of Melbourne",
            "degree": "Bachelor majoring in Computing and Software Systems",
            "additional_study": "Diploma in Languages",
            "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": "Software Engineer",
                "organisation": "CSIRO",
                "description": "Built an AI-powered climate projection platform"
            },
            {
                "role": "Software Engineer",
                "organisation": "Deloitte",
                "description": "Implementation of HR software"
            },
            {
                "role": "Software Engineer",
                "organisation": "FSR Smart Consulting",
                "description": "Led development of an AI deepfake and digital forensics analysis tool"
            }
        ]

    def projects(self):
        return [
            "Airtable Clone"
            "Climate Project Tab",
            "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", "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/",
        }

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