BIO

I recieved my M.s. in December 2022, from Computer Science at University of Florida. Prior to that, I received my B.S. degree in Software Engineering from Shandong University in 2020. After graduating from Shandong University, I worked at Meituan(Shanghai) as Mobile Developer for 1 year and helped developing Dianping App.

Read More

EDUCATION

M.S.   University of Florida   Computer Science   08/2021—12/2022
B.S.   Shandong University   Software Engineering   09/2016—07/2020

Read More

WORK EXPERIENCE

Company: Meituan, China
Application: DianPing
Position: Mobile Software Developer
Period: 07/2020—08/2021

Taking charge of the development and maintenance of Dianping, a review app like YELP that is widely used in China.

Read More

PROJECT

Distributed P2P Chat Program (Java)

Designed a peer-to-peer chat program in Java that allows clients to directly communicate with each other. Implemented a peer discovery mechanism using UDP broadcast to help clients find each other. Used a reliable and efficient network protocol WebSockets to handle communication between clients. Ensured the confidentiality and privacy of chat messages through the use of encryption SSL.

Smart Compiler (Java)

Designed and implemented a Lexer component for tokenizing the input code. Developed a Parser and AST generation module, providing structure to the input code and enabling code analysis. Implemented Scopes and Type Checking components for semantic analysis and ensuring code correctness. Created a javac generation component, translating the analyzed code into Java Bytecode.

Twitter Clone (F#)
Twitter Clone is a program written in F#. It uses the actor model to make users work concurrently, and data transfer between users is implemented by suave websockets. In order to secure the data transfer, the data is encrypted by RSA encryption mechanism.

UF CSA Website (Jekyll)
UF CSA Website is mainly used to promote the various activities of CSA. Chinese Student Association (CSA) at the University of Florida is an official non-profit, non-political student organization.

Video Editing Page (Dianping iOS)
The video editing page allows users to edit pictures and videos in their phone albums. Specific features include video cropping, adding stickers, adding filters, and adding music. After the user finishes editing, the result asset will be generated and saved to the phone album.

Album Selection Page, Album Preview Page (Dianping iOS)
The usefulness of the image selection page is that when the user edits text, they can check off the phone album to add images to the text. It is needed to deal with photo compression, video clarity compression, photo/video cropping, special handling of iCloud images, etc.

Read More