An Introvert's Point Of View
13 May 2021
Coding In A Group In group work, as I have experience in my software development class, coding standards are very important. It allows the group members to efficiently communicate their codes to each other making it easier to work together...
Read More
DeSiGn PaTtErN?
29 Apr 2021
Design patterns are general solutions to general problems that software developers faced during development. They are generally repeatable solutions to a problem that frequently occurs in software designs. It is a description or template for how to solve a problem...
Read More
A Great Puzzle
25 Feb 2021
Puzzles are a lot of fun. For one, it is satisfying when you find pieces that fit perfectly with each other. And when you finish it, you get to see the fruit of your work in the form of an...
Read More
A Love Hate Relation
11 Feb 2021
A couple of years ago, I worked at a retail store as a sales associate. The job was not enjoyable; I was going out of my mind between having to stand all day and dealing with the problematic customers. However,...
Read More
Are Your Questions Smart?
28 Jan 2021
Often in school, programming students have a tough time asking questions. Most of the time, the problem is not knowing when to ask a question and what is considered a good question. Students are hesitant to ask as they are...
Read More
Types of Languages
21 Jan 2021
Java is an object-oriented program that is easy to learn. Java is the default choice for scientific applications mainly. This is because it is safe, portable, maintainable, and comes with better high-level concurrency tools than C++ or any other language....
Read More
Thoughts on Javascript
21 Jan 2021
Java and Javascript is the only programming language that I have been exposed to in my previous classes. Before this class, I had never code with Javascript, and to be honest, I did not know that Java and Javascript are...
Read More