Now that the semester (Fall 2020) is almost over, I gained a lot more information on software engineering. I learned and worked with JavaScript, HTML, Meteor, and many more during the semester. I was able to apply what I learned...
Understanding Design Patterns First of all, what is design patterns? According to the dictionary, "A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can...
What is UI Framework? UI Framework or User Interface Framework is a set of classes and interfaces that define elements of window-based UI. It helps web developers to speed up the development of front end applications. Working with Semantic UI...
Coding Standards What is coding standards? Coding standards is a bunch of coding rules or guidelines to make your code neat, clear, and easy to find the errors. Every programming language has its own coding standards and this standards will...
At Least You Tried There is nothing wrong with asking questions to get help with our problem(s). But, before we ask for help, we need to at least try to solve the problem on our own. There are a lot...
Learning how to program is like learning a foreign language, it is not easy and it takes time. Now, I am learning another language, Javascript. Compare to the other programming languages that I know, I think Javascript is simpler. It...