Menu

BLOG

THOUGHTS & IDEAS

Exploring technology, design, and the creative process through writing and experimentation.

TECHNOLOGY DESIGN DEVELOPMENT
social_cards/laravel.png

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.

social_cards/photo-1659177532410-91e24ac2b902_ujkecc.png

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

social_cards/linux-tak-butuh-antivirus_c3oxkb.png

Why Linux Does Not Need Antivirus

Linux is a kernel used in an operating system within a Linux Distro. If you are looking for an antivirus in Linux, you might only find a few.

social_cards/thumbnail_fkidip.png

How to Create a Related Articles Widget With Blogger API

Related Articles in Blogger must be created manually and cannot be done through the layout. To create it, you need a Blogger API Key because we will use the Blogger API, as well as JavaScript for the widget to work.

social_cards/thumbnail-perkenalan_k37kyw.png

Understanding Blogger API v3

The Blogger API allows you to interact with the Blogger server to display, create, or delete posts and comments.

social_cards/alasan-untuk-menggunakan-reactjs_a0smfo.png

9 Reasons Why You Should Use the ReactJS Framework

Front-end development has become a popular and rapidly growing field among developers. In a market filled with numerous web application frameworks, ReactJS stands out as a top choice. This JavaScript library, backed by Facebook and a strong developer community, has gained immense popularity for its simplicity, consistency, and scalability. Many leading companies like Apple, PayPal, Netflix, and Dropbox use ReactJS. Even one of the largest e-commerce sites in Indonesia, Tokopedia, is built with it. Statistics show that over 220,000 websites, including this one, are built using the React framework.

social_cards/thumbnail_toc_blogger.png

How to Create Multi-Level TOC in Blogger

Table of Contents, abbreviated as TOC, is often found in blogs. For WordPress, there are TOC plugins that can create multi-level tables of contents automatically without hassle, but for Blogger, such plugins are not available, meaning you have to create them manually. This is why I want to share how to create an automatic table of contents in Blogger.