mrfdn.com – Bagi saya, bermain dengan data itu sangat menyenangkan. Membuat sebuah aplikasi web yang datanya bisa digunakan dimana-mana adalah kesenagnan sendiri.
Kali ini saya membuat sebuah aplikasi web dengan fitur CRUD (create, read, update, delete).
Stack yang digunakan:
Setelah aplikasi jalan, saya hendak menjalankannya secara online di internet.
Jadi saya memilih denodeploy.
Cara upload Express dengan denodeploy#
Sebenarnya caranya cukup mudah, hanya perlu ikuti tutorialnya disini.
Tapi kalau masih bingung, saya akan menuliskannya step by step. Caranya begini:
- Pastikan deno sudah berjalan di system kamu.
- cd ke projekan Express + Deno kamu.
- Install
deployctldengan menjalankan perintah ini:
deno install -A jsr:@deno/deployctl- Setelah terinstall akan muncul perintah untuk memasukkan perintah deployctl ke PATH. Kalau kamu malas melakukan itu, perintah
deployctlbisa kamu temukan di~/.deno/bin/deployctl. Jadi untuk menjalankannya cukup ketik:
~/.deno/bin/deployctl deploy- Karena projekan saya memiliki file
.envmaka saya harus deploy dengan perintah ini:
~/.deno/bin/deployctl deploy --env-file=.env-
Buka browser untuk melakukan verifikasi akun github.
-
Tunggu beberapa saat sampai proses deploy selesai. Contoh log seperti ini:
$ ~/.deno/bin/deployctl deploy --env-file=.envi Using config file '/home/myproject/deno-express-xata/deno.json'√ Deploying to project rafimrfdn-express-xata.√ Entrypoint: /home/myproject/deno-express-xata/index.tsi Uploading all files from the current dir (/home/myproject/deno-express-xata)√ Found 22 assets.√ Uploaded 1 new asset.√ Preview deployment complete.i Some of the config used differ from the config found in '/home/myproject/deno-express-xata/deno.json'. Use --save-config to overwrite it.View at: - https:// myproject-deno-1vc3v5ym71j2 .deno .dev- Cek project kamu apakah sudah berhasil atau tidak.
Semoga berhasil.
PakarPBN
A Private Blog Network (PBN) is a collection of websites that are controlled by a single individual or organization and used primarily to build backlinks to a “money site” in order to influence its ranking in search engines such as Google. The core idea behind a PBN is based on the importance of backlinks in Google’s ranking algorithm. Since Google views backlinks as signals of authority and trust, some website owners attempt to artificially create these signals through a controlled network of sites.
In a typical PBN setup, the owner acquires expired or aged domains that already have existing authority, backlinks, and history. These domains are rebuilt with new content and hosted separately, often using different IP addresses, hosting providers, themes, and ownership details to make them appear unrelated. Within the content published on these sites, links are strategically placed that point to the main website the owner wants to rank higher. By doing this, the owner attempts to pass link equity (also known as “link juice”) from the PBN sites to the target website.
The purpose of a PBN is to give the impression that the target website is naturally earning links from multiple independent sources. If done effectively, this can temporarily improve keyword rankings, increase organic visibility, and drive more traffic from search results.

