Worked with a group to build a college-freindly recipe website called Flavor Forge
Javascript Food Meteor React
Read MoreI was tasked to design and operate missions on a simulated drone using Ardupilot libraries
Linux C++ Python Ardupilot
Read MoreThis is an object-oriented programming project built in CLion using C++. The idea is to build a farm with animals that have age, color, types, species, genders, ID numbers, and other traits
CLion C++
Read More09 May 2024
Exploring Software Engineering Beyond Web Development I. Introduction As we near the conclusion of the semester, it’s time to reflect on how what we learned extends beyond the confines of web development. Throughout ICS 314, we’ve dove into a range...
Software Development Open-source Development Environments Agile Project Development
04 May 2024
I. Introduction AI is one of the most polarizing topics in today’s education system. If you told me a semester ago that we wouldn’t just be allowed to use AI in a coding class, but even encouraged, I would’ve had...
AI ChatGPT Learning
25 Apr 2024
Harmonizing Code: Design Patterns in Software Development Software development is much like music composition — structured arrangements that guide the creation of harmonious code. Like composers, developers utilize design patterns to create software that shows elegance and efficiency. Let’s explore...
Design Patterns JavaScript Music
22 Feb 2024
Intro Before this class, I had very limited experience with HTML and CSS. Using them to create webpages has been a frustrating, but occasionally rewarding experience. HTML code can be an eyesore, as the amount of divs needed to create...
Bootstrap HTML CSS UI Frameworks
08 Feb 2024
Introduction To many, coding standards are nothing but mundane rules getting in the way of one’s creative coding mind. “Why single quotes instead of double quotes?” “Why two space indents instead of four?” These are questions that I remember asking...
Coding Standards JavaScript Learning
24 Jan 2024
Smart Questions in Software Engineering: A StackOverflow Analysis Introduction Effective communication is paramount in software engineering, and asking questions in a smart way plays a pivotal role in fostering collaboration and problem-solving. In this essay, we explore examples from StackOverflow...
Questions