You want to learn this debugging technique (more next.js issues)

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.ย. 2024
  • 📘 T3 Stack Tutorial: 1017897100294....
    🤖 SaaS I'm Building: www.icongenera...
    💬 Discord: / discord
    🔔 Newsletter: newsletter.web...
    📁 GitHub: github.com/web...
    📺 Twitch: / webdevcody
    🤖 Website: webdevcody.com
    🐦 Twitter: / webdevcody

ความคิดเห็น • 29

  • @SeibertSwirl
    @SeibertSwirl ปีที่แล้ว +22

    Good job babe!!!! First 👸🏿

  • @MaxProgramming
    @MaxProgramming ปีที่แล้ว +9

    Wow this technique is so good. I never knew you could use binary search in something outside of college syllabus 😂

    • @WebDevCody
      @WebDevCody  ปีที่แล้ว +2

      It’s very useful for sure

  • @raydot
    @raydot 7 หลายเดือนก่อน

    Awesome. In the bad-old-days of Mac OS 9 the was an extensions troubleshooter that did a similar thing. It would keep disabling extensions and cutting the remainder in half and restarting until you found the one that was causing your problem. Great technique!

  • @bravefastrabbit770
    @bravefastrabbit770 ปีที่แล้ว +1

    That beard fits you well Cody!

  • @MudassirKhan-sx9jy
    @MudassirKhan-sx9jy ปีที่แล้ว +2

    Another helpful video. Btw i like that beared.

  • @sicario55
    @sicario55 ปีที่แล้ว

    nice & advanced tutorial amongst a large amount of beginner tutts....💪

  • @WebDevCody
    @WebDevCody  ปีที่แล้ว +5

    don't use alpha stuff

    • @yassinesafraoui
      @yassinesafraoui ปีที่แล้ว +1

      Yeah, that's why it's better to wait for stable versions to come out, otherwise you'll end up doing Vercel's work 🤷, and at the end you won't even use your fix you'll just use theirs

    • @WebDevCody
      @WebDevCody  ปีที่แล้ว

      @@yassinesafraoui agreed

  • @sithumdasantha3147
    @sithumdasantha3147 8 หลายเดือนก่อน

    Thanks for the video. Learned a lot

  • @TakeOnMe5
    @TakeOnMe5 ปีที่แล้ว

    This technique is something you do naturally when you search something in a set that has some kind of sorting. In computer science it's just called binary search.

  • @lukemoralesTV
    @lukemoralesTV ปีที่แล้ว +1

    Great video!

  • @notfadeaway6617
    @notfadeaway6617 ปีที่แล้ว

    Very helpful video!

  • @gluten2537
    @gluten2537 ปีที่แล้ว +2

    your beard looks cool

  • @persas1683
    @persas1683 3 หลายเดือนก่อน

    Thank you for sharing ❤. But what if when we open the comparision between 2 commits and they have a lot of changes?

  • @sandrao661
    @sandrao661 ปีที่แล้ว

    Quality content!

  • @patite3103
    @patite3103 ปีที่แล้ว

    I would appreciate it if you could do a series on debugging Next.js using VS Code and Chrome dev tool since this is not really taught....I always run into problems, but I never know how to debug effectively. Thank you!.

  • @lukasmolcic5143
    @lukasmolcic5143 ปีที่แล้ว

    I sometimes do this with our own commits when I notice something that worked previously stopped working

  • @JohnWilsonPanaligan-je1ft
    @JohnWilsonPanaligan-je1ft ปีที่แล้ว

    _BINARY SOFTWARE + HARDWARE
    = DATABASE _KINITAYUK

  • @bfzli
    @bfzli ปีที่แล้ว

    What is the name of the extension that made possible those Icons in VSC?

  • @ujjawalkmr
    @ujjawalkmr ปีที่แล้ว +1

    really nice content, Which theme you are using in VS Code?

    • @27sosite73
      @27sosite73 11 หลายเดือนก่อน

      just a like for you mate, no theming info
      you do not need it!
      use default!
      i know you have balls made of metal!

  • @Flash136
    @Flash136 ปีที่แล้ว

    There is a white flash when you run revalidatePath. Is that intended behavior with Next? It looks really distracting IMO

    • @WebDevCody
      @WebDevCody  ปีที่แล้ว +1

      It’s related to tailwind and it doesn’t happen after building the app

    • @Flash136
      @Flash136 ปีที่แล้ว

      @@WebDevCody I wish it also didn't happen in dev lol

  • @eula9
    @eula9 ปีที่แล้ว

    what is the use of this