Overview Through this semester, I was able to see how real software development works. As soon as the class started, team members for each team were assigned randomly, and we met real clients who wanted us to make the application...
The journey of 16 weeks of software engineering was fleeting yet everlasting. I have learned numerous techniques from the course within a few months. The past few weeks were joyful and stressful at the same time, but I can definitely...
What is Pattern? When I think of a pattern, two meaning comes up in my head. One of them is art. For instance, there are some fancy patterns on the clothes, and there are some delicate patterns on the architecture....
Before Using a Semantic UI My first HTML web page was junk. Literally, a junk. The margins, the paddings, the image size, the alignments were a mess, and I had no clue how to make it beautiful. For instance, if...
Why RadGrad? Usually, a fair amount of students struggle with what they want to do after when they graduate. The same goes for me, of course. I decided to major in computer science because I love to spend time on...
Coding Standard? Some might think why the coding standard is important, as I did before. Once I believed good coding means when my code runs without any bug. I never considered coding standards when I wrote my code in past...
Why Ask Smart Question? Computer programming has become more doable in recent years. People easily learn how to code from YouTube channels and use free code editors (e.g., JSFiddle) to play around with it. The problem occurs when they are...
Software Engineering I am a computer science major despite I do not know much about software engineering. When I hear about software engineering, I feel a bit anxious about it. It is because I have no clue what I’m going...
Java vs. Javascript Java was the first computer language that I learned when I attend to ICS course. Frankly, I thought Java and Javascript are very similar (or the same) programming languages until I enrolled in ICS314. Therefore, I thought...