Essays

What's Next?: Software Engineering

14 May 2026

What is Software Engineering? Software engineering is not just writing code. Software engineering not just web development. Software engineering isn’t just about using Github either. Software Engineering is the continual process of building, developing, fixing, editing, and testing software applications....

Software Engineering

To Estimate or Not To Estimate

11 May 2026

Student Event Hub Effort Estimates For me, I made my effort estimates based on the difficulty/scope of the issue and from previous experience. For example, for issue 22, where I just had to update a couple of values on the...

Software Engineering Student Event Hub Final Project Github Organization

AI vs Software Engineer

11 May 2026

Introduction AI is used in many aspects of life. AI can be used for finding recipies, studying for different classes, support in theoretical thinking, and straight up cheating in homework. With the growth of AI, students become less ambitious when...

Software Engineering AI Machine Learning

The Blueprint of Software Design

30 Apr 2026

The Ingenuity of Code Design Patterns Coding Design Patterns are different ways that people like to organize how they contain or write their code. Many people can group their code up or write their code with certain objects being created...

Design Patterns Essay

New Beginnings: TypeScript

21 Jan 2026

Is TypeScript hard to use? Is TypeScript easy to learn? Many people have different questions when starting a new language. So far I have used TypeScript for less than a month now and I can say it’s a pretty useful...

Software Engineering TypeScript Essay

Webpages with Bootstrap 5

06 Feb 2016

UI Frameworks are an essential kit to any software engineer. Of course many can use raw CSS and HTML to build webpages and websites. But if you want modern and efficient UI, you would use a UI Framework. Over this...

Bootstrap 5 HTML UI Frameworks CSS

The Grows and Glows of Coding Standards

06 Feb 2016

Many people see coding standards as a headache and a pain to deal with. And I am one of them. Coding standards are definitely a useful tool that every software engineer needs to master. Coding standards are used so that...

Coding Standards Software Engineering VSCode ESLint