18 Dec 2025
Introduction Through my semester in Software Engineering we learned many skills and applied many new concepts that I was unfamiliar with before. These new lessons I had to learn proved incredibly useful in web application development but many of them...
Reflection Computer Science
16 Dec 2025
Introduction Artificial Intelligence, a tool that has changed the way the entire globe looks at our future, and how we interact with education. Whether it is using AI to write exams, AI to check if AI has written exams, or...
Software Engineering AI
15 Dec 2025
Planning Ahead When working within a team on a project it can be hard to know what everyone is doing at all times. That is when the practice of effort estimation becomes helpful and allows your teammates to see it....
Software Engineering Time Management Teamwork
04 Dec 2025
Coding Smart Software development and programming on the surface can seem to be a lot of complex problem solving. While it is hard to program, and even harder to become an efficient programmer, design patterns are one of many tools...
Software Engineering Problem Solving
09 Oct 2025
My First Experience With HTML When I first started coding in HTML I was excited to learn something that as I code and build I can see the changes in real time on a webpage. HTML is tricky in the...
HTML Computer Science CSS UI
25 Sep 2025
Starting Messy but Ending Clean When I first ran ESlint it was more bothersome then helpful personally. I saw my code with zero errors light up with red squiggles everywhere telling me about indentations, single quotes, and more and at...
Coding Programming Organization