
Hello!
I'm Eric Luong.
I got started with programming by writing batch scripts for fun. It seems weird, and things happened. Now, I just finished studying Computer Science at the University of California, Irvine.
I like to solve problems, building things, and see ideas materialized through code. Here are those creations.

Developing an online personal portfolio from scratch using only HTML5, CSS3, light Javascript, and jQuery. Emphasis on user research for improving content, the interface, and user experience.
TODO: Update to a responsive grid system and add more stuff!

Fabflix, a movie store, allows users to browse and shop for movies, implemented in primarily HTML5 and CSS3 on the front-end and Java on the back-end. Other technologies include MySQL, AWS, Google Cloud, and Tomcat.

A search engine created towards the end of a distributed web crawler project developed in Python. Scraped URLs off my Department's website and downloaded those pages to index them with Java and Lucene. Completed with a front-end to allow for search queries.

A simple C program used to learn and illustrate the idea behind web proxies. This program can receive connections from a web browser and forward packets to destination servers on its behalf, and vice-versa.

Othello, a classic board game, created in Python 3 using the tkinter library. Support for full-length rounds for two players, customization of parameters for each round, and window resizing.

My primary duty was making solutions and grading assignments for a linear algebra course.