Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 2.1 KB

index.md

File metadata and controls

70 lines (57 loc) · 2.1 KB
layout title
default
Homepage
<style> .decorative-bg { z-index: -1; position: absolute; width: 100%; } </style> <script src="https://kit.fontawesome.com/c83e37f840.js" crossorigin="anonymous"></script>

Hello!

My name is Muchen, and welcome to my corner on the internet; here you will find my blogs, course notes, and projects.

I'm a graduate student pursuing a Masters in Applied Science at the UBC, advised by Prof. Mieszko Lis. My current work involves computer architecture security and performance simulation using the gem5 simulator.

Along with years of teaching assistance at UBC since 2017, my experiences include: UI/UX programming with Frostbite engine and C++ at EA - BioWare, FPGA dev-tools development at Intel - NSG, and app-development at Vital Mechanics. See CV for more details.

Contacts

{% for item in site.data.contacts.default %} {% unless item.show_homepage %} {% continue %} {% endunless %} {% if item.icon %} {% else %} {{ item.title }} {% endif %}

{% endfor %}