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/",
}
FDE @ Lyra
-
Lyra
- Australia, Melbourne
-
17:13
(UTC +10:00) - https://ryanhuang.work/
- in/kerui-huang
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



