Catatan penting tentang cara mencegah terjadinya blocking event loop di Node JS
https://medium.com/voodoo-engineering/node-js-lots-of-ways-to-block-your-event-loop-and-how-to-avoid-it-b41f41deecf5
—-
Sampel project Node JS dengan menggunakan Express JS, MovieDb API, dan Bootstrap dengan tampilan aplikasi film Netflix
https://dev.to/vaibhavpacharya/a-netflix-style-node-js-project-created-using-moviedb-api-20pi
---
Mengenal apanitu JSON Web Token JWT dan cara penggunaannya
https://dev.to/stevescruz/stop-guessing-what-is-a-jwt-47d9
---
#eventLoop #blocking #nodejs #express #bootstrap #moviedb #jwt
https://medium.com/voodoo-engineering/node-js-lots-of-ways-to-block-your-event-loop-and-how-to-avoid-it-b41f41deecf5
—-
Sampel project Node JS dengan menggunakan Express JS, MovieDb API, dan Bootstrap dengan tampilan aplikasi film Netflix
https://dev.to/vaibhavpacharya/a-netflix-style-node-js-project-created-using-moviedb-api-20pi
---
Mengenal apanitu JSON Web Token JWT dan cara penggunaannya
https://dev.to/stevescruz/stop-guessing-what-is-a-jwt-47d9
---
#eventLoop #blocking #nodejs #express #bootstrap #moviedb #jwt
Medium
Node.js, lots of ways to block your Event-loop (and how to avoid it)
Some simple examples of how to block or slow down the Event-loop. Don’t do that in your app! And keep an eye on your monitoring tool.