A Way to Avoid Repetitive Works
28 Nov 2018
Introduction Although we just learned about design pattern recently, I found that I had used many of those concepts in my previous projects and course works. Design pattern is a framework that helps us to manage and reuse codes and...
Design Pattern
Game Design
Read More
How to make our life better
03 Oct 2018
Introduction How to make our life better? Use UI frameworks because they make our front-end design eaiser. Then, we have more time to do other things. UI frameworks provide a huge number of build-in classes in order to simplify the...
UI frameworks
HTML
CSS
Read More
Benefits of Coding Standards
20 Sep 2018
Introduction A coding standard includes naming conventions, formatting and indentation, classes and interfaces and so on [1]. It helps programmers to maintain their codes or read other people's codes easily. However, coding standard is not just a set of guidelines...
Coding Standards
Javascript
Read More
Ask Question Intelligently
06 Sep 2018
Introduction As a result of the growth of the internet, people can easily ask questions on internet forums. However, asking question in the “smart way” is still important. According to Raymond’s essay How To Ask Questions The Smart Way, there...
Stack Overflow
How to ask question
Read More
Advantages of Javascript
31 Aug 2018
first Javascript I am majoring Computer Engineering. Most of our courses base on C in order to help us understand the computer architecture, so I am not comfortable Javascript at the beginning. The syntax of C are more complicated than...
Software Engineering
Javascript
C
Read More
Why did I start coding
26 Aug 2018
Game development I love PC games, and I holp I can develop my own wonderful game someday. This is the reason I learn programming. I didn’t like programming at all before studying at UHM. I still remember my first programming...
Software Engineering
Game development
Read More