Membuat fungsi Promisify untuk mengubah callback menjadi bentuk Promise
https://www.freecodecamp.org/news/write-your-own-promisify-function-from-scratch/
#promise #promisify
https://www.freecodecamp.org/news/write-your-own-promisify-function-from-scratch/
#promise #promisify
freeCodeCamp.org
How to Write Your Own Promisify Function from Scratch
By Shailesh Shekhawat Introduction In this article, you will learn how to write your own promisify function from scratch. Promisification helps in dealing with callback-based APIs while keeping code consistent with promises. We could just wrap any fu...
Latihan panjang pengenalan framework Node JS yang bernama Fastify JS , dengan membangun aplikasi backend untuk REST API.
https://codesource.io/build-a-rest-service-with-fastify/
---
Tips menjalankan Node JS Server di lingkungan Production
https://dev.to/maximization/how-do-you-start-a-node-js-server-in-production-1cbf
---
Latihan menggunakan modul Promisify di dalam lingkungan backend Node JS, untuk membuat fungsi Promise dari fungsi yang berbasis callback.
https://blog.bitsrc.io/returning-promises-with-promisfy-in-node-js-aed9f937e8b
---
Referensi beberapa framework Javascript untuk lingkungan backend server dengan Node JS
https://medium.com/javascript-in-plain-english/top-5-friendly-node-js-frameworks-for-developers-eee4a9d3ffa8
----
Membuat file PDF dengan bantuan HTML , Puppeteer , dan Node JS
https://blog.risingstack.com/pdf-from-html-node-js-puppeteer/
---
Optimasi performa REST API dengan HTTP Caching
https://levelup.gitconnected.com/supercharge-your-rest-api-performance-by-using-these-3-techniques-22f15f0aa39a
---
Konfigurasi DNS Website dengan Kubernetes dan NGINX
https://www.freecodecamp.org/news/how-to-setup-dns-for-a-website-using-kubernetes-eks-and-nginx/
#nodejs #restapi #fastify #express #promise #promisify #pdf #http #caching #nodemon #pm2 #nginx #kubernetes
https://codesource.io/build-a-rest-service-with-fastify/
---
Tips menjalankan Node JS Server di lingkungan Production
https://dev.to/maximization/how-do-you-start-a-node-js-server-in-production-1cbf
---
Latihan menggunakan modul Promisify di dalam lingkungan backend Node JS, untuk membuat fungsi Promise dari fungsi yang berbasis callback.
https://blog.bitsrc.io/returning-promises-with-promisfy-in-node-js-aed9f937e8b
---
Referensi beberapa framework Javascript untuk lingkungan backend server dengan Node JS
https://medium.com/javascript-in-plain-english/top-5-friendly-node-js-frameworks-for-developers-eee4a9d3ffa8
----
Membuat file PDF dengan bantuan HTML , Puppeteer , dan Node JS
https://blog.risingstack.com/pdf-from-html-node-js-puppeteer/
---
Optimasi performa REST API dengan HTTP Caching
https://levelup.gitconnected.com/supercharge-your-rest-api-performance-by-using-these-3-techniques-22f15f0aa39a
---
Konfigurasi DNS Website dengan Kubernetes dan NGINX
https://www.freecodecamp.org/news/how-to-setup-dns-for-a-website-using-kubernetes-eks-and-nginx/
#nodejs #restapi #fastify #express #promise #promisify #pdf #http #caching #nodemon #pm2 #nginx #kubernetes
CodeSource.io
Build A REST Service With Fastify - ( CRUD Rest API )
In this article, we will learn how to build a RESTFUL service using Fastify by Creating a CRUD API with Fastify. Fastify is a high-performance
Latihan menggunakan bcrypt di Node JS untuk hashing password sebelum disimpan ke database
https://javascript.plainenglish.io/securely-storing-passwords-using-bcrypt-30efea785728
—-
Menggunakan utility promisify di Node JS untuk konversi fungsi callback ke bentuk Promise
https://towardsdev.com/util-promisify-in-node-js-2a1f053a1112
—-
#nodejs #bcrypt #promise #promisify
https://javascript.plainenglish.io/securely-storing-passwords-using-bcrypt-30efea785728
—-
Menggunakan utility promisify di Node JS untuk konversi fungsi callback ke bentuk Promise
https://towardsdev.com/util-promisify-in-node-js-2a1f053a1112
—-
#nodejs #bcrypt #promise #promisify
Medium
How to Hash Passwords Using Bcrypt
A tutorial on hashing passwords using bcrypt.