What I Face Before Coding I took the 314 software project and I didn’t think it was too difficult and learned a lot from it, however, after a year I had forgotten almost everything related to JavaScript, Meteor, and Semantic...
Personal Experience I am taking ICS314 and ICS311 this semester. Others told me that they are really really hard, and one of them failed it. Due to COVID-19, students have more challenges to take it, especially me. I still remember...
Why Design Patterns Are Important As we know, computers change our lifestyle, however, computers and software are created by smart people. Those smart software engineers share their experience with others, learn more knowledge about computers and coding, which avoid new...
UI Framework Makes It easy to Build Websites UI Frameworks can help us to build new websites easily and conveniently. Such as Semantic UI. Using those frameworks, we don’t need to create an element start from scratch, which saves time...
Enhance Efficiency Coding standards are important for programmers and readers because they can understand code more quickly and easily. For example, when I check code that doesn’t follow the rules such as using proper naming and useful comments, I feel...
When and Why Student Should Ask Good Questions? As students learn a new skill and knowledge, they will have more and more problems and even feel confused. When we are faced with an unsolved problem, we will try to solve...
What is JavaScript? JavaScript is one of the most useful scripting languages for making web pages. It is easier to manipulate it than C language and java. In other words, people can understand it quickly after control C language and...