Layanan dari Digital Ocean yang menyediakan cheatsheet konfigurasi NGINX untuk server yang bisa dipakai
https://www.digitalocean.com/community/tools/nginx
---
Menambah fitur rate limiting pada layanan NGINX
https://dev.to/rhuaridh/rate-limit-specific-urls-using-nginx-1lni
#nginx #digitalocean #cheatsheet
https://www.digitalocean.com/community/tools/nginx
---
Menambah fitur rate limiting pada layanan NGINX
https://dev.to/rhuaridh/rate-limit-specific-urls-using-nginx-1lni
#nginx #digitalocean #cheatsheet
Digitalocean
NGINXConfig | DigitalOcean
The easiest way to configure a performant, secure, and stable nginx server.
Konfigurasi load balancer untuk aplikasi backend Node JS dengan NGINX dan PM2
https://bencoderus.medium.com/load-balancing-your-nodejs-server-with-nginx-and-pm2-8095f558da2e
#nginx #nodejs #pm2 #loadbalancer
https://bencoderus.medium.com/load-balancing-your-nodejs-server-with-nginx-and-pm2-8095f558da2e
#nginx #nodejs #pm2 #loadbalancer
Medium
Load balancing your NodeJS app with NGINX and PM2
NodeJS is a javascript runtime based on the Chrome V8 engine that lets you run javascript code outside a web browser. NodeJS is scalable…
Buku panduan lengkap dari Freecodecamp tentang cara menggunakan NGINX di server
https://www.freecodecamp.org/news/the-nginx-handbook/
#nginx #handbook #vps
https://www.freecodecamp.org/news/the-nginx-handbook/
#nginx #handbook #vps
freeCodeCamp.org
The NGINX Handbook – Learn NGINX for Beginners
A young Russian developer named Igor Sysoev was frustrated by older web servers' inability to handle more than 10 thousand concurrent requests. This is a problem referred to as the C10k problem. As an answer to this, he started working on a new web s...
Cara deploy aplikasi backend ke layanan Firebase Cloud
https://towardsdev.com/host-a-nodejs-app-with-firebase-87c771489bea
—-
Cara deploy aplikasi backend Node JS ke layanan cloud hosting dengan tambahan NGINX dan PM2
https://medium.com/@ggichuru.dev/deploying-a-node-js-application-to-a-linux-server-with-nginx-and-pm2-f98a0e166c99
—-
Cara membuat file yang dikompres dengan Zip pada backend Node JS
https://javascript.plainenglish.io/how-to-create-zip-files-with-node-js-505e720ceee1
—-
Mendapatkan nilai unit testing atau test coverage 100 persen pada backend Node JS
https://complicore.medium.com/achieving-100-test-coverage-node-js-edition-249c69241046
—-
Membuat sistem penjadwalan Cron Job di Node JS backend
https://javascript.plainenglish.io/how-to-schedule-tasks-in-node-js-using-node-cron-e584dc14388b
—-
#nodejs #firebase #cronjob #nginx #pm2 #zip
https://towardsdev.com/host-a-nodejs-app-with-firebase-87c771489bea
—-
Cara deploy aplikasi backend Node JS ke layanan cloud hosting dengan tambahan NGINX dan PM2
https://medium.com/@ggichuru.dev/deploying-a-node-js-application-to-a-linux-server-with-nginx-and-pm2-f98a0e166c99
—-
Cara membuat file yang dikompres dengan Zip pada backend Node JS
https://javascript.plainenglish.io/how-to-create-zip-files-with-node-js-505e720ceee1
—-
Mendapatkan nilai unit testing atau test coverage 100 persen pada backend Node JS
https://complicore.medium.com/achieving-100-test-coverage-node-js-edition-249c69241046
—-
Membuat sistem penjadwalan Cron Job di Node JS backend
https://javascript.plainenglish.io/how-to-schedule-tasks-in-node-js-using-node-cron-e584dc14388b
—-
#nodejs #firebase #cronjob #nginx #pm2 #zip
Medium
Host a NodeJS app with Firebase
Wondering how you can host your NodeJS app without too much hassle ? Let me introduce you to Firebase Functions.
Konfigurasi NGINX untuk beberapa subdomain dan beberapa web app sekaligus
https://blog.logrocket.com/how-to-build-web-app-with-multiple-subdomains-nginx/
#nginx #subdomain
https://blog.logrocket.com/how-to-build-web-app-with-multiple-subdomains-nginx/
#nginx #subdomain
LogRocket Blog
How to build a web app with multiple subdomains using Nginx - LogRocket Blog
Providing multiple, custom subdomains to clients can be a bit tricky to configure — learn how to do it with Nginx in this tutorial.
Konfigurasi server Linux untuk mempersiapkan menjalankan Docker dan NGINX
https://towardsdev.com/6-steps-to-set-up-linux-server-with-nginx-docker-ssl-ef501860610b
#nginx #server #docker
https://towardsdev.com/6-steps-to-set-up-linux-server-with-nginx-docker-ssl-ef501860610b
#nginx #server #docker
Medium
6 steps to set up linux server with Nginx Docker & SSL
You’ve written web app dockerized between a few containers? Here’s a quick guide how to spin it up
Tips sederhana dalam mengamankan server web berbasis NGINX
https://javascript.plainenglish.io/how-to-secure-your-nginx-server-3359dfce8b8b
#nginx #security
https://javascript.plainenglish.io/how-to-secure-your-nginx-server-3359dfce8b8b
#nginx #security
Medium
How To Secure Your NGINX Server (2023)
A brief guide on how to secure your NGINX Server in 2023
Latihan penting tentang cara deploy aplikasi backend Node JS ke layanan VPS dengan NGINX
https://blog.logrocket.com/how-to-auto-deploy-web-app-nginx-devops/
#nginx #deploy #nodejs #vps
https://blog.logrocket.com/how-to-auto-deploy-web-app-nginx-devops/
#nginx #deploy #nodejs #vps
LogRocket Blog
How to accelerate web app deployment with Nginx - LogRocket Blog
Compare the features, benefits, and efficiency of Nginx and Apache. Learn how to accelerate web app deployment with Nginx.
Latihan sederhana konfigurasi NGINX dengan load balancer pada project Node JS
https://philosophyotaku.medium.com/using-nginx-as-load-balancer-with-node-js-express-63b39948f737
—-
Latihan sederhana menggunakan template engine EJS pada Express JS
https://tahakocabuga.medium.com/using-ejs-template-engine-with-express-js-874c08ac461b
—-
Pengenalan Sequilize ORM di Node JS
https://krp-ajay.medium.com/getting-started-with-sequelize-in-nodejs-35aa874e2145
—-
Membuat error handler middleware untuk dipasang di Express JS
https://volutenet.medium.com/node-error-handling-middleware-37678241540b
—-
Memasang SSL di localhost pada development Node JS
https://javascript.plainenglish.io/enable-https-for-localhost-during-local-development-in-node-js-96204453d72b
#nginx #nodejs #localhost #express #ejs #loadbalancer
https://philosophyotaku.medium.com/using-nginx-as-load-balancer-with-node-js-express-63b39948f737
—-
Latihan sederhana menggunakan template engine EJS pada Express JS
https://tahakocabuga.medium.com/using-ejs-template-engine-with-express-js-874c08ac461b
—-
Pengenalan Sequilize ORM di Node JS
https://krp-ajay.medium.com/getting-started-with-sequelize-in-nodejs-35aa874e2145
—-
Membuat error handler middleware untuk dipasang di Express JS
https://volutenet.medium.com/node-error-handling-middleware-37678241540b
—-
Memasang SSL di localhost pada development Node JS
https://javascript.plainenglish.io/enable-https-for-localhost-during-local-development-in-node-js-96204453d72b
#nginx #nodejs #localhost #express #ejs #loadbalancer
Medium
Using Nginx as Load Balancer with Node.js (Express)
In this article, I introduce the basic idea of load balancing with Nginx.