Cara melakukan penyetelan environment variables untuk menentukan mode pembuatan aplikasi web
https://medium.com/the-node-js-collection/making-your-node-js-work-everywhere-with-environment-variables-2da8cdf6e786
#env #environment #variables #debug #production
https://medium.com/the-node-js-collection/making-your-node-js-work-everywhere-with-environment-variables-2da8cdf6e786
#env #environment #variables #debug #production
Medium
Node.js Everywhere with Environment Variables!
You build your Node.js apps to work first and foremost on your computer. You know it’s important that apps also work everywhere they need…
Optimasi GraphQL dan REST API di sisi web produksi
https://www.youtube.com/watch?v=psPnEUAL08w
#graphql #production #restapi #nodejs
https://www.youtube.com/watch?v=psPnEUAL08w
#graphql #production #restapi #nodejs
YouTube
GORUCO 2017: Optimizing for API Consumers with GraphQL by Brooks Swinnerton
Optimizing for API Consumers with GraphQL by Brooks Swinnerton GraphQL is an exciting new query language that's transforming the way we think about APIs. Use...
Menggunakan PM2 di lingkungan produksi Node JS
https://medium.com/hackernoon/running-pm2-node-js-in-production-environments-13e703fc108a
#pm2 #nodejs #production
https://medium.com/hackernoon/running-pm2-node-js-in-production-environments-13e703fc108a
#pm2 #nodejs #production
Medium
Running PM2 & Node.js in Production Environments
At Stream, we build a lot of showcase and example applications to show off the awesome features that our service has to offer. For nearly…
Optimasi database MongoDb di production untuk mencegah bottleneck access
https://medium.com/@kyle_martin/mongodb-in-production-how-connection-pool-size-can-bottleneck-application-scale-439c6e5a8424
#mongodb #production #bottlenect
https://medium.com/@kyle_martin/mongodb-in-production-how-connection-pool-size-can-bottleneck-application-scale-439c6e5a8424
#mongodb #production #bottlenect
Medium
MongoDB in production: How connection pool size can bottleneck application scale
Understanding how MongoDB connection pools and pool sizing works is a fundamental part of running an effective MongoDB client application.
Tips dan trik untuk menambah keamanan dari aplikasi backend Node JS ketika deploy ke server production
https://levelup.gitconnected.com/more-security-best-practices-for-using-express-apps-in-production-198b628d3134
#security #nodejs #production
https://levelup.gitconnected.com/more-security-best-practices-for-using-express-apps-in-production-198b628d3134
#security #nodejs #production
Medium
Security Best Practices for Using Express Apps in Production — Code and Dependencies
We look at dependencies and bad inputs.
Tips menjalankan Node JS server di bagian production mode
https://www.freecodecamp.org/news/you-should-never-ever-run-directly-against-node-js-in-production-maybe-7fdfaed51ec6/
---
Membuat Framework Node JS sendiri
https://dev.to/itnext/how-you-can-build-your-own-web-framework-for-node-js-19e3
---
Menjalankan server Node JS pada lingkungan server dengan prosesor multi core
https://coderrocketfuel.com/article/run-a-node-js-http-express-js-server-on-multiple-cpu-cores
---
#nodejs #pm2 #cluster #production
https://www.freecodecamp.org/news/you-should-never-ever-run-directly-against-node-js-in-production-maybe-7fdfaed51ec6/
---
Membuat Framework Node JS sendiri
https://dev.to/itnext/how-you-can-build-your-own-web-framework-for-node-js-19e3
---
Menjalankan server Node JS pada lingkungan server dengan prosesor multi core
https://coderrocketfuel.com/article/run-a-node-js-http-express-js-server-on-multiple-cpu-cores
---
#nodejs #pm2 #cluster #production
freeCodeCamp.org
You should never ever run directly against Node.js in production. Maybe.
Sometimes I wonder if I know much of anything at all. Just a few weeks ago I was talking to a friend who mentioned off-hand, “you would never run an application directly against Node in production”. I nodded vigorously to signal that I also would never ever…
Melakukan deploy Node JS di server production dan konfigurasinya, bagian ketiga.
https://medium.com/javascript-in-plain-english/using-node-js-in-production-part-iii-5a7a3f2fe942
—-
Panduan membuat struktur project Node JS dan REST API
https://medium.com/swlh/structuring-a-nodejs-api-in-an-efficient-way-72f7cbd27c57
—-
Latihan sederhana membuat aplikasi Realtime dengan Node JS dan Socket IO
https://medium.com/javascript-in-plain-english/building-web-applications-with-node-js-15027e69159e
—-
Beberapa tips dalam menggunakan Node JS, seperti mendengarkan HTTP dan HTTPS port dalam satu aplikasi Express JS, sistem antrian Next Tick, Cipher untuk enkripsi data, operasi database ke MongoDb , dst
https://medium.com/javascript-in-plain-english/node-js-tips-upsert-data-ciphers-and-parsing-directories-dabdadc9cdfc
—-
#nodejs #production #express #deploy #http #https #server #mongodb
https://medium.com/javascript-in-plain-english/using-node-js-in-production-part-iii-5a7a3f2fe942
—-
Panduan membuat struktur project Node JS dan REST API
https://medium.com/swlh/structuring-a-nodejs-api-in-an-efficient-way-72f7cbd27c57
—-
Latihan sederhana membuat aplikasi Realtime dengan Node JS dan Socket IO
https://medium.com/javascript-in-plain-english/building-web-applications-with-node-js-15027e69159e
—-
Beberapa tips dalam menggunakan Node JS, seperti mendengarkan HTTP dan HTTPS port dalam satu aplikasi Express JS, sistem antrian Next Tick, Cipher untuk enkripsi data, operasi database ke MongoDb , dst
https://medium.com/javascript-in-plain-english/node-js-tips-upsert-data-ciphers-and-parsing-directories-dabdadc9cdfc
—-
#nodejs #production #express #deploy #http #https #server #mongodb
Medium
Using Node.js in Production (Part III)
How to deploy Node.js applications into production environments and have a robust pipeline to go from development to deployment
Tips sangat penting dari AppSignal tentang keamanan sistem backend berbasis Node JS
https://blog.appsignal.com/2020/08/12/security-best-practices-for-nodejs.html
---
Tips pengamanan aplikasi Node JS seperti securing JWTs for authentication, httpOnly cookies, CSRF tokens, secrets , dan seterusnya
https://dev.to/petrussola/today-s-rabbit-hole-jwts-in-httponly-cookies-csrf-tokens-secrets-more-1jbp
—-
Referensi beberapa framework Javascript bagian backend yang biasa dipakai banyak orang
https://insights.dice.com/2020/08/21/5-backend-javascript-frameworks-experts-love/
---
Beberapa teknik optimasi Javascript Node JS di bagian produksi
https://medium.com/swlh/node-js-app-in-the-real-world-what-they-never-really-tell-you-part-4-of-a-5-part-series-10fb131fd08d
#nodejs #security #production
---
https://blog.appsignal.com/2020/08/12/security-best-practices-for-nodejs.html
---
Tips pengamanan aplikasi Node JS seperti securing JWTs for authentication, httpOnly cookies, CSRF tokens, secrets , dan seterusnya
https://dev.to/petrussola/today-s-rabbit-hole-jwts-in-httponly-cookies-csrf-tokens-secrets-more-1jbp
—-
Referensi beberapa framework Javascript bagian backend yang biasa dipakai banyak orang
https://insights.dice.com/2020/08/21/5-backend-javascript-frameworks-experts-love/
---
Beberapa teknik optimasi Javascript Node JS di bagian produksi
https://medium.com/swlh/node-js-app-in-the-real-world-what-they-never-really-tell-you-part-4-of-a-5-part-series-10fb131fd08d
#nodejs #security #production
---
AppSignal Blog
Security Best Practices for Node.js | AppSignal Blog
Let's go through the most critical security risks for Node.js web applications.
Tips menjalankan aplikasi Node JS di server produksi dengan PM2
https://medium.com/free-code-camp/you-should-never-ever-run-directly-against-node-js-in-production-maybe-7fdfaed51ec6
—-
Membuat microservice sederhana dengan Node JS dan Nest JS
https://medium.com/swlh/write-your-first-microservice-in-nest-js-841e10a86117
—-
Pengenalan Streams dan Buffer di Node JS
https://medium.com/developers-arena/streams-and-buffers-in-nodejs-30ff53edd50f
—-
Latihan sederhana memasang MongoDb dan Redis di Express JS Node JS
https://medium.com/swlh/graceful-mongoose-redis-express-in-node-js-eeee78398b17
—-
Contoh error handling di Express JS
https://medium.com/warsawjs/an-elegant-solution-for-handling-errors-in-express-27332f768c6
#express #nodejs #pm2 #production #mongodb #redis
https://medium.com/free-code-camp/you-should-never-ever-run-directly-against-node-js-in-production-maybe-7fdfaed51ec6
—-
Membuat microservice sederhana dengan Node JS dan Nest JS
https://medium.com/swlh/write-your-first-microservice-in-nest-js-841e10a86117
—-
Pengenalan Streams dan Buffer di Node JS
https://medium.com/developers-arena/streams-and-buffers-in-nodejs-30ff53edd50f
—-
Latihan sederhana memasang MongoDb dan Redis di Express JS Node JS
https://medium.com/swlh/graceful-mongoose-redis-express-in-node-js-eeee78398b17
—-
Contoh error handling di Express JS
https://medium.com/warsawjs/an-elegant-solution-for-handling-errors-in-express-27332f768c6
#express #nodejs #pm2 #production #mongodb #redis
Medium
You should never ever run directly against Node.js in production. Maybe.
Sometimes I wonder if I know much of anything at all.
Cara melakukan proses build dan optimasi pada framework Tailwind CSS
https://blog.logrocket.com/using-tailwind-css-in-production/
---
Latihan dari Online Tutorials membuat animasi globe atau atlas pada planet dengan CSS Animation dan HTML
https://youtu.be/ib8AYFCZtdk
---
Latihan dari channel tentang DesignCourse Membuat Wireframe prototype dengan Framer App
https://youtu.be/fxpALQzjp1E
#css #tailwind #production #cssAnimation
https://blog.logrocket.com/using-tailwind-css-in-production/
---
Latihan dari Online Tutorials membuat animasi globe atau atlas pada planet dengan CSS Animation dan HTML
https://youtu.be/ib8AYFCZtdk
---
Latihan dari channel tentang DesignCourse Membuat Wireframe prototype dengan Framer App
https://youtu.be/fxpALQzjp1E
#css #tailwind #production #cssAnimation
LogRocket Blog
Using Tailwind CSS in production - LogRocket Blog
In this article, we'll look at how to use Tailwind CSS in Vue and React, we'll also learn how to conditional tree-shake our CSS styles.