Forever, Production Process Manager Alternatif PM2

Untuk para programmer node js mungkin seharusnya sudah tidak asing lagi dengan PM2, salah satu process manager yang digunakan di server production untuk project-project node. Nah, ternyata proses manajer itu tidak hanya ada itu aja, ada juga yang namanya Forever, dan kebetulan saya sedang dalam sebuah case dipertemukan dan menggunakannya. Sebagaimana halnya PM2, tujuan saya […]

#notes How to install NodeJS 10 in Ubuntu 18.04 based

This is important when you need to set up react native environment. If you install with the traditional method, it will install version 3, but react need you to install version 8.3 or higher. So, here is the way. sudo apt install curl curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash – sudo apt install nodejs