Blog Posts
95 articles · Page 8/12
Understanding the Pomodoro Technique to Increase Productivity
To increase productivity, many methods are used, one of which is the Pomodoro Technique. If you have never heard of 'Pomodoro,' you should try to learn about it.
How to Convert Numbers to Currency in Javascript
In this post, we will learn how to convert numbers to currency, whether it's Rupiah, Dollar, Euro, or other currencies with Javascript. With Intl...
Basic Linux Commands You Should Know
Linux is famous for its command line or command line that is often typed in terminal applications. Often called command prompt, shell, terminal...
How to Create JSON from Google Spreadsheet Data
In this post, I will share a tutorial on how to create a JSON endpoint (API) from Google Spreadsheet data, which comes from Google Forms. So the first thing to do is to create a form from Google Forms.
7 Best Music Player Software for Linux
Playing audio or music is a common habit nowadays. There are various music players on Linux that you can try as follows. 1. Audac...
Best Free Image and Video Media Hosting
Media such as images and videos are always present on a website. Large websites usually separate their media from their main website. For example, Facebook stores all its media on Akamai, and Forbes hosts its media separately on thumbor.forbes.com.
How to Install Laravel 7
Laravel is a PHP web framework created by Taylor Otwell. Laravel is open source, so it's free to use. Laravel has many features that are very helpful in building a website.
Creating Dark Mode with CSS Variables and Javascript
As browser development continues, CSS is constantly evolving, leading to the introduction of CSS Variables. These variables are used to declare the value of a specific variable so that it can be reused. These variables are written as `--variable: value` and used with `var(--variable)`.