Computer Science Student at UC San Diego Aspiring Software Engineer
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.
The use of Pydantic ensures strict type validation for the API:
class HabitCreate(BaseModel):
name: str
frequency: int
goal_description: Optional[str] = None
Read more in my README file.
This site was built using GitHub Pages.