Cara menggunakan ES Modules di backend Node JS seperti Express, dan bukan dengan Common JS
https://medium.com/dev-genius/nodejs-using-es-modules-instead-of-commonjs-9c6e801e7508
—-
Cara konfigurasi Mongoose di Express JS
https://medium.com/javascript-in-plain-english/how-to-set-up-mongoose-with-expressjs-da2cc34c9219
—-
Mengenal apa itu CORS dan cara mengatasinya di bagian backend
https://medium.com/swlh/cors-cross-origin-communication-in-the-modern-web-1a8f6ec3b3a6
---
Contoh sederhana alur kerja proses Login dan Sign Up dengan Node JS
https://dev.to/tienbku/node-js-express-login-example-with-mongodb-2ofc
---
#express #nodejs #esm #commonjs #es6 #mongoose #mongodb #cors
https://medium.com/dev-genius/nodejs-using-es-modules-instead-of-commonjs-9c6e801e7508
—-
Cara konfigurasi Mongoose di Express JS
https://medium.com/javascript-in-plain-english/how-to-set-up-mongoose-with-expressjs-da2cc34c9219
—-
Mengenal apa itu CORS dan cara mengatasinya di bagian backend
https://medium.com/swlh/cors-cross-origin-communication-in-the-modern-web-1a8f6ec3b3a6
---
Contoh sederhana alur kerja proses Login dan Sign Up dengan Node JS
https://dev.to/tienbku/node-js-express-login-example-with-mongodb-2ofc
---
#express #nodejs #esm #commonjs #es6 #mongoose #mongodb #cors
Medium
NodeJS — Using ES Modules Instead of CommonJS
No need package to use ES Modules. NodeJS version 14 officially can use ES Modules!
Tips melakukan Logging dengan baik di Node JS
https://blog.logrocket.com/node-js-logging-best-practices/
---
Membuat fungsi Two Factor Authentication TFA dengan Node JS dan Express
https://codeburst.io/how-to-add-two-factor-authentication-with-node-js-and-express-7cad30aac4c
---
Memahami penggunaan Common JS module untuk export dan require di Node JS
https://www.freecodecamp.org/news/node-module-exports-explained-with-javascript-export-function-examples/
#tfa #auth #nodejs #express #logging #esm #commonjs
https://blog.logrocket.com/node-js-logging-best-practices/
---
Membuat fungsi Two Factor Authentication TFA dengan Node JS dan Express
https://codeburst.io/how-to-add-two-factor-authentication-with-node-js-and-express-7cad30aac4c
---
Memahami penggunaan Common JS module untuk export dan require di Node JS
https://www.freecodecamp.org/news/node-module-exports-explained-with-javascript-export-function-examples/
#tfa #auth #nodejs #express #logging #esm #commonjs
LogRocket Blog
Node.js logging best practices: The essential guide - LogRocket Blog
Logging using Node.js can save hours of debugging work. Here are logging best practices and our recommendations for the best logging tools.
Menggunakan Common JS module dan ESM Module bersamaan untuk Node JS
https://www.sensedeep.com/blog/posts/2021/how-to-create-single-source-npm-module.html
---
Contoh penggunaan error handling di Node JS
https://dev.to/olanetsoft/global-error-handling-in-node-js-52jp
---
#nodejs #esm #commonjs
https://www.sensedeep.com/blog/posts/2021/how-to-create-single-source-npm-module.html
---
Contoh penggunaan error handling di Node JS
https://dev.to/olanetsoft/global-error-handling-in-node-js-52jp
---
#nodejs #esm #commonjs
Embedthis
How to Create a Hybrid NPM Module for ESM and CommonJS.
Creating a single NPM module that works in all environments.
Menggunakan ES Modules di Node JS backend , sebagai alternatif dari CommonJS module system
https://electerious.medium.com/from-commonjs-to-es-modules-how-to-modernize-your-node-js-app-ad8cdd4fb662
—-
Beberapa cara untuk menambah tingkat keamanan backend Node JS dengan mencegah code injection
https://snyk.io/blog/5-ways-to-prevent-code-injection-in-javascript-and-node-js/
---
Latihan menggunakan Event Emitter di Node JS Express JS
https://blog.logrocket.com/handling-and-dispatching-events-with-node-js/
---
Menggunakan JSON Web Token atau JWT untuk proses authentication di Node JS backend
https://javascript.plainenglish.io/how-to-authenticate-and-authorize-using-jwt-with-node-js-a324437dedb1
—-
#security #nodejs #express #esm #commonjs #module #jwt
https://electerious.medium.com/from-commonjs-to-es-modules-how-to-modernize-your-node-js-app-ad8cdd4fb662
—-
Beberapa cara untuk menambah tingkat keamanan backend Node JS dengan mencegah code injection
https://snyk.io/blog/5-ways-to-prevent-code-injection-in-javascript-and-node-js/
---
Latihan menggunakan Event Emitter di Node JS Express JS
https://blog.logrocket.com/handling-and-dispatching-events-with-node-js/
---
Menggunakan JSON Web Token atau JWT untuk proses authentication di Node JS backend
https://javascript.plainenglish.io/how-to-authenticate-and-authorize-using-jwt-with-node-js-a324437dedb1
—-
#security #nodejs #express #esm #commonjs #module #jwt
Snyk
5 ways to prevent code injection in JavaScript and Node.js | Snyk
Learn some best practices for keeping your Node.js and JavaScript projects safe from code injection attacks.
Membuat modul Node JS yang mendukung ES Modules dan Common JS
https://levelup.gitconnected.com/complete-guide-to-creating-node-js-packages-with-es6-modules-that-are-easily-usable-from-cjs-module-db206e46fec9
---
Contoh multi threading paralel di Node JS dengan Worker Thread
https://levelup.gitconnected.com/multithreading-with-nodejs-is-reality-10871986b8a9
---
#nodejs #esm #commonjs #package #workerThread
https://levelup.gitconnected.com/complete-guide-to-creating-node-js-packages-with-es6-modules-that-are-easily-usable-from-cjs-module-db206e46fec9
---
Contoh multi threading paralel di Node JS dengan Worker Thread
https://levelup.gitconnected.com/multithreading-with-nodejs-is-reality-10871986b8a9
---
#nodejs #esm #commonjs #package #workerThread
Medium
Complete guide to creating Node.js packages with ES6 modules that are easily usable from CJS modules
It is very tempting to write all JavaScript code on Node.js with ES6 modules. But that creates a problem of interoperability with the…
Optimasi performa Node JS dengan Clustering API atau Fork process
https://blog.bitsrc.io/nodejs-performance-optimization-with-clustering-b52915054cc2
—-
Perbedaan antara Common JS require vs ESM module export import
https://blog.bitsrc.io/javascript-require-vs-import-47827a361b77
—-
Referensi tentang penerapan clean architecture atau design pattern yang baik di Node jS
https://javascript.plainenglish.io/features-of-node-js-clean-code-architecture-569cc396479f
—-
Tips tentang penggabungan dua URL atau concat URL di Node JS
https://javascript.plainenglish.io/how-to-safely-concatenate-url-with-node-js-f6527b623d5
#nodejs #cluster #fork #esm #commonjs #concat #url #designPattern
https://blog.bitsrc.io/nodejs-performance-optimization-with-clustering-b52915054cc2
—-
Perbedaan antara Common JS require vs ESM module export import
https://blog.bitsrc.io/javascript-require-vs-import-47827a361b77
—-
Referensi tentang penerapan clean architecture atau design pattern yang baik di Node jS
https://javascript.plainenglish.io/features-of-node-js-clean-code-architecture-569cc396479f
—-
Tips tentang penggabungan dua URL atau concat URL di Node JS
https://javascript.plainenglish.io/how-to-safely-concatenate-url-with-node-js-f6527b623d5
#nodejs #cluster #fork #esm #commonjs #concat #url #designPattern
Medium
NodeJS Performance Optimization with Clustering
How to Scale your NodeJS Application Execution on Multiple Processor Cores
Perbedaan antara fungsi modular JavaScript yang bernama require dan import
https://javascript.plainenglish.io/require-vs-import-in-js-82a7a47671f
---
Beberapa contoh kasus penggunaan fungsi manipulasi Array Slice
https://betterprogramming.pub/5-use-cases-for-slice-in-javascript-13462f2e177f
---
Latihan berseri tentang beberapa fungsi manipulasi Array yang mengubah bentuk Array aslinya
https://javascript.plainenglish.io/javascript-arrays-reference-cheat-sheet-and-breakdown-mutating-methods-e89a3b0c7755
---
#esm #commonjs #slice #array
https://javascript.plainenglish.io/require-vs-import-in-js-82a7a47671f
---
Beberapa contoh kasus penggunaan fungsi manipulasi Array Slice
https://betterprogramming.pub/5-use-cases-for-slice-in-javascript-13462f2e177f
---
Latihan berseri tentang beberapa fungsi manipulasi Array yang mengubah bentuk Array aslinya
https://javascript.plainenglish.io/javascript-arrays-reference-cheat-sheet-and-breakdown-mutating-methods-e89a3b0c7755
---
#esm #commonjs #slice #array
Medium
Compare require() vs import() in JavaScript
Explore the features of the methods require() and import() in JavaScript.
Penjelasan penting tentang apa itu Common JS Module dan ES Modules pada Node JS
https://blog.logrocket.com/commonjs-vs-es-modules-node-js/
#nodejs #esm #commonjs
https://blog.logrocket.com/commonjs-vs-es-modules-node-js/
#nodejs #esm #commonjs
LogRocket Blog
CommonJS vs. ES modules in Node.js - LogRocket Blog
Explore the differences between CommonJS and ES modules in Node.js, exploring how they handle JavaScript modules, their syntax, and more.
Beberapa cara import module di JavaScript dengan benar
https://dev.to/dianjuar/importing-modules-in-javascript-are-we-doing-it-right-nc
#esm #commonjs #module
https://dev.to/dianjuar/importing-modules-in-javascript-are-we-doing-it-right-nc
#esm #commonjs #module
DEV Community
Importing modules in JavaScript, are we doing it right?
We, as Javascript developers need to use libraries in our day to day, it simplifies our work a lot....
Mengenal module di dalam Javascript yaitu ES Modules dan Common JS
https://www.freecodecamp.org/news/modules-in-javascript/
---
Latihan penting menggunakan Slice dan Splice untuk manipulasi data Array
https://www.freecodecamp.org/news/javascript-slice-and-splice-how-to-use-the-slice-and-splice-js-array-methods/
---
Pengenalan Scope dan Hoisting di JavaScript
https://javascript.plainenglish.io/scopes-in-javascript-ebf776d42430
---
Latihan pengenalan CRUD dengan membuat aplikasi Todo List dengan JavaScript
https://www.freecodecamp.org/news/learn-crud-operations-in-javascript-by-building-todo-app/
#esm #commonjs #crud #todo #scope
https://www.freecodecamp.org/news/modules-in-javascript/
---
Latihan penting menggunakan Slice dan Splice untuk manipulasi data Array
https://www.freecodecamp.org/news/javascript-slice-and-splice-how-to-use-the-slice-and-splice-js-array-methods/
---
Pengenalan Scope dan Hoisting di JavaScript
https://javascript.plainenglish.io/scopes-in-javascript-ebf776d42430
---
Latihan pengenalan CRUD dengan membuat aplikasi Todo List dengan JavaScript
https://www.freecodecamp.org/news/learn-crud-operations-in-javascript-by-building-todo-app/
#esm #commonjs #crud #todo #scope
freeCodeCamp.org
Modules in JavaScript – CommonJS and ESmodules Explained
Hi everyone! In this article we're going to take a look at modules in JavaScript. Modules are a technique heavily used in today's software design/architecture. First we're going to learn what they are and the different types of modules that exist. Th...
Penggunaan require common JS module di JavaScript
https://www.freecodecamp.org/news/how-to-use-the-javascript-require-function/
---
Konversi Array JavaScript menjadi bentuk String
https://javascript.plainenglish.io/how-to-convert-a-javascript-array-into-a-string-f066c8839a1d
---
Latihan manipulasi data String di Javascript
https://javascript.plainenglish.io/how-to-work-with-strings-in-javascript-900819af4f4a
---
#commonjs #require #string #array
https://www.freecodecamp.org/news/how-to-use-the-javascript-require-function/
---
Konversi Array JavaScript menjadi bentuk String
https://javascript.plainenglish.io/how-to-convert-a-javascript-array-into-a-string-f066c8839a1d
---
Latihan manipulasi data String di Javascript
https://javascript.plainenglish.io/how-to-work-with-strings-in-javascript-900819af4f4a
---
#commonjs #require #string #array
freeCodeCamp.org
JavaScript Require – How to Use the require() Function in JS
In JavaScript, modules refer to a file that holds JavaScript code which performs a specific purpose. Modules are self-contained, making it easy to add, remove, and update functionalities without affecting your entire code because they are decoupled f...
Cara transpile TypeScript ke bentuk common JS dan ES Module
https://levelup.gitconnected.com/transpiling-typescript-into-double-packages-commonjs-esm-d6b62cfc851c
#typescript #commonjs #esm
https://levelup.gitconnected.com/transpiling-typescript-into-double-packages-commonjs-esm-d6b62cfc851c
#typescript #commonjs #esm
Medium
Transpiling Typescript into double packages (CommonJS + ESM)
Mistakes. They are everywhere
Perbedaan antara CommonJS dengan ES Modules
https://javascript.plainenglish.io/the-great-javascript-divide-commonjs-vs-es-modules-6a6e0aa91286
—-
Pengenalan konsep asynchronous di JavaScript
https://bitsbydenis.medium.com/asynchronous-javascript-from-callbacks-to-promises-and-async-await-be3eee77ad0
—-
Tips pembuatan arsitektur proyek dalam Node JS
https://hardiks.medium.com/best-practices-for-node-js-application-architecture-8ccb1f94452a
—-
#nodejs #commonjs #esm #callback #async
https://javascript.plainenglish.io/the-great-javascript-divide-commonjs-vs-es-modules-6a6e0aa91286
—-
Pengenalan konsep asynchronous di JavaScript
https://bitsbydenis.medium.com/asynchronous-javascript-from-callbacks-to-promises-and-async-await-be3eee77ad0
—-
Tips pembuatan arsitektur proyek dalam Node JS
https://hardiks.medium.com/best-practices-for-node-js-application-architecture-8ccb1f94452a
—-
#nodejs #commonjs #esm #callback #async
Medium
The Great JavaScript Divide: CommonJS vs ES Modules
It’s time we put an end to this divide and embrace modern and united JavaScript.