How To Create If Condition Inside map() method on React JS

Hi everyone, I want to share you about how to create if conditional inside a map() function in React. When you develop React application, sometimes you need to display item base on a condition especially in map(). However, when you using map() function in JavaScript/TypeScript is crafty. But, no worries. I will explain to you … Read more

Perintah Dasar Nginx

Nginx… web server Test Nginx Config $ sudo nginx -t Menjalankan Nginx $ sudo systemctl start nginx Restart Nginx $ sudo systemctl restart nginx Cek Status Nginx $ sudo service status nginx Stop Nginx Service $ sudo systemctl stop nginx