Download my resume here.
Hi! I am a software engineer. This page features some past technical projects.
Good resources marked. Getting ready for my next internship.
Closures are an important concept in many languages that supports first-class function. It really just is a simple concept. It i...
## Introduction This is a remark plugin that renders a html embed from a simple tag syntax in markdown. This tag syntax is insp...
<div style="position: relative; padding: 30% 45%;"> <iframe style="position: absolute; width: 100%; height: 100%; left: 0; top:...
Oh my. I build this without knowing Web at all. This website is no longer running. But that is my first "website" that I built ...
DECODE 2021 website serves as a promotion and information website for Decode Conference 2021, which hosted 2000+ people globally online and in-person.
I want to reuse a workflow run from another repository. Turns out it is quite easy to do so. Here is an example. In Target Repo...
This content is protected. No summary displayed.
So we have the practical notion of passing by value versus passing by reference. There are others, too. But they are pretty much...
Some bit manipulation tricks.