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…
An algorithm according to (Kani, 2020, 1.19) is an effort with a sequence of operations arranged logically and systematically to solve a problem to produce a certain output. To understand the algorithm that I will demonstrate from daily activitie…
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 …
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…
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…
Deploying a nodejs application on a cloud server is different from using a PHP app, because nodejs requires binding ports. Meanwhile, when you want to deploy a PHP app, you just upload a PHP script, and the server will automatically run the applicati…
Beginners sometimes don't dare to use a framework to build a website, even though using a framework makes work much faster. By using an application framework website, it will make our website more interactive, the User Interface better, and many f…