5/15/25
Lastly I was assigned to create a google slides about the process I went through while creating my app so check it out!
Today in class I finished my final project and the real world prolem it solves is by having people take a test on road signs.
In the picture to my left is a rough draft of what my app ended up looking like. It also has a description under it telling people what each page is meant for.
The link to my left is a video of my app and how it works.(Double click and click on the arrow)
In this project, I created an interactive soundboard featuring some of my favorite animals. The soundboard is designed to be a fun and engaging experience, when you click on the image of an animal it plays the sound that the animal makes in real life. The layout of the game makes it easy to explore the different animal sounds, offering both entertainment and educational value to the purpose of my game. This project displays interactive features, a user-friendly and visually appealing application all in 1.
Below is a link to a brief video I made about the project.
2/25/25
Today in class we started a new lesson in PGAS/Software Development based around Web applications such as HTML5(HyperText Markup Language), CSS3(Cascading Style Sheets), and JavaScript. The class was assigned to work on the packet given out individually which needed to be completed because it is crucial knowledge to know as the lesson passes by.
Here are my notes that I have recieved from the GMetrix videos.
The major languages used for web applications are Hypertext Markup Language(HTML), Cascading Style Sheets(CSS) and JavaScript.
Browser developer tools can be used to test and run code and troubleshoot issues that occur.
HTTP Request are used ti retrive info from a server.
Cookies allow info to be stored after a web session has expired.
ASP.NET is a technology that can be used to develop web applications.
An event model is a conceptual idea, It is a framework that can help developers understand what features to focus on when building code for applications.
Me and my group were assigned to create a local non profitable organization and everything listed on this picture gives descriptive details of what our goal is and what we value.
Atlanta Streetwear Market or ASWM is a streetwear paradise featuring over 200+ brands, thousands of creators, and live entertainment in an interactive expo experience.
Me and my group were assigned a curveball to try and adapt to what clients would want to see. The curveball was to incorporate mental health awareness into a brand and we took a real life brand that supports mental health and incorporated it into it from there.
Me and my team made a drawing board leading up to the weeks of when ASWM starts 2 weeks are missing but this is what we have thus far
9/18/24
Software Application Failure Discussion
In this assignment I was assigned to talk about an event in time where an application failed. I talked about the video game "MultiVersus" and the tremendous downfall of the popularity and audience of the game.
9/20/24
Critical Analysis of an Article: Global Issues in Software Development
In this assignment I was assigned to choose an article between 4 different ones and create a google doc and follow the rubric questions as asked and by the end I made a critical analysis.
9/5/24
Searching Algorithms
Searching algorithms identify how items are searched for within an array o something that is like an array.
Today in class I learned how a "searchResult", a "Binary Search", "Find", and "Find All" variable works.
A searchResult variable searches for an element that starts with a letter within the alphabet.
A binary search is a recursive search by identifying a middle element
A Find variable would only find at least 1 element in code, whereas Find All would find all possible elements outcomes
8/8/24
Sync vs Async
What is sync?
Sync is a part of the program you have to wait for as it is used to request and receive data from a server.
What is Async?
Async is a JavaScript and XML(AJAX) allows for JavaScript and XML processes to run concurrently.
8/8/24
I took a 4 question pre assessment based off of Program Concepts.
8/8/24
Promises
Promises are conceptual programming. The concept of promises basically states that every function in code should have a defined purpose, or one should consider not having the function in the code.