Essays

The Symphony of Design Patterns

05 Dec 2024

In the world of software development, there is a huge learning curve when it comes to either learning a new tech stack, a new programming language, or working with the database. In my experience, learning a new programming language, in...

Software Engineering Learning

The Most Important Things I Learned In Software Engineering

18 Dec 2024

Introduction Throughout the semester in ICS 314, I was able to learn more about web development and software engineering in general. Although web development was the main focus of the course, we are also taught skills that are crucial for...

Software Engineering Learning

Reflecting on the Role of AI in Learning and Growth

16 Dec 2024

Introduction Artificial Intelligence is really transforming education by providing innovative tools that enhance learning experience and really tailor educational content to fit a person’s needs. AI’s role is to optimize development processes, and provide a quick learning resource for students...

Software Engineering Learning

Demystifying UI Frameworks

10 Oct 2024

My experience with Bootstrap 5 Before this class I have never had any experience with HTML and CSS. At first glance, being able to see the connection between the different tags such as <div, <p>, <ul>, etc, and how it...

Software Engineering Learning

Reflection on Coding Standard

26 Sep 2024

My experience with ESLint This is the first assignment we had so far with ESLint and I ran the ESLint command on my terminal after I finished all of my code. I was so shocked to find there were so...

Engineering

The Art of Smart Questions

12 Sep 2024

What’s a smart question? After reading “How to ask questions the smart way” by Eric Raymond, it will be better understood that asking smart questions is very crucial because communication is one of the most important software engineering skills to...

Questions Answers StackOverflow

POV: The experience of learning Javascript

05 Sep 2024

Is Javascript even good? My first time learning Javascript was definitely an eye opening experience because the only programming language that I have learned before was Java. The syntax of Javascript was very similar to Java with the exception that...

TypeScript