CSE110-Sp26-Lab1

Bowen Wu

Computer Science Student at UC San Diego Aspiring Software Engineer

Jump to my Skills section

About Me

I am a programmer driven by building efficient, scalable applications and exploring the intersection of technology and lifestyle. Currently, I am a student at University of California San Diego with a 3.7 GPA. Previously, I served as the President of the Mt. SAC CS Club.

Technical Skills

Languages & Frameworks

Code Highlight

The use of Pydantic ensures strict type validation for the API:

class HabitCreate(BaseModel):
    name: str
    frequency: int
    goal_description: Optional[str] = None

View my Profile Picture

Read more in my README file.

Current Goals

This site was built using GitHub Pages.