A Campus Resource Scheduler website I contributed to in a group project for ICS 314.
Final Project Vercel GitHub
Read More
A student record management system that I coded in C for ICS 212.
C Management System
Read More
A card deck simulation program I wrote in C for ICS 212 during my Spring 2024 semester.
C Cards Simulator
Read More
The benefits of ashwagandha that I wrote about in a research paper for ENG 100.
Health Fitness Research
Read More10 May 2025
Reflecting On Everything Before taking this software engineering course, I had a vague idea that it would mostly be about coding websites. While I did get better at building web apps using tools like Next.js and React Bootstrap, I quickly...
Software Engineering
09 May 2025
I. Introduction Artificial Intelligence has already become a staple in many developers’ toolkits when it comes to software engineering. Just as engineers use pencils, or artists use paintbrushes, AI is just another tool in the bag for developers and programmers...
AI
08 May 2025
1. How did you make your effort estimates? To make our effort estimates, I looked back at previous WODs that we did throughout the semester. These involved similar tasks like creating or refactoring websites using HTML, Bootstrap, React, and Next.js,...
GitHub
25 Apr 2025
Design Patterns: The Secret Recipes of Software Imagine walking into a kitchen where every chef invented new recipes on the fly. Sure, you might occasionally discover a culinary masterpiece, but most of the time, you’d end up with spaghetti ice...
Software Design
24 Feb 2025
UI Frameworks: A Curse, A Blessing, & Everything In Between If you’ve ever tried to build a website from scratch, you know the feeling. You start with some innocent HTML, maybe sprinkle in a little CSS, and before you know...
HTML CSS Bootstrap 5
13 Feb 2025
Coding Standards Be Like When people hear “coding standards,” they usually think of nitpicky debates over tabs versus spaces or whether curly braces deserve their own line. But coding standards are much more than just style preferences, they can actually...
ESLint VSCode