Download my resume here.
Hi! I am a software engineer. This page features some past technical projects.
This may sound fake or even hypocritical - but I really do have a dream to utilize the great power of computer science and data ...
Calcourse is a Web Application that generates course plans for us Berkeley students customizing to their needs. Every year, new...
Java standard library has several interfaces for collections of objects. For a structure map, see [here](https://www.geeksforgee...
When we write `f(n) = O(n)` what we truly should write is `f(n) ∈ O(n)`. That is because, technically `O(n)` defines a set. T...
A view in Java Collections Framework is a special lightweight object which implements `Map` or `Collection`. It is not a real,...
CRWN Clothing is a fully-fledged E-commerce website designed for a hypothetical company. It is purely just an portfolio project.
Tag identifies individual, Layer groups similar.
I am surprised that you cannot just use [parentheses](https://www.cis.upenn.edu/~matuszek/General/JavaSyntax/parentheses.html) a...
I wish I could, some day, eventually understand why (())))(()(())))) is "the only computer language that is beautiful" (Neal Stephenson).
There are two genres of collection types in C#: that which is based off `ICollection` (or `IList`, which implements `ICollectio...