Essays

My experience on TypeScript

03 Sep 2024

The JavaScript Journey I have enjoyed working with JavaScript much more than my previous experience with C. C employs a distinct approach to object-oriented programming, utilizing structs and functions, and lacks built-in support for classes and prototypes, a feature readily...

Software Engineering Learning

Coding standrads

20 Sep 2024

Coding standard is the grammar in coding language that everyone program should be following. Some of these rules include syntax, code format, and many other things. By following these rules, it helps produce a polished code that can be easily...

Software Engineering Learning

Thinking in Smart questions

10 Sep 2024

What Are Smart Questions? In the realm of learning and personal growth, asking questions plays a pivotal role. Not only does it demonstrate active engagement with a particular subject, but it also fosters critical thinking and the ability to analyze...

Software Engineering Learning

Creation Through Strength

18 Dec 2024

Adapt to Overcome Software engineering is a new domain of learning for me. Being a Management Information Systems major exposed me to a broad range of experiences, including a brief amount of coding. This is my first time hearing about...

Personal Experience with AI

10 Dec 2024

My use of Artificial Intelligence in ICS 314 I. Introduction The integration of Artificial Intelligence (AI) in education, especially in fields like Software Engineering, marks a revolutionary shift in how we learn and apply complex concepts. In ICS 314, AI...

Software Engineering Learning AI

Design Patterns

01 Dec 2024

In a Computer Science interview, you might be asked about design patterns. Following that, you could be questioned about the design patterns you’ve used in your own code. Your responses to these questions can reveal the strength of your coding...

Software Engineering Learning

UI Framework

04 Oct 2024

Embarking on the expansive realm of front-end development as a novice computer science student, I encountered both the simplicity and complexity inherent in using HTML/CSS and Bootstrap 5. HTML and CSS offered a straightforward foundation, equipping me with the essentials...

Software Engineering Learning