Latihan menggunakan library GridFS untuk mengunggah dan menangani data yang telah diunggah, dan menyimpannya ke database MongoDb
https://www.freecodecamp.org/news/gridfs-making-file-uploading-to-mongodb/
----
Latihan dasar pengenalan Express JS
https://levelup.gitconnected.com/hello-express-44db467f47de
----
#express #nodejs #upload #gridfs
https://www.freecodecamp.org/news/gridfs-making-file-uploading-to-mongodb/
----
Latihan dasar pengenalan Express JS
https://levelup.gitconnected.com/hello-express-44db467f47de
----
#express #nodejs #upload #gridfs
freeCodeCamp.org
GridFS Guide: How to Upload Files and Images to MongoDB Easily Using Node
File storage is an important feature required in multiple processes across various types of applications. The existence of processes like Content Delivery Networks (CDNs), set up through third-party cloud options like Amazon Web Services, and local file storage…
Cara memasang Maria Db ke Ubuntu 20.04
https://linuxize.com/post/how-to-install-mariadb-on-ubuntu-20-04/
---
Optimasi query SQL dengan menghindari ( SELECT * ) terus menerus
https://medium.com/better-programming/using-select-in-an-sql-query-is-a-bad-practice-a8f6beeca1da
---
Alternatif lain menyimpan dokumen yang berukuran lebih besar dari 16 Mb di Mongo Db tanpa perlu library GridFS
https://medium.com/better-programming/how-to-store-documents-larger-than-16-mb-in-mongodb-aecc957bbe6c
----
Menjalankan Apache Server di dalam Docker
https://codeburst.io/http-server-on-docker-with-https-7b5468f72874
#gridfs #mongodb #document #sql #mariadb #query #select
#docker #apache
https://linuxize.com/post/how-to-install-mariadb-on-ubuntu-20-04/
---
Optimasi query SQL dengan menghindari ( SELECT * ) terus menerus
https://medium.com/better-programming/using-select-in-an-sql-query-is-a-bad-practice-a8f6beeca1da
---
Alternatif lain menyimpan dokumen yang berukuran lebih besar dari 16 Mb di Mongo Db tanpa perlu library GridFS
https://medium.com/better-programming/how-to-store-documents-larger-than-16-mb-in-mongodb-aecc957bbe6c
----
Menjalankan Apache Server di dalam Docker
https://codeburst.io/http-server-on-docker-with-https-7b5468f72874
#gridfs #mongodb #document #sql #mariadb #query #select
#docker #apache
Linuxize
How to Install MariaDB on Ubuntu 20.04
MariaDB is an open-source relational database management system. This guide explains how to install and secure MariaDB on Ubuntu 20.04.
Membuat streaming media server dengan menggunakan Node JS, Grid FS dan Express JS
https://medium.com/weekly-webtips/how-to-make-a-media-streaming-server-with-express-and-mongodb-29f055d586fa
—-
Mengenal apa itu PM2 dan kenapa sangat diperlukan untuk menjalankan Node JS di server production
https://javascript.whenprogramming.com/why-and-how-you-should-use-pm2-for-a-node-js-application-in-production-5fa19dd3a856
—-
Latihan membuat REST API dengan Node JS, Express JS, dan MySQL langkah demi langkah
https://apige.medium.com/create-node-js-rest-api-with-examples-express-mysql-step-by-step-in-10-mins-96d79e10e1f8
https://javascript.plainenglish.io/build-restful-apis-with-node-js-express-mysql-271770259530
—-
Latihan membuat model dan schemas untuk MongoDb
https://orlyknop.medium.com/how-to-create-models-and-schemas-for-the-api-endpoints-with-node-js-express-and-mongoose-8b767238ae58
—-
Membuat REST API dari Node JS yang aman dengan fitur Authentication, MongoDb, dan JWT
https://medium.com/swlh/how-to-build-simple-and-secure-rest-api-for-user-authentication-using-node-js-jwt-and-mongodb-2bdeb3e5427e
—-
#nodejs #api #rest #auth #gridfs #jwt
https://medium.com/weekly-webtips/how-to-make-a-media-streaming-server-with-express-and-mongodb-29f055d586fa
—-
Mengenal apa itu PM2 dan kenapa sangat diperlukan untuk menjalankan Node JS di server production
https://javascript.whenprogramming.com/why-and-how-you-should-use-pm2-for-a-node-js-application-in-production-5fa19dd3a856
—-
Latihan membuat REST API dengan Node JS, Express JS, dan MySQL langkah demi langkah
https://apige.medium.com/create-node-js-rest-api-with-examples-express-mysql-step-by-step-in-10-mins-96d79e10e1f8
https://javascript.plainenglish.io/build-restful-apis-with-node-js-express-mysql-271770259530
—-
Latihan membuat model dan schemas untuk MongoDb
https://orlyknop.medium.com/how-to-create-models-and-schemas-for-the-api-endpoints-with-node-js-express-and-mongoose-8b767238ae58
—-
Membuat REST API dari Node JS yang aman dengan fitur Authentication, MongoDb, dan JWT
https://medium.com/swlh/how-to-build-simple-and-secure-rest-api-for-user-authentication-using-node-js-jwt-and-mongodb-2bdeb3e5427e
—-
#nodejs #api #rest #auth #gridfs #jwt
Medium
How To Make a Media Streaming Server with Express and MongoDB
Hello and welcome! In this article we are going to focus on creating a media streaming server from scratch using the following libraries: