Fundamentals

Dependency manager, awesome feature of every programming languages

Each programming language has its features. One of them is the dependency manager feature, which is very useful during the development process. Before we go into the discussion about dependency managers, let's learn to know what dependency is. D…

Types of programming languages ​​that beginners should know

Based on the level of understanding of computers, the types of programming languages ​​are divided into three,  low level, middle level and high level. The easier a programming language is read by humans and computers, the higher the level, and vice …

Programming language translation method so that it can be executed

There are two methods used when translating a programming language into a computer language, the compiler and interpreter method. Programming language is a language for commanding computers to do something, according to the maker's wishes. Unfor…

The best way to understand computer programming and its benefits

You must be wondering, what is computer programming? The answer is a process for making computer programs (writing, testing, revising and evaluating ). Then, where to start so you can start programming? To create a program, of course, there are sever…

Load More
That is All