JavaScript Indonesia Channel
11.1K subscribers
605 photos
7 videos
3 files
17.8K 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 membuat aplikasi Todo List dan Catatan dengan Express Node JS dan MongoDb dengan konektor Mongoose

https://medium.com/better-programming/simple-notes-app-with-node-js-and-mongoosejs-6595cd5d15b

——

Latihan menggunakan ekstensi MongoDb for VS Code, untuk manajemen document, relasi, dan database MongoDb .
https://medium.com/better-programming/mongodb-for-vs-code-a-better-way-to-work-with-mongo-e4de95c921c2


——

Cara menggunakan Mongoose MongoDb di Express Node JS
https://medium.com/better-programming/how-to-use-mongoose-with-node-js-913a8073b29c

——

Latihan membuat fungsi Reset Email di React JS dan Node JS dengan Nodemailer
https://itnext.io/password-reset-emails-in-your-react-app-made-easy-with-nodemailer-bb27968310d7

——

Beberapa referensi framework backend Node JS yang dapat dipakai untuk production.
https://medium.com/javascript-in-plain-english/top-5-friendly-node-js-frameworks-for-developers-eee4a9d3ffa8


#nodejs #express #mongodb #mongoose #nodemailer
Tips Node JS untuk menutup Socket yang digunakan, cara menulis response header ,

https://medium.com/javascript-in-plain-english/node-js-tips-closing-sockets-writing-responses-and-parsing-html-c46ecdf8b66b

——

Membaca file Excel dengan Node JS, membaca gambar dalam bentuk Base64, dan cara ekspor fungsi di Node JS dalam bentuk modul .
https://medium.com/javascript-in-plain-english/node-js-tips-excel-files-flash-messages-and-response-data-b93626dacb94

——

Konfigurasi sederhana untuk Nodemailer dengan Gmail, membuat Axios mengirim Cookies secara otomatis, membuat SHA1 dengan Crypto JS
https://medium.com/javascript-in-plain-english/node-js-tips-send-emails-hashing-promises-and-express-project-structure-83697d78b1aa

—-

Struktur project sederhana untuk Fullstack JavaScript
https://medium.com/javascript-in-plain-english/how-to-full-stack-javascript-e546518f56a4

——

Melakukan logger di JavaScript Node JS dengan Winston , mengulang request HTTPS beberapa kali dengan package async.retry()

https://medium.com/javascript-in-plain-english/node-js-tips-test-apps-retries-and-logging-objects-868e0c140c38

#nodejs #socket #responsedata #excel #base64 #axios #cookies #nodemailer #winston #retry #asyncRetry
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
Latihan panjang dan lengkap tentang metode mengunggah / upload single file dan multiple file dengan Express dan Multer , dilanjutkan dengan demo deploy ke Amazon AWS S3

https://youtu.be/ysS4sL6lLDU

---

Beberapa tips menghindari blocking event loop di Node JS karena proses query database SQL yang cukup lama

https://blog.bitsrc.io/how-to-deal-with-sql-blocking-on-node-ce3b2f03a276

---

Integrasi library validasi data Express Validator ke Express JS

https://dev.to/sprakash57/integrate-express-validator-to-your-express-api-2dg6

---

Mengirim Email dengan Node Mailer disertai dengan attachment file

https://dev.to/eswari/how-to-send-email-with-attachments-in-node-js-using-nodemailer-3g4i

---

Memahami cara kerja JSON Web Token dari proses signing, struktur token, dan verifikasi token JWT

https://dev.to/kimmaida/signing-and-validating-json-web-tokens-jwt-for-everyone-25fb

---

#nodejs #express #multer #upload #email #nodemailer #jwt #validator
Latihan panjang dari Traversy Media membuat aplikasi web realtime dengan Node JS, Socket IO, dan Twitter API untuk memantau kicauan secara realtime

https://youtu.be/PjjjhGW4ceM

---

Panduan menggunakan Middleware di Express JS, dan beberapa Middleware penting yang sering digunakan di Express JS

https://blog.logrocket.com/express-middleware-a-complete-guide/

---

Menggunakan Puppeteer Headless Recorder untuk membuat unit testing tampilan aplikasi web

https://blog.logrocket.com/headless-recorder-browser-automation/

---

Latihan penting membuat dokumen PDF dari halaman Web HTML, dengan bantuan Puppeteer dan Playwright

https://dev.to/checkly/generating-pdfs-invoices-manuals-and-more-from-web-pages-using-puppeteer-playwright-3l07

---

Latihan membuat fungsi pengirim email dengan Node JS, Nodemailer, SMPTP Gmail, dan Oauth2

https://dev.to/chandrapantachhetri/sending-emails-securely-using-node-js-nodemailer-smtp-gmail-and-oauth2-g3a

---

Latihan berseri membuat aplikasi pemesanan makanan bagian pertama

https://dev.to/the22mastermind/online-food-ordering-app-1-594j

---

#nodejs #socketio #realtime #express #twitter #middleware #puppeteer #playwright #pdf #nodemailer #oauth2
Latihan sederhana menggunakan backend Express JS dengan PostgreSQL dan operasi CRUD sederhana

https://levelup.gitconnected.com/postgresql-with-node-js-198041f39ad1

—-

Latihan sederhana mengirim email dari Express JS dengan Nodemailer

https://javascript.plainenglish.io/how-to-send-emails-with-node-js-1bb282f334fe

—-

Latihan membuat fungsi upload gambar ke backend Express JS , dengan bantuan Multer, dan disimpan ke database PostgreSQL

https://medium.com/swlh/how-to-implement-image-upload-using-express-and-multer-postgresql-c6de64679f2

—-

Latihan membuat sistem authentication sederhana di Express JS

https://medium.com/swlh/basic-login-system-with-node-js-99acf02275b9

—-

#nodejs #postgresql #express #auth #multer #upload #email #nodemailer