Roby Cigar

Roby Cigar @robycigar

Joined:
Oct 6, 2020

Roby Cigar
articles - 37 total

How I Boost SEO with AI & Data Analysis

In the competitive world of e-commerce, SEO is the backbone of online visibility. For...

Learn More 3 0Apr 23

Unable to create lockable file: /var/www/. Please ensure you have permission to create files in this location.

That error means the current user (probably root or www-data) doesn’t have write permissions to the...

Learn More 0 0Apr 22

Photolithography Machines: Teknologi Canggih di Balik Pembuatan Chip Semikonduktor

Dalam dunia industri semikonduktor, photolithography adalah salah satu proses paling kritis dan...

Learn More 0 0Jan 30

Mengenal Industri Semikonduktor: Pilar Teknologi Modern

Dalam beberapa dekade terakhir, industri semikonduktor telah menjadi salah satu sektor paling penting...

Learn More 0 0Jan 27

Why I Chose Not to Work in an Office Job

For two years, I worked as a software engineer at a private company. My work hours were the usual...

Learn More 2 2Jan 15

file_put_contents(...): Failed to open stream: No such file or directory

problem: file_put_contents(/home/souv1390/public_html/jiwaku.souvenirlilin.com/mental-health-app/b...

Learn More 0 2Nov 28 '24

service worker

To add a service worker to your application, you'll need to follow a few steps. Service workers are...

Learn More 0 0Jun 16 '23

indexed db

// Open or create the IndexedDB database const request = indexedDB.open('todo', 1); // Handle...

Learn More 0 0Jun 16 '23

Setup Symlink di CPanel

Cara Membuat Symlink di cPanel Setidaknya ada 3 cara yang bisa anda gunakan, untuk membuat symlink di...

Learn More 0 0Mar 30 '23

How to Import Component in SwiftUI

In SwiftUI, components are created using views, and you can import them into your project by creating...

Learn More 0 0Mar 2 '23

How to Fetch Data in SwiftUI

Fetching data from an API in SwiftUI can be done using the URLSession class provided by the Swift...

Learn More 7 0Mar 2 '23

How to Install C++ Language Server on VIM

In this tutorial i'll show you how to install language server on vim/nvim. 1. Firstly, you...

Learn More 7 0May 11 '22

Apa Itu Lexicographical Order?

Singkatnya, lexicographical order itu ADALAH alphabetical order. Contoh kita punya beberapa string...

Learn More 1 0May 10 '22

Cardinality In Database

A source of confusion may be the use of the word in two different contexts - data modelling and...

Learn More 0 0Feb 14 '22

Database: DDL, DML, DCL, TCL

Syntax database management berbasis SQL terbagi menjadi beberapa definisi yaitu: DDL, DML, DCL,...

Learn More 4 0Feb 14 '22

How to Remove Background Process On Startup Linux

If you want to remove evolution-data-server, it will remove these at least (tested in 16.04) The...

Learn More 2 0Feb 10 '22

Cara Install MongoDB di Ubuntu

Berikut ini langkah2 menginstall mongodb mengunakan sistem operasi linux dengan distro ubuntu versi...

Learn More 5 0Jan 16 '22

Cara Record Layar Pake CLI (No GUI)

Yup benar sekali, di tutorial kali ini saya akan menunjukkan cara merekam layar tanpa software fancy...

Learn More 5 0Sep 18 '21

How To Create Laravel Relationship Tables

Take the example where you have a users table and a user_address table. A user can have many...

Learn More 1 0Sep 18 '21

Apa itu WA RTE CTE dan TLE

Ketika submit solusi kita di platform competitve programming kita pasti disuguhkan istilah-istilah...

Learn More 0 0Aug 25 '21

Instalasi Vue 3 dengan TailwindCSS

Jika belum install vue-cli saya sarankan diinstall terlebih dahulu menggunakan command. yarn...

Learn More 5 0Aug 11 '21

Bookmark Catatan Belajar dan Referensi

Frontend Dev Bezier curve generator Unix/Linux Globbing Coding...

Learn More 0 0Aug 10 '21

Catatan Belajar Redis - Data Types

Data types Redis mempunyai 7 tipe data, yaitu String, Lists, Sets, Sorted Sets, Hashes...

Learn More 6 0Aug 2 '21

Laravel 8 Notes Part 1 - Factory

Factory berguna untuk mengetest dengan cara populate database kita dengan data dummy atau data...

Learn More 0 0Jul 30 '21

Cara Update Node js di Linux

Jika kita memakai linux dan ingin menginstall nodejs lewat command sudo apt install node kemungkinan...

Learn More 4 0Jul 27 '21

ftp_put(): Can’t open that file: No such file or directory

Hari ini saya mengalami error dimana saya nggak bisa unzip theme saya ke 000webhost, error codenya...

Learn More 5 0Jul 2 '21

Konfigurasi Sublime Favorit

Kenapa saya share? karena saya suka coba-coba distro linux, otomatis sublime text saya kehapus dong....

Learn More 0 1May 24 '21

Install Kazam di Linux Fedora

Download filenya terlebih dahulu wget https://raw.githubusercontent.com/rpmsphere/noarch/master/k/ka...

Learn More 5 2May 24 '21

Treating warnings as errors because process.env.CI = true.

This error happened everytime I deploy my react code to vercel. I solved this error by put this on...

Learn More 7 6May 12 '21

Cara Memberi Warna Code Pada GitHub Markdown

TL;DR Pakai syntax berikut ini. Tadi pagi sehabis sahur saya iseng-iseng kontribusi repo orang, n...

Learn More 3 0May 11 '21