The Archive

Blog Posts

95 articles  ·  Page 8/12

Understanding the Pomodoro Technique to Increase Productivity
Jan 06, 2024

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.

Read Article →
How to Convert Numbers to Currency in Javascript
Jan 06, 2024

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...

Read Article →
Jan 06, 2024

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...

Read Article →
How to Create JSON from Google Spreadsheet Data
Jan 06, 2024

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.

Read Article →
7 Best Music Player Software for Linux
Jan 06, 2024

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...

Read Article →
Best Free Image and Video Media Hosting
Jan 06, 2024

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.

Read Article →
How to Install Laravel 7
Jan 06, 2024

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.

Read Article →
Creating Dark Mode with CSS Variables and Javascript
Jan 06, 2024

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)`.

Read Article →