Top 10 Quran Application for Android & PC

Recomendation 10 Quran Application for Android & PC

Those of you who want to always read the Qur’an or want to memorize it are now very easy. In modern times like today, you can use the Al Quran application which can be used on various gadgets such as on Android phones or on PCs. With this convenience, of course, you will be very easy if you want to read and memorize the Quran wherever and whenever you want. Therefore, if you want to read the Qur’an, this article will provide a list of 10 Quran applications that can accompany you in worship. List of 10 Quran Apps for Android … Read more

5 Best PS1 Emulators for Android and PC

5 Best PS1 Emulators for Android and PC

The PS1 emulator is an interesting program to have because it can help you play various kinds of legendary games released on the PS1. The emulator allows you to play all PlayStation games on Android, PC, and sometimes even other game consoles. If you do a quick search , you will find that there are many different emulators. The PS1 emulators on this list can also be played on PCs and smartphones according to tastes and needs. What are the best PS1 emulators for Android & PC that you can download right now? Here’s more information. 1. ePSXe (PC, Mac, Linux, Android) One of … Read more

How to Delete Files and Folders Using Command Prompt (CMD)

How to Delete Files and Folders Using Command Prompt (CMD)

Command Prompt or abbreviated as CMD is a Windows terminal which is now very efficient in opening important data or files. The function of the Command Prompt (CMD) is to be able to find out the ins and outs of a Windows system, one of which can delete important files and folders in your directory. Well, this time the author will provide a very easy bit of knowledge about how to delete files and folders using CMD. Here’s how. EASY WAYS TO DELETE FILES AND FOLDERS USING COMMAND PROMPT (CMD) 1. Simultaneously press the Windows + R (Run) keys on your laptop keyboard . Then type CMD and click OK. … Read more

5 Easiest Ways to Download Videos from Instagram

5 Easiest Ways to Download Videos from Instagram

Are you familiar with a social media application called Instagram? Yes, one of the hit applications among young people allows you to view videos and also various pictures from interesting accounts on Instagram. Well, sometimes you also want to take or download videos on Instagram. Unfortunately, you cannot directly download videos on Instagram directly. This means that you must have an application to download and save videos on Instagram. How do I download videos on Instagram? It’s easy, you only need to follow some of the easiest tutorials from Matob for how to download videos on Instagram. There is also … Read more

10 Best Android & iPhone Video Editing Applications, No Watermark!

10-Best-Android-iPhone-Video-Editing-Applications-No-Watermark

Video editing applications turned out not only Adobe Premiere Pro, you know. You can edit videos on your smartphone via the following Android & iPhone video editing applications. Do you have the goal of becoming a professional video editor? Maybe you’ve heard of video editing applications for PCs and laptops, like Adobe Premiere Pro, right? But unfortunately, to operate Adobe Premiere Pro requires a fairly high device specifications. But no need to worry anymore! Now armed with a smartphone, you can also make videos that are no less cool by using the best video editing application on an Android or … Read more

6 Best Free FTP Client for Linux, Mac, and Windows

6 Best Free FTP Client for Linux, Mac, and Windows

Looking for  Best Free FTP Client for Linux, Mac, and Windows ? Read article bellow FTP (File Transfer Protocol) File sending protocol is an Internet protocol that runs in the application layer which is the standard for sending computer files (files) between machines on an Inter-network. FTP is one of the earliest Internet protocols developed, and is still used today to download and upload computer files between an FTP client and an FTP server. An FTP Client is an application that can issue FTP commands to an FTP server. (Source: Wikipedia) Now that you know about FTP, I will now … Read more

7 Lightweight PC Live Streaming Software Recommendations

7 Lightweight PC Live Streaming Software Recommendations

Many applications or software for live streaming. However, not all of these software have light capacity and are comfortable to use. Here are 7 recommendations for lightweight PC live streaming software that can be used so you don’t choose the wrong one: Lightweight PC Live Streaming Application 1. OBS The first light PC live streaming software is Open Broadcaster Software or often known as OBS. This application is very popular and is widely used by streamers because it can be used for free and has good quality. OBS also has open source properties to its users from features to plug-ins. … Read more

How to Install Node.js on your PC / Mac.

How to Install Node.js on your PC / Mac.

Anyone who doesn’t know Node.js yet? Anyone know JavaScript? If we know JavaScript as a client side scripting, JavaScript is now available for server side scripting as well. He is Node.js. This means that you can now build web services using the JavaScript language. Here is the tutorial How to Install Node.js on your PC / Mac. Node.js has NPM or Node Package Manager, which is the management of library packages for Node.js. NPM makes it easy for developers to share libraries and application nodes, so other people can easily install and uninstall libraries in their programs. As for how … Read more

How to build a simple calendar with CSS Grid

calendar-grid-css-tutorial

The calendar is one of the important tools in human civilization. Many important events can then be remembered and traced to the truth from the exact date of the incident. In all parts of the world, there are two widely known calendar systems namely, the gregorian calendar and the Islamic calendar. In this article we will learn how to design calendars using HTML and CSS by utilizing the CSS Grid system, a layouting technique that has recently been popular among frontend developers.   Build a simple calendar with CSS Grid Following are the final designs to be made: Creating the … Read more

Learn Node.js : What is NPX? and What’s the Difference with NPM?

Learn Node.js : What is NPX? and What’s the Difference with NPM?

When Matob first saw npx, I thought it was typo from npm. Apparently not… NPM and NPX are two tools that have different functions. What are the differences? … and when should we use NPX? Let’s discuss? NPM vs NPX NPM stands for Node Package Manager. A text based program for Nodejs package management. Whereas NPX is a Node Package Runner. Its function is to execute the Nodejs package. NPX will execute binary files from the Nodejs package, both those that are already installed and those that are not. NPX can even help us to use certain versions of Nodejs … Read more

Learn Coding for Beginners

Learn-Coding-for-Beginners

With so many digital things nowadays, coding has become one of the most talked about skills lately. There are many newly established coding schools with the aim of teaching children ages 13 and older who are interested in learning coding. In addition, there are many seminar programs and weekend classes that are open to people who are already working but also want to learn coding.   Actually, you can also learn about coding at home. There are many websites out there that provide learning material. Before we discuss further, let’s first discuss what is coding and what needs to be … Read more

The History and the Future of MySQL

The History and the Future of MySQL

In this article we will discuss the history, origins, stories, MySQL’s past and future. The story of UNIREG and Tcx The story of MySQL began in 1979, when Michael Widenius (a.k.a. Monty), a Swedish programmer, developed a simple database system called UNIREG. UNIREG uses a low-level ISAM database engine connection with indexing (read: a simple database system that supports indexes). Monty works for a company called TcX in Sweden. In 1994 TcX began developing web-based applications, and plans to use UNIREG as its database system. But unfortunately for Monty, UNIREG is considered unsuitable for dynamic databases such as the web. … Read more