Latihan membaca data JSON lokal di aplikasi web Angular
https://www.angularjswiki.com/angular/how-to-read-local-json-files-in-angular/
#angular #json #local
https://www.angularjswiki.com/angular/how-to-read-local-json-files-in-angular/
#angular #json #local
Angular Wiki
How To Read Local JSON Files In Angular | Angular Wiki
Different methods for reading JSON files in Angular applications. 1. By using resolveJsonModule 2. By using HttpClient 3. By using ES6 import statements
Menjalankan SSL HTTPS di server localhost untum proses pengembangan aplikasi web
https://www.freecodecamp.org/news/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec/
#https #local #ssl
https://www.freecodecamp.org/news/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec/
#https #local #ssl
freeCodeCamp.org
How to get HTTPS working on your local development environment in 5 minutes
By Daksh Shah Almost any website you visit today is protected by HTTPS. If yours isn’t yet, it should be. Securing your server with HTTPS also means that you can’t send requests to this server from one that isn’t protected by HTTPS. This poses a pro...
Penggunaan Docker untuk memasang database di komputer lokal, dengan contoh kasus MongoDb database.
https://itnext.io/stop-installing-db-locally-use-docker-for-local-development-for-mongodb-or-postgresql-ff560893f38e
—-
Latihan dan tips penting untuk menggunakan database di lingkungan pengembangan komputer lokal, dengan membungkus database ke dalam Docker, sehingga tidak mengotori sistem operasi host .
https://itnext.io/why-and-how-to-run-your-development-database-with-docker-2e0eab13b733
#docker #local #mongodb #postgresql
https://itnext.io/stop-installing-db-locally-use-docker-for-local-development-for-mongodb-or-postgresql-ff560893f38e
—-
Latihan dan tips penting untuk menggunakan database di lingkungan pengembangan komputer lokal, dengan membungkus database ke dalam Docker, sehingga tidak mengotori sistem operasi host .
https://itnext.io/why-and-how-to-run-your-development-database-with-docker-2e0eab13b733
#docker #local #mongodb #postgresql
Medium
Stop installing DB locally use Docker for local development for MongoDB or PostgreSQL
If you are reading this, then you probably had issues previously or even now with database installations on your laptop on local…
Memasang HTTPS ada server development local
https://auth0.com/blog/using-https-in-your-development-environment/
---
#https #ssl #local #nodejs
https://auth0.com/blog/using-https-in-your-development-environment/
---
#https #ssl #local #nodejs
Auth0 - Blog
Why and How to Use HTTPS in Your Local Development Environment
Learn why you should use HTTPS even for development and how to set up your localhost with that secure protocol.