Code Kits
Code Kits
  • Видео 15
  • Просмотров 302 647
SQL Tutorial - How to practice SQL queries on your own MySQL server
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Просмотров: 12 075

Видео

What is a callback?
Просмотров 156 тыс.7 лет назад
What is a callback?
JavaScript Chat App
Просмотров 26 тыс.7 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Heaps & Heap-Sort
Просмотров 4247 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Network Flow
Просмотров 1497 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Knuth-Morris-Pratt - Pattern Matching
Просмотров 22 тыс.7 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Boyer-Moore - Pattern Matching
Просмотров 61 тыс.7 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Brute Force Pattern Matching
Просмотров 7 тыс.7 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Transitive Closure
Просмотров 1,5 тыс.7 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Single Source Shortest Paths in Directed Acyclic Graphs (DAG)
Просмотров 13 тыс.7 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Topological Sort
Просмотров 1,4 тыс.7 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Bellman Ford - Single Source Shortest Paths
Просмотров 4697 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Dijkstra's Algorithm - Single Source Shortest Paths
Просмотров 1,2 тыс.7 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Breadth First Search
Просмотров 2247 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!
Depth First Search
Просмотров 9487 лет назад
If you like this teaching style, check out codekits.gumroad.com/l/mariustemplate to learn fullstack web development with React!

