JavaScript Indonesia Channel
11.1K subscribers
604 photos
7 videos
3 files
17.7K links
Channel yang berisi kumpulan berita atau konten seputar JavaScript, Typescript, HTML, CSS, Library, Framework JS, Node.js , dan juga engine-nya

Untuk pencarian artikel,gunakan fitur pencarian di channel ini,dan bisa juga dicari berdasarkan hashtag #
Download Telegram
Latihan pemula pengenalan Node JS dari channel Fireship , Dan dilanjutkan pembuatan backend server dengan Express JS

Video
https://youtu.be/ENrzD9HAZK4

Codelab
https://fireship.io/courses/javascript/node-basics/

---

Melakukan operasi CRUD ke database dengan MongoDb , Node JS Express JS , dan Mongoose

https://dzone.com/articles/mongoose-using-crud-operations-in-mongodb-in-nodej

----

Cara menjalankan Cron Job
Dan Health Check di Node JS backend

https://levelup.gitconnected.com/how-to-schedule-cron-jobs-and-set-health-checks-in-node-js-93cf88d2c247

----

Latihan menggunakan Multer untuk proses upload data di Express Node JS

https://medium.com/wripolinema/multer-solusi-upload-file-di-node-js-dan-express-71d86a7d90d9

---

Latihan membuat REST API dengan Node JS dan pola MERN Stack
https://levelup.gitconnected.com/building-a-restful-api-with-node-js-831bff629e3b

---

Cara menjalankan Node JS server di dalam Raspberry Pi dengan bantuan Linux dan NGINX

https://dev.to/guimg/how-to-serve-nodejs-applications-with-nginx-on-a-raspberry-jld

---

#nodejs #fireship #guide #beginner #mongodb #mongoose #express #cronjob #multer #upload #raspberry #nginx #server
Latihan berseri membuat backend server REST API sederhana dengan Node JS dan Express JS , dan dihubungkan ke database dengan Mongoose MongoDb Atlas

https://dev.to/thecodepixi/rest-api-with-crud-using-express-and-mongoose-d7h

---

Deploy aplikasi web ke layanan VPS Heroku, dengan contoh kasus aplikasi MEVN Stack

https://www.freecodecamp.org/news/how-to-deploy-a-full-stack-web-app-with-heroku/

---

Latihan membuat backend server Node JS dengan Nest JS dan GraphQL server Apollo Server .

https://blog.logrocket.com/how-to-build-a-graphql-api-with-nestjs/

---

Cara memasang Node JS runtime ke komputer developer untuk pengembangan , dengan memakai Node Version Manager NVM

https://www.freecodecamp.org/news/how-to-install-node-in-your-machines-macos-linux-windows/

---

Beberapa tips untuk optimasi dan improvisasi performa Node JS server

https://blog.logrocket.com/7-ways-to-improve-node-js-performance-at-scale/

#nodejs #express #mongodb #atlas #perfomance #optimize #crud #mongoose #heroku #mevn #nest #graphql #apollo #typescript #nvm
Membuat aplikasi Point of Sale berseri bagian sembilan, yaitu membuat fungsi CRUD ke Mongo Db

https://blog.soshace.com/create-simple-pos-with-react-js-node-js-and-mongodb-9-crud-branch/

---

Cara kerja fungsi require() di Node JS backend

https://www.thirdrocktechkno.com/blog/how-nodejs-require-works

---

Lima modul latihan pengenalan Node JS lengkap yang telah dikurasi baik

https://dev.to/softchris/learn-node-js-with-these-5-modules-on-learn-4m37

---

Mengirim email dengan Nodemailer dan Node JS dan memanfaatkan layanan SMTP dengan Firebase Cloud Function

https://dev.to/lornasw93/using-node-js-firebase-cloud-functions-and-nodemailer-smtp-to-send-an-email-51j8

---

Latihan panjang membuat aplikasi Todo List dengan MERN Stack

https://dev.to/ibrahima92/how-to-build-a-todo-app-with-react-typescript-nodejs-and-mongodb-2o33

---

Langkah demi langkah menggunakan Mongoose untuk menyambungkan ke MongoDb Service

https://dev.to/aritik/connecting-to-mongodb-using-mongoose-3akh

---

Cara menambahkan 2 Factor Authentication di Node JS atau TFA

