Web Worker Tutorial | Understand The Benefits of Web Workers

preview_player
Показать описание
In this video I demonstrate how to use javascript web workers. I also explain the benefit of using web workers and problem web workers are aiming to solve.

Рекомендации по теме
Комментарии
Автор

Best technique to explain something is comparision! Great!

nonamusaelian
Автор

Chaim I really like your idea to illustrate the problem first. This is the crucial element missing from hunting and pecking through Stack for example, where you get solutions to somebody else's problems that are not like yours. Keep going and you will take off into the big time.

ToddDunning
Автор

I loved how you presented the problem first. You are a great teacher! Cheers from Brazil! =D

rafaelnavarrocanizarescorr
Автор

I wished I'd known about this sooner. I made this web app a while ago that returns all the anagrams of a string, which there can a ton of with longer strings. A Worker looks like the ideal tool for this task.

maelstrom
Автор

Very helpul video, very much informative. Thanks a lot for this

manjeshkumarsharma
Автор

Hey, I saw this question online.

Web Workers define an API for:

A Publishing frequently updated works for syndication.

B Running scripts in the background,

C Bi-directional, full-duplex communications over a single TCP socket.

D Distributing load across multiple web servers.

They said the answer was A why is that? I thought the answer was B.

jacktiebie
Автор

Nice! I've seen the worker file in React but figured it was complicated so I just haven't looked into it. You just explained it great! Thanks!

kyleadams
Автор

thanks man i had no idea what these are.

iliketocode
Автор

Wow! I didn't know about this. Thank you so much 🙏🏼

aashayamballi
Автор

Excellent man! very good video, thanks a lot

tribiec
Автор

This is great! Such an easy explanation, can you make some tuts on rust and webassmebly with JS

GauravYadav-rvwx
Автор

Great video! I understand them much better now

kevinzhang
Автор

Kudos! This was very insighful and helpful. Great teacher, really simplified the content

khiilara
Автор

Awesome I didnt know about this! keep making these awesome vids man!

hanibal
Автор

this is super-cool - had no idea this existed - thanks!

djneils
Автор

Love You Brother : Please make a tutorial on web sockets : how they work with nodejs

learnmaziyyah
Автор

so we can use asynchronous methods like promises, settimeout insted of webworker

BuddikaChaturanga
Автор

Hey, Chaim! Great video as always ! I've got a few questions: 1) What would a real life example be? (like some feature on an actual website) and can it be used in react ? P.S. Sorry if the questions are somewhat trivial. I'm relatively new to coding.

serjio
Автор

Man! Nice work, easiest explanation. 5 stars :)

dewinchy
Автор

Great, concise explanation. Thank you!

ninjaduck