Konfigurasi Service worker Progressive Web Apps di Angular untuk performa yang baik
https://medium.com/slido-dev-blog/performance-benefits-of-using-service-worker-in-angular-app-b89125689f94
#angular #service #worker #pwa
https://medium.com/slido-dev-blog/performance-benefits-of-using-service-worker-in-angular-app-b89125689f94
#angular #service #worker #pwa
Medium
Performance benefits of using Service Worker in Angular app
Have you ever tried to cache responses from APIs? Try Service Workers.
Latihan panjang mengenal Worker Thread API di Node JS , sehingga Node JS kini bisa melakukan proses secara multi threading dalam menjalankan komputasi yang berat sekaligus.
https://blog.insiderattack.net/deep-dive-into-worker-threads-in-node-js-e75e10546b11
#worker #thread #nodejs #heavycomputation
https://blog.insiderattack.net/deep-dive-into-worker-threads-in-node-js-e75e10546b11
#worker #thread #nodejs #heavycomputation
Medium
Deep Dive into Worker Threads in Node.js
Advanced NodeJS Internals — Part 2
Thread JS , library untuk mempermudah implementasi Worker Thread di backend Node JS dan Web Worker di sisi front end browser . Dengan demikian membuat lebih mudah menjalankan eksekusi proses yang berat dengan multi threading di Javascript dan Node JS .
https://dev.to/andywer/seamless-web-workers-worker-threads-threads-js-2g36
#worker #webworkern #thread #multithread
https://dev.to/andywer/seamless-web-workers-worker-threads-threads-js-2g36
#worker #webworkern #thread #multithread
DEV Community
Seamless web workers & worker threads - threads.js
A quick leap into running cross-platform Javascript / TypeScript code in workers. Using a transparent...
Latihan panjang membuat web scrapping dengan Node JS, dan ditambahkan fitur Worker Thread agar proses lebih cepat dan asinkronus ketika scrapping web yang berat.
https://dev.to/bnevilleoneill/how-to-build-a-web-crawler-with-node-3hn2
#nodejs #scrapping #web #cheerio #worker #thread
https://dev.to/bnevilleoneill/how-to-build-a-web-crawler-with-node-3hn2
#nodejs #scrapping #web #cheerio #worker #thread
DEV Community
How to build a web crawler with Node
Written by Jordan Irabor✏️ Introduction A web crawler, often shortened to crawler or...
Panduan untuk menjalankan proses Multi Threading dan Multiple Process di Node JS backend, sehingga bisa menjalankan eksekusi perintah yang berat dan banyak.
https://flatlogic.com/blog/multi-threading-and-multiple-process-in-node-js/
#nodejs #worker #thread
https://flatlogic.com/blog/multi-threading-and-multiple-process-in-node-js/
#nodejs #worker #thread
Flatlogic
What is Node.js? Multi-Threading and Multiple Process in Node.js
Due to the non-blocking nature of Node.js, different threads execute different callbacks that are first delegated to the event loop. NodeJS runtime is responsible for handling all of this.
Latihan membuat backend web server dari konfigurasi awal atau from scratch dengan menggunakan TypeScript, Node JS, dan implementasi Worker Thread untuk proses kalkulasi berat
https://itnext.io/a-web-server-from-scratch-in-typescript-854642a85402
#nodejs #typescript #worker #thread
https://itnext.io/a-web-server-from-scratch-in-typescript-854642a85402
#nodejs #typescript #worker #thread
Medium
A Web Server From Scratch in TypeScript and Node
Understanding the internet by making your own
Latihan dasar menggunakan Web Worker Thread untuk mengolah data yang berat di sisi browser
https://dev.to/joshuagilless/getting-started-with-web-workers-3cjb
#web #worker #browser
https://dev.to/joshuagilless/getting-started-with-web-workers-3cjb
#web #worker #browser
The DEV Community
Getting Started With Web Workers
We take a look at the Worker API, build a toy example, and then explore some potential use cases.
Membuat fungsi multi threading di JavaScript dengan bantuan Web Worker atau Worker Thread, sehingga JavaScript tidak berjalan single thread dengan event loop nya saja, dan mampu menjalankan proses komputasi yang berat.
https://itnext.io/how-js-becomes-multi-threaded-d54000d2daa0
#worker #thread #webworker
https://itnext.io/how-js-becomes-multi-threaded-d54000d2daa0
#worker #thread #webworker
Medium
How JS become multi-threaded?
How we can perform costly operations on our server or user’s browser? Multithreading in JavaScript comes to rescue!
Latihan menggunakan Web Worker untuk menjalankan proses yang berat di TensorFlow JS
https://erdem.pl/2020/02/making-tensorflow-js-work-faster-with-web-workers
-
#tensorflow #webworker #worker #thread
https://erdem.pl/2020/02/making-tensorflow-js-work-faster-with-web-workers
-
#tensorflow #webworker #worker #thread
Cara menggunakan Cloudflare Worker untuk deploy aplikasi web static site seperti Gatsby atau Gridsome
https://levelup.gitconnected.com/use-cloudflare-javascript-workers-to-deploy-you-static-generated-site-ssg-1c518e078646
#cloudfare #worker #deploy #ssg
https://levelup.gitconnected.com/use-cloudflare-javascript-workers-to-deploy-you-static-generated-site-ssg-1c518e078646
#cloudfare #worker #deploy #ssg
Medium
Use Cloudflare JavaScript Workers to Deploy Your Static Generated Site (SSG)
Static Site Generators are becoming the de-facto way to build and deploy web applications that don’t require Server Side Rendering. This…
Latihan dasar pengenalan Web Worker untuk pemula, untuk proses data yang berat di thread terpisah.
https://medium.com/javascript-in-plain-english/web-workers-for-beginners-57d7a389cded
#web #worker #workerThread
https://medium.com/javascript-in-plain-english/web-workers-for-beginners-57d7a389cded
#web #worker #workerThread
Medium
Web Workers For Beginners
JavaScipt is essentially a single-threaded language meaning that it executes code in order and must finish executing a piece code before…
Optimasi performa memuat gambar atau aset media dengan Web Worker
https://blog.logrocket.com/optimized-media-loading-web-workers/
---
Latihan menggunakan Web Worker untuk performa aplikasi web modern yang lebih baik
https://blog.logrocket.com/how-to-improve-interface-responsiveness-with-web-workers/
#worker #webworker #workerthread
https://blog.logrocket.com/optimized-media-loading-web-workers/
---
Latihan menggunakan Web Worker untuk performa aplikasi web modern yang lebih baik
https://blog.logrocket.com/how-to-improve-interface-responsiveness-with-web-workers/
#worker #webworker #workerthread
LogRocket Blog
Optimized media loading using the Web Workers API - LogRocket Blog
The Web Workers API helps to solve the decades-old issue of efficiently loading media into JavaScript-based web applications.
Beberapa artikel baru di Medium JavaScript Indonesia.
—-
Artikel yang ini saya tulis untuk pengenalan Worker Thread Pool, dan untuk bagi yang belum tau bahwa kini Node JS runtime sudah mendukung proses komputasi dan manipulasi data yang berat dan rumit.
-
Mengenal Proses Asinkronus dan Implementasi Worker Thread di Express JS
https://medium.com/javascript-indonesia-community/mengenal-proses-asinkronus-dan-implementasi-worker-thread-di-express-js-22b65fa351a4
—-
Setup Mongodb, Mongoose, Node.JS, Express dan JWT bagian 2–Mengenal ORM Model
https://medium.com/javascript-indonesia-community/setup-mongodb-mongoose-node-js-express-dan-jwt-bagian-2-mengenal-orm-model-100060ef4b41
—-
Membuat Restfull Api Menggunakan Express JS, ORM Sequelize dan MySQL Part 3: Login dan Register
https://medium.com/javascript-indonesia-community/membuat-restfull-api-menggunakan-express-js-orm-sequelize-dan-mysql-part-3-login-dan-register-7f3e42e4a42f
#nodejs #workerthread #async #await #worker #nodejs #express #sequilize #orm
—-
Artikel yang ini saya tulis untuk pengenalan Worker Thread Pool, dan untuk bagi yang belum tau bahwa kini Node JS runtime sudah mendukung proses komputasi dan manipulasi data yang berat dan rumit.
-
Mengenal Proses Asinkronus dan Implementasi Worker Thread di Express JS
https://medium.com/javascript-indonesia-community/mengenal-proses-asinkronus-dan-implementasi-worker-thread-di-express-js-22b65fa351a4
—-
Setup Mongodb, Mongoose, Node.JS, Express dan JWT bagian 2–Mengenal ORM Model
https://medium.com/javascript-indonesia-community/setup-mongodb-mongoose-node-js-express-dan-jwt-bagian-2-mengenal-orm-model-100060ef4b41
—-
Membuat Restfull Api Menggunakan Express JS, ORM Sequelize dan MySQL Part 3: Login dan Register
https://medium.com/javascript-indonesia-community/membuat-restfull-api-menggunakan-express-js-orm-sequelize-dan-mysql-part-3-login-dan-register-7f3e42e4a42f
#nodejs #workerthread #async #await #worker #nodejs #express #sequilize #orm
Medium
Mengenal Proses Asinkronus dan Implementasi Worker Thread di Express JS
Single Thread JavaScript
Membuat aplikasi chat dengan Node JS , Socket IO, dan Vue JS 3
https://medium.com/js-dojo/build-a-real-time-chat-app-with-vue-3-socket-io-and-nodejs-adc259dd1d07
—-
Cara deploy aplikasi Nuxt JS ke server production
https://medium.com/js-dojo/how-to-deploy-nuxt-application-to-server-production-mode-on-db67633421fd
—-
Menggunakan Composition API sebagai pengganti Vuex State Management
https://medium.com/js-dojo/why-we-still-need-state-management-systems-in-vue-3-but-not-the-way-you-think-63b79d2a71b1
—-
Cara menggunakan Web Worker atau Worker Thread di Vue JS
https://medium.com/js-dojo/using-web-workers-vue-applications-3de99f4f3371
—-
#vue #chat #socketio #nodejs #worker #nuxt
https://medium.com/js-dojo/build-a-real-time-chat-app-with-vue-3-socket-io-and-nodejs-adc259dd1d07
—-
Cara deploy aplikasi Nuxt JS ke server production
https://medium.com/js-dojo/how-to-deploy-nuxt-application-to-server-production-mode-on-db67633421fd
—-
Menggunakan Composition API sebagai pengganti Vuex State Management
https://medium.com/js-dojo/why-we-still-need-state-management-systems-in-vue-3-but-not-the-way-you-think-63b79d2a71b1
—-
Cara menggunakan Web Worker atau Worker Thread di Vue JS
https://medium.com/js-dojo/using-web-workers-vue-applications-3de99f4f3371
—-
#vue #chat #socketio #nodejs #worker #nuxt
Medium
Build a Real-time Chat App with Vue 3, Socket.io and Nodejs
In this article, we are going to explore in-depth how to build a Real-time Chat App with Vue 3 Socket.io and Nodejs, we’ll also be learning
Catatan rilis untuk framework backend Node JS yang bernama Foal JS
https://hackernoon.com/foal-framework-20-whats-new-b7n33jb
https://foalts.org/blog/2021/04/22/version-2.3-release-notes
---
Contoh multi Threading di backend Node JS dengan Worker Thread
https://levelup.gitconnected.com/multithreading-with-nodejs-is-reality-10871986b8a9
#nodejs #foalts #multithreading #worker
https://hackernoon.com/foal-framework-20-whats-new-b7n33jb
https://foalts.org/blog/2021/04/22/version-2.3-release-notes
---
Contoh multi Threading di backend Node JS dengan Worker Thread
https://levelup.gitconnected.com/multithreading-with-nodejs-is-reality-10871986b8a9
#nodejs #foalts #multithreading #worker
Hackernoon
Foal Framework 2.0: What's New? | HackerNoon
This article presents some improvements introduced in version 2 of FoalTS.
Komparasi keren antara benchmark performa metode threading dan asynchronous di Node JS. Yaitu dengan metode :
1. Blocking event loop biasa
2. Menggunakan child process
3. Membuat Cluster process
4. Menggunakan Worker Threads
5. Menggunakan Native C++ addon di Node JS
Hasil benchmark dapat dilihat di bawah ini
https://novokhatskyioleksii.medium.com/node-js-heroes-of-worker-threads-c-addon-76dd11f34c33
#nodejs #thread #worker #async
1. Blocking event loop biasa
2. Menggunakan child process
3. Membuat Cluster process
4. Menggunakan Worker Threads
5. Menggunakan Native C++ addon di Node JS
Hasil benchmark dapat dilihat di bawah ini
https://novokhatskyioleksii.medium.com/node-js-heroes-of-worker-threads-c-addon-76dd11f34c33
#nodejs #thread #worker #async
Medium
Node.js: Heroes of Worker Threads - C++ Addon
No dragon can resist the fascination of riddling talk and of wasting time trying to understand it. - J.R.R. Tolkien
Latihan panjang menggunakan Web Worker untuk pengolahan data berat di sisi browser dan contoh kasusnya
https://www.freecodecamp.org/news/how-webworkers-work-in-javascript-with-example/
#webworker #worker #thread
https://www.freecodecamp.org/news/how-webworkers-work-in-javascript-with-example/
#webworker #worker #thread
freeCodeCamp.org
How Web Workers Work in JavaScript – With a Practical JS Example
In this article, I will walk you through an example that will show you how web workers function in JavaScript with the help of WebSockets. I think it's helpful to work with a practical use case because it is much simpler to understand the concepts w...
👍1
Konfigurasi service worker plugin di Vite JS
https://blog.logrocket.com/configure-worker-plugins-vite-2/
#vite #worker #pwa
https://blog.logrocket.com/configure-worker-plugins-vite-2/
#vite #worker #pwa
LogRocket Blog
How to configure worker plugins in Vite 2.8 - LogRocket Blog
Explore how to properly configure worker plugins with Vite, a lightning-fast build tool, for a functional progressive web application.
Optimasi performa aplikasi web dengan bantuan tools bernama Partytown
https://www.youtube.com/watch?v=ZZIR1NGwy-s
#partytown #performance #pwa #worker
https://www.youtube.com/watch?v=ZZIR1NGwy-s
#partytown #performance #pwa #worker
YouTube
Dramatically improve website speed with Partytown
Learn how to use Partytown to run non-essential scripts with a webworker and dramatically improve your websites speed and rendering performance. https://partytown.builder.io
#javascript #webdevelopment
#javascript #webdevelopment
Latihan menggunakan Web Worker di sisi client dan server
https://blog.openreplay.com/how-to-use-client-and-server-side-web-workers/
#worker #workerThread
https://blog.openreplay.com/how-to-use-client-and-server-side-web-workers/
#worker #workerThread
Openreplay
How to use client and server-side web workers
An introduction to web workers.