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.
Freecodecamp merilis buku panduan lengkap tentang operasi Array di JavaScript beserta contoh kasusnya.
https://www.freecodecamp.org/news/the-javascript-array-handbook/
---
Mengenal looping Array JavaScript dengan operator forEach
https://www.ma-no.org/en/programming/javascript/the-javascript-foreach-loop
---
Mengenal sejarah perubahan JavaScript module dari ES5 sampai ES2015
https://javascript.plainenglish.io/evolution-of-modules-in-javascript-with-dependency-injection-5c51a3f6442e
---
#array #handbook #foreach #module
https://www.freecodecamp.org/news/the-javascript-array-handbook/
---
Mengenal looping Array JavaScript dengan operator forEach
https://www.ma-no.org/en/programming/javascript/the-javascript-foreach-loop
---
Mengenal sejarah perubahan JavaScript module dari ES5 sampai ES2015
https://javascript.plainenglish.io/evolution-of-modules-in-javascript-with-dependency-injection-5c51a3f6442e
---
#array #handbook #foreach #module
freeCodeCamp.org
The JavaScript Array Handbook – JS Array Methods Explained with Examples
In programming, an array is a collection of elements or items. Arrays store data as elements and retrieve them back when you need them. The array data structure is widely used in all programming languages that support it. In this handbook, I'll teac...
Latihan dari Dcode membuat Hamburger Menu dan dibuka dengan efek sliding ke samping, dengan HTML CSS dan JavaScript
https://youtu.be/b6uLtL8M5nc
---
Pengenalan tentang CSS Module yang dapat dipakai langsung secara native JavaScript
https://css-tricks.com/css-modules-the-native-ones/
---
Latihan lain tentang membuat component Hamburger menu
https://dev.to/anjalijha22/creating-a-hamburger-menu-36lc
#css #dcode #hamburger #menu #module
https://youtu.be/b6uLtL8M5nc
---
Pengenalan tentang CSS Module yang dapat dipakai langsung secara native JavaScript
https://css-tricks.com/css-modules-the-native-ones/
---
Latihan lain tentang membuat component Hamburger menu
https://dev.to/anjalijha22/creating-a-hamburger-menu-36lc
#css #dcode #hamburger #menu #module
YouTube
How to Create a Push Navigation Menu - HTML, CSS Web Design Tutorial
In today's video I'll be showing you how to create a push-style navigation menu. This technique means your navigation menu will appear off the screen (to the left), and then we use CSS3 transform to push the content to the right when the user opens the navigation…
Mengenal Dynamic Module Import pada JavaScript ES module
https://javascript.plainenglish.io/javascript-dynamic-module-imports-2f7cc822bddb
—-
Pengenalan operator || dan ?? pada JavaScript ES2020
https://medium.com/nerd-for-tech/the-difference-between-and-operators-in-javascript-nodejs-3696b0ce02ff
—-
Perbedaan apa itu URI dengan URL dari aplikasi web
https://medium.com/weekly-webtips/what-is-the-difference-between-a-url-and-a-uri-8d4f473b04b
—-
Latihan sederhana membuat game Pong dengan JavaScript
https://medium.com/nerd-for-tech/building-pong-with-javascript-c0dd0ab79c9c
—-
Latihan sederhana membuat sistem antrian atau queue task di JavaScript
https://medium.com/nerd-for-tech/how-to-build-a-queue-in-javascript-c2652500e82d
—-
Perbedaan antara Object.create dengan Object.assign dalam pembuatan Object JavaScript
https://javascript.plainenglish.io/difference-between-object-assign-and-object-create-in-javascript-6f3ee100f99d
#esm #module #nullish #object #game #pong #queue
https://javascript.plainenglish.io/javascript-dynamic-module-imports-2f7cc822bddb
—-
Pengenalan operator || dan ?? pada JavaScript ES2020
https://medium.com/nerd-for-tech/the-difference-between-and-operators-in-javascript-nodejs-3696b0ce02ff
—-
Perbedaan apa itu URI dengan URL dari aplikasi web
https://medium.com/weekly-webtips/what-is-the-difference-between-a-url-and-a-uri-8d4f473b04b
—-
Latihan sederhana membuat game Pong dengan JavaScript
https://medium.com/nerd-for-tech/building-pong-with-javascript-c0dd0ab79c9c
—-
Latihan sederhana membuat sistem antrian atau queue task di JavaScript
https://medium.com/nerd-for-tech/how-to-build-a-queue-in-javascript-c2652500e82d
—-
Perbedaan antara Object.create dengan Object.assign dalam pembuatan Object JavaScript
https://javascript.plainenglish.io/difference-between-object-assign-and-object-create-in-javascript-6f3ee100f99d
#esm #module #nullish #object #game #pong #queue
Medium
JavaScript Dynamic Module Imports
Dynamic imports are incredible at speeding up your page load and only forcing the user to download the exact JavaScript they need.
Nest Serve Static, modul Nest JS untuk deploy atau serve aplikasi web yang berbasis Single Page Application / SPA. Misalnya yang dibuat dengan Vue CLI. CRA, atau Angular CLI.
https://github.com/nestjs/serve-static
#nest #module
https://github.com/nestjs/serve-static
#nest #module
GitHub
GitHub - nestjs/serve-static: Serve static websites (SPA's) using Nest framework (node.js) 🥦
Serve static websites (SPA's) using Nest framework (node.js) 🥦 - nestjs/serve-static
Latihan menggunakan CSS Module dan cara import CSS Module dengan JavaScript
https://web.dev/css-module-scripts/
#css #import #module
https://web.dev/css-module-scripts/
#css #import #module
web.dev
Using CSS Module Scripts to import stylesheets | Articles | web.dev
Learn how to use CSS module scripts to import CSS stylesheets using the same syntax as JavaScript modules.
Membuat modul di Angular dengan kondisi tertentu
https://netbasal.com/conditionally-load-a-module-using-angular-router-aff022923850
—-
Referensi struktur project yang berbasis Angular
https://medium.com/god-tech-blog/building-an-angular-application-structure-ef4cee9da934
—-
#angular #module #designpattern
https://netbasal.com/conditionally-load-a-module-using-angular-router-aff022923850
—-
Referensi struktur project yang berbasis Angular
https://medium.com/god-tech-blog/building-an-angular-application-structure-ef4cee9da934
—-
#angular #module #designpattern
Medium
Conditionally Load a Module Using Angular Router
In most cases, a feature flag is used when creating a new version of an existing page rather than adding multiple conditions to our code…
Latihan panjang dan berseri membuat backend REST API dengan Nest JS, yaitu pada bagian Pagination data di MongoDb
https://wanago.io/2021/09/13/api-nestjs-pagination-mongodb-mongoose/
---
Referensi beberapa framework Javascript berbasis Node JS backend.
https://levelup.gitconnected.com/5-top-node-js-web-frameworks-in-2021-e2f472194ba0
---
Contoh kasus penerapan Pub Sub Pattern di Node JS
https://dev.to/franciscomendes10866/how-to-use-zeromq-pub-sub-pattern-in-node-js-2i62
---
Referensi beberapa plugin ESLint untuk membantu pengembangan Node JS
https://javascript.plainenglish.io/8-must-have-eslint-plugins-for-your-node-js-application-392da0569372
---
Referensi beberapa module Node JS yang biasanya dipakai untuk pengembangan backend
https://javascript.plainenglish.io/6-useful-node-js-modules-developers-should-know-in-2021-3d043389b74f
#nodejs #nest #eslint #pubsub #pagination #module
https://wanago.io/2021/09/13/api-nestjs-pagination-mongodb-mongoose/
---
Referensi beberapa framework Javascript berbasis Node JS backend.
https://levelup.gitconnected.com/5-top-node-js-web-frameworks-in-2021-e2f472194ba0
---
Contoh kasus penerapan Pub Sub Pattern di Node JS
https://dev.to/franciscomendes10866/how-to-use-zeromq-pub-sub-pattern-in-node-js-2i62
---
Referensi beberapa plugin ESLint untuk membantu pengembangan Node JS
https://javascript.plainenglish.io/8-must-have-eslint-plugins-for-your-node-js-application-392da0569372
---
Referensi beberapa module Node JS yang biasanya dipakai untuk pengembangan backend
https://javascript.plainenglish.io/6-useful-node-js-modules-developers-should-know-in-2021-3d043389b74f
#nodejs #nest #eslint #pubsub #pagination #module
Marcin Wanago Blog - JavaScript, both frontend and backend
API with NestJS #47. Implementing pagination with MongoDB and Mongoose
When our application grows, so does the database. In this article, we explore different ways of implementing pagination with MongoDB.
Menerapkan lazy loading pada module untuk dipakai pada beberapa komponen halaman Angular
https://blog.logrocket.com/customize-angular-lazy-loading-modules-multiple-frontends/
#angular #lazyloading #module
https://blog.logrocket.com/customize-angular-lazy-loading-modules-multiple-frontends/
#angular #lazyloading #module
LogRocket Blog
Customize Angular lazy loading modules for multiple frontends - LogRocket Blog
Learn how to maximize your code sharing and cleanly separate your different UI components and services for multiple frontend Angular apps.
Pengenalan tentang Nuxt Modules dan contoh implementasinya
https://dev.to/baroshem/introduction-to-nuxt-modules-21a1
#nuxt #module
https://dev.to/baroshem/introduction-to-nuxt-modules-21a1
#nuxt #module
DEV Community
Introduction to Nuxt modules
Developing my first Nuxt module took much more time than I expected, probably because I had no...
Mendapatkan peningkatan performa Node JS dengan bantuan Worker Thread
https://medium.com/codex/achieve-the-best-performance-10x-faster-node-js-with-worker-threads-97fc2890e40f
—-
Perbedaan penggunaan "module.export" dengan "exports" di Node JS
https://javascript.plainenglish.io/nodejs-module-exports-vs-exports-b7dfff86bfdd
---
Pengenalan tentang middleware di Express JS
https://dev.to/naftalimurgor/middleware-in-express-1kn5
---
Latihan sederhana membuat aplikasi video streaming dengan Node JS
https://javascript.plainenglish.io/create-a-node-js-video-streaming-application-3095cb2aa52c
#nodejs #workerthread #module #express #middleware #streaming
https://medium.com/codex/achieve-the-best-performance-10x-faster-node-js-with-worker-threads-97fc2890e40f
—-
Perbedaan penggunaan "module.export" dengan "exports" di Node JS
https://javascript.plainenglish.io/nodejs-module-exports-vs-exports-b7dfff86bfdd
---
Pengenalan tentang middleware di Express JS
https://dev.to/naftalimurgor/middleware-in-express-1kn5
---
Latihan sederhana membuat aplikasi video streaming dengan Node JS
https://javascript.plainenglish.io/create-a-node-js-video-streaming-application-3095cb2aa52c
#nodejs #workerthread #module #express #middleware #streaming
Medium
Achieve the Best Performance: 10x Faster Node.Js With Worker Threads
Confronting highly intensive CPU operations throughput using different worker threads configurations.
Tips dalam menggunakan enumerations di JavaScript
https://betterprogramming.pub/the-most-efficient-way-to-write-enumerations-in-javascript-a1b9f41ea651
—-
Cara import JSON sebagai module menggunakan JavaScript
https://blog.bitsrc.io/how-to-import-json-file-as-a-module-e4965295a7b3
#enum #json #module
https://betterprogramming.pub/the-most-efficient-way-to-write-enumerations-in-javascript-a1b9f41ea651
—-
Cara import JSON sebagai module menggunakan JavaScript
https://blog.bitsrc.io/how-to-import-json-file-as-a-module-e4965295a7b3
#enum #json #module
Medium
The Most Efficient Way to Write Enumerations in JavaScript
A trick I learned from Vue source code
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....
Latihan menggunakan Module Bundler dan ES Module bersama Freecodecamp
https://www.freecodecamp.org/news/javascript-es-modules-and-module-bundlers/
---
Pengenalan tentang konsep Object Oriented Programming dalam Javascript
https://www.freecodecamp.org/news/object-oriented-javascript-for-beginners/
---
Latihan membuat game mobil mobilan yang dapat menghindari halangan rintang menggunakan JavaScript dan Neural Network
https://www.freecodecamp.org/news/self-driving-car-javascript/
---
#esm #module #bundler #oop #neuralNetwork #car
https://www.freecodecamp.org/news/javascript-es-modules-and-module-bundlers/
---
Pengenalan tentang konsep Object Oriented Programming dalam Javascript
https://www.freecodecamp.org/news/object-oriented-javascript-for-beginners/
---
Latihan membuat game mobil mobilan yang dapat menghindari halangan rintang menggunakan JavaScript dan Neural Network
https://www.freecodecamp.org/news/self-driving-car-javascript/
---
#esm #module #bundler #oop #neuralNetwork #car
freeCodeCamp.org
The JavaScript Modules Handbook – Complete Guide to ES Modules and Module Bundlers
Modules and Module Bundlers are essential components of modern web development. But understanding how they work can quickly become overwhelming. This article will show you all you need to know about ES Modules and Module Bundlers in plain English. Ta...
Pengenalan tentang apa itu modules di dalam Javascript
https://dev.to/sojinsamuel/a-complete-beginners-guide-to-javascript-modules-2022-noobs-are-welcome-4lhm
#esm #module
https://dev.to/sojinsamuel/a-complete-beginners-guide-to-javascript-modules-2022-noobs-are-welcome-4lhm
#esm #module
DEV Community 👩💻👨💻
A Complete Beginners Guide to JavaScript Modules (2023 Noobs are Welcome)
If you're new to JavaScript, terms like "module bundlers vs. module loaders," "Webpack vs....
Kumpulan beberapa module Node JS dengan contoh penggunaannya
https://javascriptcentric.medium.com/30-node-js-modules-with-usecases-36950203722f
#nodejs #module
https://javascriptcentric.medium.com/30-node-js-modules-with-usecases-36950203722f
#nodejs #module
Medium
30 Node.js Modules With Usecases
A curated list of top useful Node.js modules that can help you in your upcoming backend projects.
Kumpulan beberapa metode console logging di JavaScript
https://javascript.plainenglish.io/important-javascript-console-methods-72fbaa1023dd
—-
Membuat modul TypeScript untuk menjalankan Fetch request
https://javascript.plainenglish.io/how-to-write-a-typescript-module-for-fetch-requests-deecc9742a63
#console #fetch #module
https://javascript.plainenglish.io/important-javascript-console-methods-72fbaa1023dd
—-
Membuat modul TypeScript untuk menjalankan Fetch request
https://javascript.plainenglish.io/how-to-write-a-typescript-module-for-fetch-requests-deecc9742a63
#console #fetch #module
Medium
Important JavaScript Console Methods
Different JavaScript console function code
Menghapus Node module yang tidak terpakai dengan NPKill
https://dev.to/this-is-learning/delete-unused-nodemodules-in-a-second-and-enjoy-some-free-space-f3p
#nodejs #module
https://dev.to/this-is-learning/delete-unused-nodemodules-in-a-second-and-enjoy-some-free-space-f3p
#nodejs #module
DEV Community
♻️ Delete unused node_modules in a second and enjoy some free space!
Intro In this article I'll tell you about a cool tool I just found on npm, called npkill,...
Menerapkan multi thread atau multi process dengan bantuan Cluster module di Node JS
https://javascript.plainenglish.io/multitasking-in-node-js-with-the-cluster-module-ee8480208f86
---
Menghapus beberapa file dengan bantuan modul unlink di Node JS
https://dev.to/tienbku/nodejs-delete-file-example-4km4
---
#nodejs #cluster #module #delete
https://javascript.plainenglish.io/multitasking-in-node-js-with-the-cluster-module-ee8480208f86
---
Menghapus beberapa file dengan bantuan modul unlink di Node JS
https://dev.to/tienbku/nodejs-delete-file-example-4km4
---
#nodejs #cluster #module #delete
Medium
Multitasking in Node.js With the Cluster Module
A tutorial on multitasking in Node.js with the Cluster module.
Latihan panjang pengenalan module bundler Vite JS
https://www.freecodecamp.org/news/complete-vite-course-for-beginners/
#vite #bundler #module
https://www.freecodecamp.org/news/complete-vite-course-for-beginners/
#vite #bundler #module
freeCodeCamp.org
Use Vite to Speed Up Web Development
Vite is a powerful build tool and development server designed to speed up modern web development. We just published a full Vite course on the freeCodeCamp.org YouTube channel that will teach you how to use Vite effectively and efficiently to streamli...