https://dev.to/vonagedev/how-to-add-two-factor-authentication-with-node-js-and-express-4g6g

#nodejs #mern #react #pos #mongodb #mongoose #tfa #nodemailer
Memahami dan menggunakan Node JS Worker Thread untuk proses data yang rumit dan kompleks

https://blog.insiderattack.net/deep-dive-into-worker-threads-in-node-js-e75e10546b11

——

Latihan menggunakan Node JS Clustering untuk proses data yang banyak secara paralel dari channel Youtube Joel Codes
https://www.youtube.com/watch?v=hXb95jm-kk0

——

Mengamankan endpoint REST API Express JS dengan Helmet JS

https://dev.to/gabrielrufino/how-to-make-your-express-api-more-secure-with-helmet-3gki

—-

Latihan sederhana membuat Authentication di Express JS dengan Passport JS

https://dev.to/muhammadawaisshaikh/passport-authentication-using-nodejs-express-and-mongodb-4b6a

——

Sanitasi data untuk mencegah SQL Injection di Express dan Node JS

https://dev.to/katerakeren/data-sanitization-against-nosql-query-injection-in-mongodb-and-node-js-application-1eab

——

Latihan menggunakan Nest JS dan TypeScript dan koneksi Mongoose TypeORM ke MongoDB

https://dev.to/tkssharma/nest-js-with-mongoos-and-mysql-with-typeorm-2ehe

—-

Membuat GraphQL API dengan Nest JS dan koneksi ke MongoDB
https://dev.to/tkssharma/using-nestjs-to-build-graphql-apis-with-mongo-db-583m

#nodejs #workerthread #clustering #performance #restAPI #helmetjs #sanitization #nest #mongodb #graphql #typeorm #mongoose
Pengenalan fitur Async Hooks API di Node JS versi 12 ke atas , dan contoh implementasi Async Hooks nya.

https://blog.appsignal.com/2020/09/30/exploring-nodejs-async-hooks.html

---

Cara publikasi modul atau library di layanan NPMJS

https://stackabuse.com/publishing-a-nodejs-module-to-npm/

---

Cara manipulasi gambar di Node JS dengan ImageMagick dan GraphicsMagick

https://stackabuse.com/working-with-images-in-node-js-graphicsmagick-and-imagemagick/

---

Membuat file PDF di Node JS dengan PDFKit

https://stackabuse.com/generating-pdf-files-in-node-js-with-pdfkit/

---

Cara melakukan HTTP Request di Node JS ke endpoint server lain dengan Node Fetch

https://stackabuse.com/making-http-requests-in-node-js-with-node-fetch/

---

Menampilkan daftar file di dalam suatu direktori folder dengan Node JS dengan FS Module

https://stackabuse.com/node-list-files-in-a-directory/

---

Latihan penggunaan Mongoose dan MongoDb serta pembuatan model data untuk Collection

https://stackabuse.com/mongoose-with-nodejs-object-data-modeling/

#nodejs #asyncHooks #npm #image #imagemagick #graphicsmagic #pdf #pdfkit #mongoose #mongodb #file #directory
Latihan panjang sekali membuat backend REST API aplikasi web berbasis Node JS dengan Nest JS, Mongoose, MongoDb dan Docker

https://francescociulla.com/crud-api-using-nestjs-mongoose-mongodb-and-docker

---

Latihan membuat backend REST API dengan Express JS, Sequilize, PostgreSQL, dan Docker Container

https://francescociulla.com/crud-api-using-node-sequelize-postgres-and-docker

---

Pengenalan design pattern SOLID dan Clean Code yang diterapkan di dalam JavaScript

https://francescociulla.com/solid-principles-around-you-in-javascript

—-

Latihan membuat sistem Pagination di Node JS dengan Express JS dan database MongoDb

https://medium.com/better-programming/build-a-paginated-api-using-node-js-express-and-mongodb-227ed5dc2b4b

—-

Latihan berseri membuat backend Node JS dengan Express dan TypeScript, kemudian dihubungkan ke database dengan bantuan TypeORM

https://dev.to/fullstackprogrammer/advanced-rest-api-tutorial-express-js-node-js-typeorm-typescript-3c5m

#nodejs #nestjs #mongodb #postgresql #mongoose #sequilize #docker