What are the characteristics of a successful team? Some people believe that leadership allow leaders to guide their teams to success, but some experience tells us this is not always the case. Some people emphasize that a dynamic team culture...
My thoughts Software Engineering can be regarded as one of the hardest courses for me this semester. But at the same time, the gains this course brought to me cannot compared with other courses. In this semester, I learned about...
Whenever we are cutting diagrams, the most common thing is to restore the design diagrams one by one with HTML and CSS. In this process, we will find that a lot of redundant code that has been written. For example,...
Programming style refers to the types of rules for writing code. Different programmers often have different programming styles. Some people explain it as the part that ignored by the compiler is called “programming style.” The compiler’s specification is called “grammar”,...
How to ask questions is a skill that people should learn to have. Good questions can provoke thoughts and drive execution. Sometimes, the question is more important than the answer. Some questions make people particularly want to answer. When answering...
I always wanted to learn this course, because I think know how to write code is a very cool thing, and it is the thing that only those masters with the title of engineer can play with. After before I...
A programming language that developers like to use
19 Jan 2021
JavaScript and Java may have a similar name, but in fact, these are two different programming languages. They are not related. JavaScript is a programming language with very rich features. It is more complex than all other programming languages. Learning...