Grt video Mukesh Ji... matlab form bharte waqt jab 'Are you 18+' par 'No' select karne par message(not eligible) popup hota hai vo b even driven hota hai?
Event driven programming jyada tar server side kri jati h user k front end m mostly action based jaise button b click krna ek action h link click krna b
+MANMEET SINHA thank you. I know i need lot of improvement to deliver great content. I realised that I have so many things to share with people so i decided to create a channel and working hard to improve it. Let me know if there are more suggestions or area where you think i should cover
@@iammukesh There is Event buffer and Event Queue, program is written in such a manner that program will not response to every event until it is very important. Other events will be queued in buffer and will be executed sequentially. So you see here execution of events is not driven right away when it come, instead it will be executed when turn of that event comes. So this is why it is asynchronous.
maybe I might have explained in wrong way but event driven programming is not about being async or having event buffer and event queue. simple core concept is there is a trigger for each event and each trigger calls a callback which will run. now running a code async or not is totally upto the developer. for example if I am writing a code in NodeJS, it is async by default until i specifically make it block. at the same time, PHP is blocking by default. so being async or not is totally upto the tech stack and the developer.. but the core concept is making something happen when a particular event occurs rather then keep checking frequently for the status. I will explain with an example. Send "Low balance Alert" when balance less than 10 there is two approach one is checking at a interval, lets say everyday check at 7am if balance is low.. that approach is great but it wont react in realtime.. for example what if I want to inform user via email as soon as someone login using his account. in this case I want cannot use script which runs on interval because it wont send in real time. in event driven programming. there is a concept of listener or you can say watcher which keep an eye on events. in this case I can make watcher which will keep an eye on last visit value in database for all users. as soon as this value change for any user, it will send an email to that user. because the event "logged in" occured, i will be able to run a callback function "send email alert" in realtime. if you see you have ever worked on Firebase Functions, you might know that you can either call a function manually or you can rely on event handler to run a piece of code. it is very popular and many applications uses it.
Bro you explained it well... People uses hard words to show their knowledge to others But you did in simple words.
Thanks a ton
No Alarm Clock Needed, My IDEA wakes me
Backside likha h 😂😂😂
Acha h mujhe ye link Mila.....thnk u itte simple se smjhane k liye 🎉
thanx 4 giving such a nice examples...
maine bhot videos dekhe but aapki video dekh mujhe sub samaj aa gaya...
shukriya
Thank you for leaving such a beautiful comment. Keep visiting😘
It proved very helpful 😇
Your examples are quite different and unique.
Thankyou very much sir ☺
Bhot ache se samj aaya sr... Aap bhot acha smajate ho🤟🤟🤟🤟
Ur examples are quite better than others....really helpful thnkx
Thank you
I understand this topic easily from this video thanks.
Your welcome.
Thanks Sir your explaination very well..
After 1 hour of searching on google i couldn't understand as much as i did in your 5 min video.
Thank you
Ha achi lagi bro.. blessed thanks..
The way you are telling is terrific that's it
Sahi hai video nice explanation 👍👌
Thanks for your expaination, really now i understood the same
Glad you liked it
seriously very helpfull to undrstnd easily tq 😊😊😊
i know Im quite randomly asking but does anyone know of a good site to watch new movies online?
@Tatum Alexzander i would suggest FlixZone. Just google for it :)
@Dax Taylor Yup, I've been using FlixZone for years myself :)
@Dax Taylor Thanks, I went there and it seems to work =) I appreciate it !!
@Tatum Alexzander You are welcome :D
Thnk u broo... concept clear explanation...👍🏻
Welcome 😊
Hi josh, this is really good because you used WordPress in your explanation.
I am glad you liked it
Maza agya bro
We are lending on thissssss😂😂😂🎉🎉🎉🎉❤❤❤
Great Janab
Really nice i think u should make more videos like this
Ok thanks
Please make a video on what is event loop
Helpful
Very nicely explained .. Thanks a lot..
Thanks
Your welcome
thank you for this video
sir I have no extra idea about any type events promoter's work so you can tell something related of this
Amazing video sir
+Meenu Gulati thanku
Nyccc
Thanks ❤
Thanks 🙏🙏 you teschs well
Awesome..
Thank you! Cheers!
very nice explain
Good video
thank you :)
excellent nice video ❤keep it up👍
Try to talk slow, I mean try to make your speaking speed slow when teaching someone, that will help the listeners and will help you get more views.
You are right. Thank you for the valuable feedback
Thank you so much sir
Very useful 🙂👍
nice
Sir event drivent model aur event drivent programming same h kya
Looking nice
Very good explanation.. Keep it up :)
Thank you, I will
Thank you Bahe 😊
Super sir
Thank you so much 🙏🙏
@@iammukesh it's my pleasure😊
Good🤘
Grt video Mukesh Ji... matlab form bharte waqt jab 'Are you 18+' par 'No' select karne par message(not eligible) popup hota hai vo b even driven hota hai?
No it is an action that you have taken on the web page.
Mukesh Joshi Ok... Thanks for quick response and clearing doubt.
Event driven programming jyada tar server side kri jati h user k front end m mostly action based jaise button b click krna ek action h link click krna b
NICE VIDEO
Thanks
Bhai mujhe samjha too kam aaya par aapne aachi video banai
Thanks bhai mae b acha nhi hu smjhane m 😘
@@iammukesh aache teacher ho yr vesh kl mera exam he ish liye samjha rha tha.
How was your exam brother?
@@iammukesh good
i like this vedio
Bohat acha laga apka explanation... kal meri exam hai aur mai abhi ache se likh sakti hu......😊
I am really glad
All the best for your exam
Is it about run time activities
usually Events occur in runtime so yes you can say in a way.
sir plz explain about of events promoter's work in hindi
Hey bdy nyc exmp u can try to explain on system or note and i think ur channel is grow fastly
+MANMEET SINHA thank you. I know i need lot of improvement to deliver great content. I realised that I have so many things to share with people so i decided to create a channel and working hard to improve it. Let me know if there are more suggestions or area where you think i should cover
Start 1:01
👌👌👌
thanks
Thaanks bhiya
Thanks brother.
Thank you bhai
Welcome bro. Share it with friends
But i searched for oriented language .
addEventListener
Onclick
Way to create events 😃 ( javascript)
what' is programming explain real life example
❤
Best but can explain in english
He is fucking type material v good for that
Sorry what it means?
Event and data batao pele
Bro But event driven programming is asynchronous...🤔
Sorry not getting your point
hi rohit.. .I am curious about your opinion. can you please take a few seconds and reply :) maybe I will learn something from you.. Thanks :)
@@iammukesh There is Event buffer and Event Queue, program is written in such a manner that program will not response to every event until it is very important. Other events will be queued in buffer and will be executed sequentially. So you see here execution of events is not driven right away when it come, instead it will be executed when turn of that event comes. So this is why it is asynchronous.
maybe I might have explained in wrong way but event driven programming is not about being async or having event buffer and event queue. simple core concept is there is a trigger for each event and each trigger calls a callback which will run.
now running a code async or not is totally upto the developer. for example if I am writing a code in NodeJS, it is async by default until i specifically make it block. at the same time, PHP is blocking by default.
so being async or not is totally upto the tech stack and the developer..
but the core concept is making something happen when a particular event occurs rather then keep checking frequently for the status.
I will explain with an example.
Send "Low balance Alert" when balance less than 10
there is two approach one is checking at a interval, lets say everyday check at 7am if balance is low.. that approach is great but it wont react in realtime..
for example what if I want to inform user via email as soon as someone login using his account. in this case I want cannot use script which runs on interval because it wont send in real time.
in event driven programming.
there is a concept of listener or you can say watcher which keep an eye on events. in this case I can make watcher which will keep an eye on last visit value in database for all users. as soon as this value change for any user, it will send an email to that user.
because the event "logged in" occured, i will be able to run a callback function "send email alert" in realtime.
if you see you have ever worked on Firebase Functions, you might know that you can either call a function manually or you can rely on event handler to run a piece of code.
it is very popular and many applications uses it.
@@iammukesh This was well Explained brother..👍
Habarabarabaraba thanks
Dear pl update your concepts first...
Sir aap esko or ache se smjhao hume ache se samjh nhi aaya he
koi esi vedio provide kare
Can you be specific what type of event promoter? I will try to cover it if it fits my genre☺️
Bhai aapka no cahiye ek work ka solution cahiyr
Please connect with me on instagram. I would love to help you
@orangepreneur
Ur from delhi
+MANMEET SINHA Noida
,,,,
tere hoth kahin aur chal rahe hai aur awaz kahin aur.
Thank u sir
Nice video
Thanks bhai
Thax bhaii