Комментарии

  • @notins
    @notins 10 дней назад

    well explained!

  • @itakeyourEARSyoutakeyourWORK
    @itakeyourEARSyoutakeyourWORK 22 дня назад

    Thx so much

  • @trido3815
    @trido3815 2 месяца назад

    Shortest and clear explanation along with a great example. Thx.

  • @pierrefiore6933
    @pierrefiore6933 2 месяца назад

    no idea what language that is, but, if executing functions is base on how long it takes the function to run - this defies a fundamental building block of programming - SEQUENCE!

  • @bishalthapa3154
    @bishalthapa3154 3 месяца назад

    even after 7 years, Your teaching is the best. I have watched 10's of video related to this topic but couldn't understand, Your just 4 minute video is better than 18-20 min video of other. Thank YOU

    • @bishalthapa3154
      @bishalthapa3154 3 месяца назад

      RUclips just recommended your video and its first time RUclips algorithem has done good

  • @mamun001
    @mamun001 4 месяца назад

    Brilliant! Thank you

  • @0x0008
    @0x0008 8 месяцев назад

    An internet classic. The only thing I don't understand is why getUsers doesn't wait for addUser to finish in the first example.

  • @memaimu
    @memaimu 9 месяцев назад

    First video I found that doesn't have 25% dislikes lol.

  • @manishmadan4974
    @manishmadan4974 Год назад

    Thank You !

  • @bestinbest3771
    @bestinbest3771 Год назад

    What if users.push() method takes longer and by that time callback() method is already completed ? Why the flow follows order in your example inside the addUser function but not outside ?

  • @yomajo
    @yomajo Год назад

    Help. Javascript file contains two lines. Second one doea not wait for first one to finish?

  • @asmaaqindeel5951
    @asmaaqindeel5951 Год назад

    simply explained, thank you

  • @j653vup
    @j653vup Год назад

    nice and simple, understood, thank you

  • @jackpower6601
    @jackpower6601 Год назад

    this was easy to follow. thanks

  • @moonasha
    @moonasha Год назад

    the fact javascript lets you put a method into an argument without declaring its type or anything is just... wow.

  • @barrychuckle5565
    @barrychuckle5565 Год назад

    Damn, I may actually FINALLY understand this now!

  • @datascience3008
    @datascience3008 Год назад

    nice

  • @manilesrun6554
    @manilesrun6554 Год назад

    absolutely amazing man

  • @dawsonbowling1855
    @dawsonbowling1855 Год назад

    Third or fourth video I watched to understand. Now I got it. Thank you!

  • @Shadowless_Kick
    @Shadowless_Kick Год назад

    This is indeed one of the best videos on callback in Javascript.

  • @akarshmittal9601
    @akarshmittal9601 Год назад

    I can't belive I was having problem in understanding callbacks. Your explanation makes it look too easy 😂

  • @Anthony-se1ft
    @Anthony-se1ft Год назад

    Amazing!!

  • @stephen285
    @stephen285 Год назад

    thanks

  • @artate
    @artate Год назад

    Perfect explanation! Very easy to understand.

  • @mohamedyahia7705
    @mohamedyahia7705 2 года назад

    5 years later and that is the best explanation for callbacks on earth hands down

  • @pnoboesam
    @pnoboesam 2 года назад

    I can't believe he just explained a concept I have been struggling to understand in less than 5 minutes

  • @mysketchbook9630
    @mysketchbook9630 2 года назад

    Excellent thanks

  • @kanankontorovsky6537
    @kanankontorovsky6537 2 года назад

    Thank you so much, I finally understand. I appreciate how you explain slowly and with detail. Your code example is also very precise to the topic too.

  • @LaughingMan44
    @LaughingMan44 2 года назад

    Straight to the point, real-world example, intelligible accent. Nice one.

  • @sarkersunzidmahmud2875
    @sarkersunzidmahmud2875 2 года назад

    so simple and amazing. thanks man. But I have a question I can write the code like this var users = ["a", "b", "c", "d", "e"]; function addUser(username) { setTimeout(function () { users.push(username); getUsers(); }, 200) } function getUsers() { setTimeout(function () { console.log(users); },100) } addUser("f"); then why do we need callback? in that case???😅

  • @zapxcero
    @zapxcero 2 года назад

    god-tier level of explanation here

  • @loosethread8754
    @loosethread8754 2 года назад

    OMG My mind was blown on how you explained it!

  • @jotaroisdarius1918
    @jotaroisdarius1918 2 года назад

    The array.push example was on point, thanks man, i am finally able to understand this

  • @esilee
    @esilee 2 года назад

    The shortest and clearest explanation I could find...THANK YOU!!! You made that so easy..

  • @sahracton8744
    @sahracton8744 2 года назад

    5 years later of Js programming, I finally get what a call back is! Thank you :)

  • @shashankshetty5879
    @shashankshetty5879 2 года назад

    In java : I think we do that with help of interface in kotlin : lamdas

  • @cutzudev
    @cutzudev 2 года назад

    You're a life saver bro 🙏

  • @PivotThom
    @PivotThom 2 года назад

    Good explanation, clear example. Thanks for this video.

  • @Passions
    @Passions 2 года назад

    Damn you da man!!

  • @SuccessJourneys101
    @SuccessJourneys101 2 года назад

    Does anyone know what text editor is he using? Looks good!

  • @erojoseph604
    @erojoseph604 2 года назад

    This is the best explanation so far. thanks

  • @brandonr8269
    @brandonr8269 2 года назад

    "We're going to use a callback to enforce the order of operations that we want". THANK YOU!

  • @mojtaba.zamani
    @mojtaba.zamani 2 года назад

    Thank you, Sir. The best explanation I've ever seen

  • @boiledleche2597
    @boiledleche2597 2 года назад

    Best teacher hands down

  • @dekingking315
    @dekingking315 2 года назад

    really good video

  • @DennisAllard
    @DennisAllard 2 года назад

    Why such poor contrast, like a pale green and pale yellow against pale black. The comments are even worse they're pale pale yellow against pale black. Almost impossible to read.

  • @chimbu4822
    @chimbu4822 2 года назад

    Nice

  • @shibanipattnaik5419
    @shibanipattnaik5419 2 года назад

    Hello, this was extremely clear to understand and i looked for async by you(but couldnt find). Your videos are great, why did you stop making them???

  • @henhappy7428
    @henhappy7428 2 года назад

    very clear

  • @pedrovinicius3621
    @pedrovinicius3621 2 года назад

    If you have just putted addUser(); intead of pass the function as argument (callback) would it works?