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…

Free deploy nodejs application on Heroku's cloud server

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…

The best front-end framework is very beginner friendly to use for now

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…

Load More
That is All