Latest Blog Posts

Installasi Django - Python

Install virtualenv dan pip: apt install python-virtualenv python-pip python3-virtualenv python3-pip Instalasi Django di Lingkungan...

Backup Data MySQL and Migration and Restore into new DB

Let’s go through the step by step process needed for this. 1. Backup the data The first step is to take a dump of the data that you ...

FORMAT FD DI LINUX

FORMAT FD DI LINUX format FD and bootable sudo fdisk -l sudo umount /dev/sdb sudo mkfs.vfat /dev/sdb Yang juga perlu diperhati...

Different Data Scientist and Data Analyst

- explorasi data (mencari/mendapatkan data), metodenya ada scrapping, crawling, kuisioner, dll. - analysis data. metodenya EDA (explora...

Cara Menggunakan Curl pada PHP

Ada 4 langkah penggunaan Curl di PHP: Inisialisasi; Set Option; Eksekusi Curl; Tutup Curl; Setiap kita ingin menggunakan fungs...

Cara akses XAMPP di komputer lain

buka folder xampp/apache/conf buka file httpd.conf dengan code editor cari #LoadModule vhost_alias_module modules/mod_vhost_alias.so...

Bagaimana cara membuat “answer engine” seperti Google?

Anggaplah kita bekerja dalam koleksi dokumen. Pertama kita mulai dengan membangun mesin pencari dokumen....

Roadmap React Dev

Resources Basics HTML Learn the basics of HTML Make a few pages as an exercise CSS Learn the basics of CSS Style pages from ...