Skip to content
View chun77's full-sized avatar

Highlights

  • Pro

Block or report chun77

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chun77/README.md

Hi there 👋, I am Zichun(Angelina) Wang

  • 🏫 I’m currently a master student at Duke University, majoring in Electrical and Computer Engineering.
    • Expected graduation: between May 2025
  • 💼 I worked as a Software Development Engineer (SDE) Summer Intern at DataVisor in Mountain View, CA this summer.
    • I am on the Infra team, playing a pivotal role in the full-stack process of aligning our internal tool with the new JumpServer version.
    • We use Java Spring Boot for backend, Vue for frontend, and Kubernetes for running large-scale projects.
  • 🌱 I’m currently learning Django, Hadoop, and Parallel Programming.
  • ✍️ I’m preparing for the CAPM exam.
  • 📫 How to reach me: zichunwang733@gmail.com
  • 😄 Pronouns: Angelina Wang
  • 🎹 Hobby: I am a member of the Duke Badminton Club🏸️ and I play the piano in my spare time.
  • 🚀 I am currently looking for 2025 New Grad SDE/PM roles and 2025 Spring Co-op opportunities

Most Used Languages

Pinned Loading

  1. miniAmazon miniAmazon Public

    A full-stack project function like amazom and interact with UPS.

    Java 1

  2. proxy proxy Public

    This is a http proxy.

    C++ 1

  3. SimpleDB SimpleDB Public

    This repository contains the implementation of various components of a simple database management system (SimpleDB) as part of the coursework for the Database class CS186 at UC Berkeley.

    Java 1

  4. stock-exchange stock-exchange Public

    This is a stock exchange system that receives and handle multiple request from clients.

    C++

  5. rideshare rideshare Public

    This is a rideshare web application developed in Django and deployed to docker.

    Python 1

  6. compiler compiler Public

    A basic compiler implemented using C++, Flex, and Yacc. It covers the entire compilation process, including lexical analysis, syntax analysis, semantic analysis, and code generation with optimizati…

    C++