I believe your videos are of excellent quality. I don't understand why they're not going viral. You're the mentor everyone would want.
@deborah_kurata Жыл бұрын
Thank you! And I'd love to see them get a broader audience.... maybe some day. 😊
@purduetom904 ай бұрын
Agreed. Debora explains things very well.
@pjotreknoname1680 Жыл бұрын
I've done many Angular courses, but yours is definitely the best. You always show in a concise way, using very good examples, how things work and how they can be used. These lessons are so... professional, even your voice is appropriately toned and it seems to be the thing you pay attention to when creating these materials. Thank you very much, you are doing a lot of good work!
@deborah_kurata Жыл бұрын
Wow, thank you! That is so very kind of you to say! 😊
@sakarsr Жыл бұрын
Great teacher. Thank you and have good health.
@deborah_kurata Жыл бұрын
Thank you!
@zokizuan Жыл бұрын
started angular from you plural sight course
@sanjivasen Жыл бұрын
You are the best teacher Debb😊
@deborah_kurata Жыл бұрын
Wow, thank you! 🙏🏼
@iuliusciorica282 Жыл бұрын
I like your tutorials about Angular, thank you! ❤
@deborah_kurata Жыл бұрын
So great to hear. Thank you! 😊
@HimangPatel-c7h Жыл бұрын
Well explained!! Thank you!
@deborah_kurata Жыл бұрын
Thanks for watching!
@anthonydesouza48217 ай бұрын
Such a great explaination, thank you so much
@deborah_kurata6 ай бұрын
Glad to hear it was useful. Thanks!
@justflying5323 Жыл бұрын
Once again, a very good video!
@deborah_kurata Жыл бұрын
Thank you! 😊
@codelover12574 ай бұрын
I found gold content! thank you so much
@deborah_kurata4 ай бұрын
That is wonderful to hear. Thank you! 😊
@burak63783 Жыл бұрын
Love your Voice :) Nice tutorial thx for this. We need to push u more in the angular world!!!! @Angular
@deborah_kurata Жыл бұрын
Yes we do! 😊 Thank you so much for the kind words! They really brightened up my day!
@shidalgo200810 ай бұрын
Thank you. Your videos are so useful.
@deborah_kurata9 ай бұрын
Glad to hear that. Thanks!
@HussamAlTayeb2 ай бұрын
Hi. Would using mutate instead of update lead to fewer memory allocations/GCs on larger arrays?
@MovaClub Жыл бұрын
Thank you!
@deborah_kurata Жыл бұрын
Thanks for watching!
@jakedanforth81788 ай бұрын
Well done video
@deborah_kurata8 ай бұрын
Thanks!
@Emmodi10 Жыл бұрын
Well explained. Signals is a game changer
@deborah_kurata Жыл бұрын
Agreed! Hoping we see more features (two-way binding support, input properties, etc) soon! Thank you!
@zangzang43642 ай бұрын
Thank you A LOT
@deborah_kurata2 ай бұрын
You're welcome! 😊
@zokizuan Жыл бұрын
Thanks
@zokizuan Жыл бұрын
love your voice
@БезэтогоНикак Жыл бұрын
Love you.
@deborah_kurata Жыл бұрын
😊
@Erril_Ferndal8 ай бұрын
perfect!
@deborah_kurata8 ай бұрын
Thank you!
@alissonprimo5 ай бұрын
I'm having issues with computed and effect when using arrays with signals
@deborah_kurata5 ай бұрын
What issue are you having? Can you provide more details?
@alissonprimo5 ай бұрын
@deborah_kurata I've found out what the problem was, it is necessary to spread arrays in order to signals to detect they have changed. For example: foo = signal([]) bar = [1,2,3] If i just do foo.set(bar) it does not updates the component in the template. So I had to do foo.set([…bar])
@deborah_kurata5 ай бұрын
@@alissonprimo Glad you found it! For more info, have you seen this video: kzbin.info/www/bejne/enO9doaGiJJoo7M
@haroldpepete Жыл бұрын
why not use reduce to update as well? and even to delete
@deborah_kurata Жыл бұрын
You could. It may be possible to throw out many of the other array operators and replace it with reduce. (Same could be said of the forEach. LOL) But the purpose of many of the operators are for simplifying and clarity. Filter is normally used for delete operations because it is a bit more obvious what it's doing. It's filtering to all but the deleted item. Map is normally used for changing one or more elements of an array. Again, it's a bit more obvious what it's doing.
@secelameme32124 ай бұрын
@@deborah_kuratawith hundreds of items in the array won’t it slow down iterating via the map function and filter out the items to update or delete?
@WebGarmony6 ай бұрын
Thank you very much for this material. It seems to me that you should challenge yourself on the UDEMY platform.
@deborah_kurata5 ай бұрын
Thank you! 😊 I have about 20 courses on Pluralsight. I tried to sign up to post a few courses on Udemy, but was never able to get past the "validate yourself" step. And I was unable to ever find an actual Udemy person to help me. 😐
@WebGarmony5 ай бұрын
@@deborah_kurata This is sad and not fair. Your courses are excellent. I have nothing to do with UDEMY, but if I can somehow help you with this, please write to me about it.
@NGprime Жыл бұрын
are you debora, from frontendmaster ?
@deborah_kurata Жыл бұрын
I'm not from FrontEnd Masters, no. I have done courses for Pluralsight.
@jazy30916 ай бұрын
It is a great tutorial unfortunately I can't focus on the content when I hear this artificial cheerfulness. I'm trying muting the sound and follow the subtitles, but it's a real bummer because authors natural voice as I heard in other video is just so much better.
@deborah_kurata6 ай бұрын
Seriously? "artificial cheerfulness"? I do the very best that I can to provide clear, clean, and accurate audio. You could try adjusting the speed of the video to see if that helps. Otherwise, the subtitles are your best bet.
@jazy30916 ай бұрын
@@deborah_kurata I'm sorry, I didn't mean to offend you, but yes the tone of the video is unpalatable to me. Instead of focusing on the important things I'm trying hard not to get too irritated by the tone of the voice and constant fluctuations that are just over the top. Again, I'm really sorry that this is my criticism but it prevents me from watching your content and it's a pity because I find these valuable.
@deborah_kurata6 ай бұрын
So sad to hear this. What is your suggestion then? Would it be better for you if I set up an AI voice to record the audio?