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...
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...
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...
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...
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...
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...