Software Engineering
11 Dec 2020
Introduction Though the semester had been bizarre and stressful for me and my fellow undergrads, I continued to remain steadfast throughout my programming classes to further develop my skills as a software engineer. The semester was filled with all kinds...
Software Engineering
Learning
Read More
Design Patterns
03 Dec 2020
Introduction Often, many programmers notice some recurring solutions in their code when solving many development problems. Rather than repeating those solutions multiple times, they can apply abstract blueprints that separates code to what is changeable and what is repeatable. These...
Software Development
OOP
JavaScript
C
Read More
Utilizing UI Frameworks
07 Oct 2020
Introduction HTML programmers designed a collection of classes and interfaces known as a UI Frameworks to help hasten the design process in web development. Though coding syntax may look simple across many frameworks, each introduces a complex set of HTML...
Software Engineering
Learning
JavaScript
HTML
CSS
Read More
Coding Etiquette
22 Sep 2020
Introduction The appearance of a source code is crucial when sharing a program to others, especially for collaborators who may work on it later. Otherwise, it will be difficult for them to follow through the functionality of your program, which...
Software Engineering
Learning
JavaScript
Read More
Seeking Help the Smart Way
09 Sep 2020
Introduction It is not simple for people seeking help to try to ask questions while having some fear of sounding like an idiot, especially inside a professional setting. Whether it is in a classroom, a teacher’s office, a workplace, or...
Software Engineering
Learning
StackExchange
StackOverflow
Read More
Bilingual Programming
03 Sep 2020
Introduction Though many computer programmers prefer to specialize in one programing language, it can be helpful for them to be flexible in other languages. Such is my case with JavaScript, a programming language that I have begun learning this semester....
Software Engineering
Learning
JavaScript
Read More