Thoughts on Software Engineering
17 Dec 2020
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...
Software Engineering
Open Source Software Development
Agile Project Management
Read More
Work Smarter
03 Dec 2020
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...
Design Patterns
Read More
Framing Makes It Simpler
08 Oct 2020
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...
Semantic UI
PluralSight
UI Framework
Read More
Are Coding Standards Necessary?
24 Sep 2020
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...
ESLint
Coding standards
Read More
Is That Your Question?
10 Sep 2020
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...
smart questions
Read More
Just Like Another Foreign Language
03 Sep 2020
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...
Javascript
Learning
Read More